/**************/
/*** LAYOUT ***/
/**************/

/* Feed container */
#sb_instagram {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sb_instagram:after{
  content: "";
  display: table;
  clear: both;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#sb_instagram.sbi_fixed_height{
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sb_instagram #sbi_images{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Remove header shadow/border */
#sb_instagram .sbi_header_link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sb_instagram .sbi_header_link:hover {
  border: none;
}

/* Items */
#sb_instagram #sbi_images .sbi_item{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  zoom: 1;

  margin: 0 !important;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Transition items in */
#sb_instagram #sbi_images .sbi_item.sbi_transition{
  opacity: 0;
}

#sb_instagram #sbi_images {
  display: grid;
  width: 100%;
  padding: 12px 0;
}

/* Cols */
#sb_instagram.sbi_col_1 #sbi_images {
  grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
  grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
  grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
  grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
  grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
  grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
  grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
  grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
  grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
  grid-template-columns: repeat(10, 1fr);
}

/* Disable mobile layout */
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
  grid-template-columns: repeat(10, 1fr);
}

/* Photos */
#sb_instagram .sbi_photo_wrap{
  position: relative;
}
#sb_instagram .sbi_photo{
  display: block;
  text-decoration: none;
}
#sb_instagram .sbi_photo img{
  width: 100%;
  height: inherit;
  object-fit: cover;
  scale: 1;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  vertical-align: middle;
}
#sb_instagram .sbi_no_js img{
  display: none;
}
#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active{
  outline: none;
}
#sb_instagram img{
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  opacity: 1 !important;
}
#sb_instagram .sbi_link{
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;

  width: 100%;
  padding: 10px 0;
  background: rgba(0,0,0,0.5);
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
}
#sb_instagram .sbi_link a{
  padding: 0 6px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;

  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
#sb_instagram .sbi_link .sbi_lightbox_link{
  padding-bottom: 5px;
}
#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus{
  text-decoration: underline;
}
#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link{
  display: block;
}

/* Videos */
#sb_instagram svg:not(:root).svg-inline--fa {
  height: 1em;
  display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play{
  display: block !important;
  position: absolute;
  z-index: 1;

  color: #fff;
  color: rgba(255,255,255,0.9);
  font-style: normal !important;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -19px;
  padding: 0;
  font-size: 48px;
}
#sb_instagram .sbi_type_carousel .fa-clone{
  right: 12px;
  top: 12px;
  font-size: 24px;
  text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{
  -webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
  filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );
}

/* Loader */
#sb_instagram .sbi_loader{
  width: 20px;
  height: 20px;

  position: relative;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);

  border-radius: 100%;
  -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
  animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}
#sb_instagram br {
  display: none;
}
#sbi_load p {
  display: inline;
  padding: 0;
  margin: 0;
}
/* Loader in button */
#sb_instagram #sbi_load .sbi_loader{
  position: absolute;
  margin-top: -11px;
  background-color: #fff;
  opacity: 1;
}
@-webkit-keyframes sbi-sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sbi-sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  } 100% {
      -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin{
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse{
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
/* Screen reader */
.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important; }

/* HEADER */
#sb_instagram .sb_instagram_header,
.sb_instagram_header{
  overflow: hidden; /* Prevents pushing width on mobile */
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
}
#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
  text-decoration: none;
  transition: color 0.5s ease;
}
.sb_instagram_header.sbi_header_outside{
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
}
.sbi_no_avatar .sbi_header_img{
  background: #333;
  color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
}
.sb_instagram_header .sbi_header_hashtag_icon {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}
.sbi_no_avatar .sbi_header_hashtag_icon {
  display: block;
  color: #fff;
  opacity: .9;
  -webkit-transition: background .6s linear,color .6s linear;
  -moz-transition: background .6s linear,color .6s linear;
  -o-transition: background .6s linear,color .6s linear;
  transition: background .6s linear,color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
  display: block;
  opacity: 1;
  -webkit-transition: background .2s linear,color .2s linear;
  -moz-transition: background .2s linear,color .2s linear;
  -o-transition: background .2s linear,color .2s linear;
  transition: background .2s linear,color .2s linear
}
/** Medium Header */
/* Only use medium & large headers on devices above 480px */
@media all and (min-width: 480px){
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
  .sb_instagram_header.sbi_medium .sbi_header_img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
  .sb_instagram_header.sbi_medium .sbi_header_img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
  .sb_instagram_header.sbi_medium .sbi_header_text h3{
    font-size: 20px;
  }
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
    font-size: 14px;
  }
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_medium .sbi_header_text h3,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{
    line-height: 1.4
  }

  /** Large Header */
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
  .sb_instagram_header.sbi_large .sbi_header_img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
  .sb_instagram_header.sbi_large .sbi_header_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
  .sb_instagram_header.sbi_large .sbi_header_text h3{
    font-size: 28px;
  }
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
  .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{
    font-size: 16px;
  }
}

/* Header profile pic */
#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img{
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;

  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 50%;
}
/* Profile pic hover */
#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover{
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  font-size: 48px
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
  overflow: hidden;
}
#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover{
  z-index: 2;
  transition: opacity 0.4s ease-in-out;
}
#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in{
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
/* Fade the Instagram icon in when hovering on the header */
#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover{
  opacity: 1;
}
/* Header text */
#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text{
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,
.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
  gap: 8px;
}
.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
  gap: 4px;
}
.sbi_feedtheme_header_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}
#sb_instagram .sb_instagram_header a,
.sb_instagram_header a{
  text-decoration: none;
}
#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3{
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
#sb_instagram .sb_instagram_header p,
.sb_instagram_header p{
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
#sb_instagram p:empty { display: none; }
#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji{
  margin-right: 3px !important;
}

/* No bio */
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{
  clear: both;
}


/* Buttons */
#sb_instagram #sbi_load{
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
#sb_instagram #sbi_load .fa-spinner{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -7px;
  font-size: 15px;
}
#sb_instagram #sbi_load{
  opacity: 1;
  transition: all 0.5s ease-in;
}
#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{
  opacity: 1;
  transition: all 0.1s ease-in;
}
#sb_instagram .sbi_hidden{
  opacity: 0 !important;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a{
  display: inline-block;
  vertical-align: top;
  zoom: 1;

  padding: 7px 14px;
  margin: 5px auto 0 auto;
  background: #333;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sb_instagram #sbi_load .sbi_load_btn {
  position: relative;
}
/* Follow button */
#sb_instagram .sbi_follow_btn{
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: center;
}
#sb_instagram .sbi_follow_btn.sbi_top{
  display: block;
  margin-bottom: 5px;
}
#sb_instagram .sbi_follow_btn a{
  background: #408bd1;
  color: #fff;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn{
  transition: all 0.1s ease-in;
}
/* Hover state for default colors */
#sb_instagram #sbi_load .sbi_load_btn:hover{
  outline: none;
  box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus{
  outline: none;
  box-shadow: inset 0 0 10px 20px #359dff;
}
/* Active state */
#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active{
  box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg{
  margin-bottom: -1px;
  margin-right: 7px;
  font-size: 15px;
}
#sb_instagram .sbi_follow_btn svg{
  vertical-align: -.125em;
}
#sb_instagram #sbi_load .sbi_follow_btn{
  margin-left: 5px;
}

/* Error messages */
#sb_instagram .sb_instagram_error{
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

/* Mod only error msgs */
#sbi_mod_error{
  display: none;
  border: 1px solid #ddd;
  background: #eee;
  color: #333;
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 13px;
  text-align: center;
  clear: both;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#sbi_mod_error br {
  display: initial !important;
}
#sbi_mod_error p{
  padding: 5px 0 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
#sbi_mod_error ol,
#sbi_mod_error ul{
  padding: 5px 0 5px 20px !important;
  margin: 0 !important;
}
#sbi_mod_error li{
  padding: 1px 0 !important;
  margin: 0 !important;
}
#sbi_mod_error span{
  font-size: 12px;
}

/* Medium */
#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{
  margin-top: -12px;
  margin-left: -9px;
  font-size: 23px;
}
#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{
  right: 8px;
  top: 8px;
  font-size: 18px;
}
/* Small */
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{
  margin-top: -9px;
  margin-left: -7px;
  font-size: 18px;
}
#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{
  right: 5px;
  top: 5px;
  font-size: 12px;
}

/* Media queries */
@media all and (max-width: 640px){
  /* Make 3-6 cols into 2 col */
  #sb_instagram.sbi_col_3 #sbi_images,
  #sb_instagram.sbi_col_4 #sbi_images,
  #sb_instagram.sbi_col_5 #sbi_images,
  #sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Make 7-10 cols into 4 col */
  #sb_instagram.sbi_col_7 #sbi_images,
  #sb_instagram.sbi_col_8 #sbi_images,
  #sb_instagram.sbi_col_9 #sbi_images,
  #sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
  }
  /* On mobile make the min-width 100% */
  #sb_instagram.sbi_width_resp{
    width: 100% !important;
  }
}
@media all and (max-width: 480px){
  /* Make all cols into 1 col */
  #sb_instagram.sbi_col_3 #sbi_images,
  #sb_instagram.sbi_col_4 #sbi_images,
  #sb_instagram.sbi_col_5 #sbi_images,
  #sb_instagram.sbi_col_6 #sbi_images,
  #sb_instagram.sbi_col_7 #sbi_images,
  #sb_instagram.sbi_col_8 #sbi_images,
  #sb_instagram.sbi_col_9 #sbi_images,
  #sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: 1fr;
  }
  #sb_instagram.sbi_mob_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
  }
  #sb_instagram.sbi_mob_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
  }
  #sb_instagram.sbi_mob_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
  }
  #sb_instagram.sbi_mob_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
  }
  #sb_instagram.sbi_mob_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
  }
  #sb_instagram.sbi_mob_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
  }
  #sb_instagram.sbi_mob_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
  }
  #sb_instagram.sbi_mob_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
  #sb_instagram.sbi_mob_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
  #sb_instagram.sbi_mob_col_1 #sbi_images {
    grid-template-columns: 1fr;
  }
}

/* NO JS */
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
  z-index: -300;
}
#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
  opacity: 1;
}
#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn{
  display: none;
}
#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{
  padding-bottom: 0 !important;
}
#sb_instagram #sbi_mod_error .sb_frontend_btn {
  display: inline-block;
  padding: 6px 10px;
  background: #ddd;
  background: rgba(0,0,0,.1);
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
  background: #ccc;
  background: rgba(0,0,0,.15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
  margin-right: 2px
}

/* Palettes */
.sbi_header_outside.sbi_header_palette_dark,
#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{
  background-color: rgba(0,0,0,.85);
  color: rgba(255,255,255,.75);
}
#sb_instagram.sbi_palette_dark .sbi_caption,
.sbi_header_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{
  color: rgba(255,255,255,.75);
}
.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
  color: rgba(255,255,255,.75);
}
.sbi_header_palette_dark a,
#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
  color: #fff;
}

.sbi_header_outside.sbi_header_palette_light,
#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{
  color: rgba(0,0,0,.85);
  background-color: rgba(255,255,255,.75);
}
#sb_instagram.sbi_palette_light .sbi_caption,
.sbi_header_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{
  color: rgba(0,0,0,.85);
}
.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
  color: rgba(0,0,0,.85);
}
.sbi_header_palette_light a,
#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
  color: #000;
}

/** Mobile and Tablet Columns **/
@media all and (max-width: 480px){
  /* Make all cols into 1 col */
  #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_mob_col_1 #sbi_images {
    grid-template-columns: 1fr;
  }
  #sb_instagram.sbi_mob_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr)
  }

  #sb_instagram.sbi_mob_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr)
  }

  #sb_instagram.sbi_mob_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr)
  }

  #sb_instagram.sbi_mob_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr)
  }

  #sb_instagram.sbi_mob_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr)
  }

  #sb_instagram.sbi_mob_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr)
  }
}
/** Mobile and Tablet Columns **/
@media all and (max-width: 800px){
  #sb_instagram.sbi_tab_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
  }
  #sb_instagram.sbi_tab_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
  }
  #sb_instagram.sbi_tab_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
  }
  #sb_instagram.sbi_tab_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
  }
  #sb_instagram.sbi_tab_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
  }
  #sb_instagram.sbi_tab_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
  }
  #sb_instagram.sbi_tab_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
  }
  #sb_instagram.sbi_tab_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
  #sb_instagram.sbi_tab_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
  #sb_instagram.sbi_tab_col_1 #sbi_images {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 480px){
  /* Make all cols into 1 col */
  #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
  #sb_instagram.sbi_mob_col_1 #sbi_images {
    grid-template-columns: 1fr;
  }
  #sb_instagram.sbi_mob_col_2 #sbi_images { 
    grid-template-columns: repeat(2, 1fr)
  }
  #sb_instagram.sbi_mob_col_3 #sbi_images { 
    grid-template-columns: repeat(3, 1fr)
  }
  #sb_instagram.sbi_mob_col_4 #sbi_images { 
    grid-template-columns: repeat(4, 1fr)
  }
  #sb_instagram.sbi_mob_col_5 #sbi_images { 
    grid-template-columns: repeat(5, 1fr);
  }
  #sb_instagram.sbi_mob_col_6 #sbi_images { 
    grid-template-columns: repeat(6, 1fr);
  }
  #sb_instagram.sbi_mob_col_7 #sbi_images { 
    grid-template-columns: repeat(7, 1fr);
  }
  #sb_instagram.sbi_mob_col_8 #sbi_images { 
    grid-template-columns: repeat(8, 1fr);
  }
  #sb_instagram.sbi_mob_col_9 #sbi_images { 
    grid-template-columns: repeat(9, 1fr);
  }
  #sb_instagram.sbi_mob_col_10 #sbi_images { 
    grid-template-columns: repeat(10, 1fr);
  }
}
#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{
  display: none !important;
}





/* Lightbox */
/* Preload images */
body:after {
  content: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png);
  display: none;
}
.sbi_lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.9;
  display: none;
}
.sbi_lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.sbi_lightbox .sbi_lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  object-fit: contain;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active{
  outline: none;
}
.sbi_lightbox a img {
  border: none;
}
.sbi_lb-outerContainer {
  position: relative;
  background-color: #000;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto 5px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sbi_lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.sbi_lb-container-wrapper{
  height: 100%;
}
.sbi_lb-container {
  position: relative;
  padding: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.sbi_lb-loader {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 20px;
  margin-top: -10px;
  text-align: center;
  line-height: 0;
}
.sbi_lb-loader span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;
}
.sbi_lb-nav {
  /*position: absolute;*/
  top: 0;
  left: 0;
  /*height: 100%;*/
  width: 100%;
  z-index: 10;
  /*pointer-events: none;*/
}
.sbi_lb-container > .nav {
  left: 0;
}
.sbi_lb-nav a {
  position: absolute;
  z-index: 100;
  top: 0;
  height: 90%;
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}


/* Arrows */
.sbi_lb-prev, .sbi_lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.sbi_lb-nav a.sbi_lb-prev {
  /*width: 30%;*/
  width: 50px;
  left: -70px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
  /*width: 30%;*/
  width: 50px;
  right: -70px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;

}

.sbi_lb-nav a.sbi_lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sbi_lb-nav span{
  display: block;
  top: 55%;
  position: absolute;
  left: 20px;
  width: 34px;
  height: 45px;
  margin: -25px 0 0 0;
  background: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;
}
.sbi_lb-nav a.sbi_lb-prev span{
  background-position: -53px 0;
}
.sbi_lb-nav a.sbi_lb-next span{
  left: auto;
  right: 20px;
  background-position: -18px 0;
}

.sbi_lb-dataContainer {
  margin: 0 auto;
  padding-top: 10px;
  *zoom: 1;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;

  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{
  position: relative;
  padding-right: 300px;
  background: #fff;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
  position: relative;
  background: #000;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
  width: 300px !important;
  position: absolute;
  top: 0;
  right: -300px;
  height: 100%;
  bottom: 0;
  background: #fff;
  line-height: 1.4;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
}
.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
  content: "";
  display: table;
  clear: both;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{
  display: block !important;
  width: 100%;
  margin-top: 20px;
  padding: 4px;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
  padding-bottom: 0;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
  display: inline-block;
  padding-top: 10px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{
  display: block !important;
  width: 100%;
  min-width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  padding: 3px 20px 3px 0;
  margin: 0 0 1px 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
  font-weight: 700;
  margin-right: 5px;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{
  text-align: left;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{
  box-sizing: border-box;
  padding: 15px 20px;
}
.sbi_lb-data {
  padding: 0 4px;
  color: #ccc;
}
.sbi_lb-data .sbi_lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1;
}
.sbi_lb-data .sbi_lb-caption {
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 3px;
  color: #ccc;

  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.sbi_lb-data .sbi_lb-caption a{
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
}
.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover{
  color: #fff;
  text-decoration: underline;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{
  float: left;
  width: 100%;
  color: #ccc;
  padding-bottom: 0;
  display: block;
  margin: 0 0 5px 0;
}
.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{
  color: #fff;
  text-decoration: underline;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
  color: #333;
}
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{
  color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
  float: left;
  border: none;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: #666;

  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.sbi_lightbox_username p{
  float: left;
  margin: 0;
  padding: 0;
  color: #ccc;
  line-height: 32px;
  font-weight: bold;
  font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
  display: block;
  float: left;
  clear: both;
  padding: 5px 0 15px 0;
  font-size: 12px;
  color: #999999;
}
.sbi_lb-data .sbi_lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  font-size: 18px; /* Hides icon font X */
  color: #aaa;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sbi_lb-data .sbi_lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #fff;
}

/* Lightbox video - must go after lighbox CSS */
/* Leave a gap at the bottom of the nav for video controls */
.sbi_lb-nav {
  height: auto;
}
.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
  position: relative !important;
}
/* Remove 4px padding from lightbox container so video lines up */
.sbi_lb-container{
  padding: 0;
}

/*
Elementor / DIVI / Widgets CTA
*/
.sb-elementor-cta {
  width: 100% !important;
  border: 1px solid #E8E8EB !important;
  border-radius: 2px !important;
  position: relative !important;
  text-align: center !important;
}

.sb-elementor-cta-img-ctn {
  width: 100% !important;
  position: relative !important;
  float: left !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 50px !important;
  margin-bottom: 35px !important;
}

.sb-elementor-cta-img {
  width: 65px !important;
  height: 65px !important;
  position: relative !important;
  border: 2px solid #DCDDE1 !important;
  border-radius: 16px !important;
  -webkit-transform: rotate(-3deg) !important;
  transform: rotate(-3deg) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.sb-elementor-cta-img span svg {
  float: left !important;
}

.sb-elementor-cta-img>* {
  -webkit-transform: rotate(3deg) !important;
  transform: rotate(3deg) !important;
}

.sb-elementor-cta-logo {
  position: absolute !important;
  right: -15px !important;
  bottom: -19px !important;
  z-index: 1 !important;
}

.sb-elementor-cta-heading {
  font-size: 19px !important;
  padding: 0px !important;
  margin: 0px !important;
  display: inline-block !important;
  width: 100% !important;
  font-weight: 700 !important;
  line-height: 1.4em !important;
  margin-bottom: 30px !important;
}

.sb-elementor-cta-btn {
  background: #0068A0 !important;
  border-radius: 2px !important;
  padding: 8px 20px 8px 38px !important;
  cursor: pointer !important;
  color: #fff !important;
  position: relative !important;
  margin-bottom: 30px !important;
}

.sb-elementor-cta-btn:before,
.sb-elementor-cta-btn:after {
  content: '' !important;
  position: absolute !important;
  width: 2px !important;
  height: 12px !important;
  background: #fff !important;
  left: 20px !important;
  top: 14px !important;
}

.sb-elementor-cta-btn:after {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.sb-elementor-cta-desc {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  background: #F9F9FA !important;
  border-top: 1px solid #E8E8EB !important;
  margin-top: 35px !important;
  flex-direction: column !important;
}

.sb-elementor-cta-desc strong {
  color: #141B38 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.sb-elementor-cta-desc span {
  color: #434960 !important;
  font-size: 14px !important;
  line-height: 1.5em !important;
  padding: 0 20% !important;
}

.sb-elementor-cta-selector {
  width: 100% !important;
  padding: 0 20% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  margin-bottom: 45px !important;
}

.sb-elementor-cta-feedselector {
  border: 1px solid #D0D1D7 !important;
  padding: 8px 16px 8px 16px !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
  min-width: 400px !important;
}

.sb-elementor-cta-selector span {
  color: #2C324C !important;
}

.sb-elementor-cta-selector span a {
  text-transform: capitalize !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.sb-elementor-cta-selector span a:after {
  color: #2C324C !important;
  margin-left: 2px !important;
  font-weight: 400 !important;
  text-decoration-color: #fff !important;
}

.sb-elementor-cta-selector span a:first-of-type:after {
  content: ',' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
  content: 'or' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
  margin-left: 5px !important;
  margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
  content: '' !important;
  height: 16px !important;
  font-variant: normal !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}

/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important;
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.elementor-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}

/**
 * These rules are needed for backwards compatibility.
 * They should match the button element rules in the base theme.json file.
 */
.wp-block-button__link {
	color: #ffffff;
	background-color: #32373c;
	border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */

	/* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */
	box-shadow: none;
	text-decoration: none;

	/* The extra 2px are added to size solids the same as the outline versions.*/
	padding: calc(0.667em + 2px) calc(1.333em + 2px);

	font-size: 1.125em;
}

.wp-block-file__button {
	background: #32373c;
	color: #ffffff;
	text-decoration: none;
}


body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--brand-color: #d90a2c;--wp--preset--color--beige-dark: #A1824F;--wp--preset--color--dark-strong: #24262B;--wp--preset--color--dark-light: #32353C;--wp--preset--color--grey-strong: #838998;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 14px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 17px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--extra-small: 13px;--wp--preset--font-size--normal: 15px;--wp--preset--font-size--larger: 20px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.intl-tel-input{position:relative;/*display:inline-block*/}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input ul.country-list {list-style:none;padding:0;margin:0;}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc; list-style:none;}.intl-tel-input .country-list li.country {list-style:none;}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0}.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table}.intl-tel-input.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:66px}.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width:60px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]{padding-left:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:74px}.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width:68px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{padding-left:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:82px}.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]{padding-left:92px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:90px}.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text]{padding-left:100px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:13px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.id{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/wp-content/plugins/country-phone-field-contact-form-7/assets/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-image:url(/wp-content/plugins/country-phone-field-contact-form-7/assets/img/flags@2x.png)}}.iti-flag.np{background-color:transparent}.country-select{position:relative;/*display:inline-block*/}.country-select *{-webkit-box-sizing:border-box;box-sizing:border-box}.country-select .hide{display:none}.country-select .v-hide{visibility:hidden}.country-select input,.country-select input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.country-select .flag-dropdown{position:absolute;top:0;bottom:0;right:0;padding:1px}.country-select .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.country-select .selected-flag .flag{position:absolute;top:0;bottom:0;margin:auto}.country-select .selected-flag .arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.country-select .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.country-select ul.country-list{	list-style:none;padding:0;margin:0;}.country-select .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll}.country-select .country-list .flag{display:inline-block;width:20px;margin-right:6px}@media (max-width:500px){.country-select .country-list{white-space:normal}}.country-select .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc; list-style:none;}.country-select .country-list .country{padding:5px 10px}.country-select .country-list li.country{list-style:none;}.country-select .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.country-select .country-list .country-name,.country-select .country-list .flag{vertical-align:middle}.country-select.inside input,.country-select.inside input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.country-select.inside .flag-dropdown{right:auto;left:0}.country-select.inside .selected-flag{width:46px}.country-select.inside .flag-dropdown:hover{cursor:pointer}.country-select.inside .flag-dropdown:hover .selected-flag{background-color:rgba(0,0,0,.05)}.country-select.inside input[disabled]+.flag-dropdown:hover,.country-select.inside input[readonly]+.flag-dropdown:hover{cursor:default}.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag{background-color:transparent}.country-select .flag{height:15px;-webkit-box-shadow:0 0 1px 0 #888;box-shadow:0 0 1px 0 #888;background-image:url(/wp-content/plugins/country-phone-field-contact-form-7/assets/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0;width:20px}.country-select .flag.be{width:18px}.country-select .flag.ch{width:15px}.country-select .flag.mc{width:19px}.country-select .flag.ne{width:18px}.country-select .flag.np{width:13px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.country-select .flag{background-image:url(/wp-content/plugins/country-phone-field-contact-form-7/assets/img/flags@2x.png);background-size:5630px 15px}}.country-select .flag.ac{height:10px;background-position:0 0}.country-select .flag.ad{height:14px;background-position:-22px 0}.country-select .flag.ae{height:10px;background-position:-44px 0}.country-select .flag.af{height:14px;background-position:-66px 0}.country-select .flag.ag{height:14px;background-position:-88px 0}.country-select .flag.ai{height:10px;background-position:-110px 0}.country-select .flag.al{height:15px;background-position:-132px 0}.country-select .flag.am{height:10px;background-position:-154px 0}.country-select .flag.ao{height:14px;background-position:-176px 0}.country-select .flag.aq{height:14px;background-position:-198px 0}.country-select .flag.ar{height:13px;background-position:-220px 0}.country-select .flag.as{height:10px;background-position:-242px 0}.country-select .flag.at{height:14px;background-position:-264px 0}.country-select .flag.au{height:10px;background-position:-286px 0}.country-select .flag.aw{height:14px;background-position:-308px 0}.country-select .flag.ax{height:13px;background-position:-330px 0}.country-select .flag.az{height:10px;background-position:-352px 0}.country-select .flag.ba{height:10px;background-position:-374px 0}.country-select .flag.bb{height:14px;background-position:-396px 0}.country-select .flag.bd{height:12px;background-position:-418px 0}.country-select .flag.be{height:15px;background-position:-440px 0}.country-select .flag.bf{height:14px;background-position:-460px 0}.country-select .flag.bg{height:12px;background-position:-482px 0}.country-select .flag.bh{height:12px;background-position:-504px 0}.country-select .flag.bi{height:12px;background-position:-526px 0}.country-select .flag.bj{height:14px;background-position:-548px 0}.country-select .flag.bl{height:14px;background-position:-570px 0}.country-select .flag.bm{height:10px;background-position:-592px 0}.country-select .flag.bn{height:10px;background-position:-614px 0}.country-select .flag.bo{height:14px;background-position:-636px 0}.country-select .flag.bq{height:14px;background-position:-658px 0}.country-select .flag.br{height:14px;background-position:-680px 0}.country-select .flag.bs{height:10px;background-position:-702px 0}.country-select .flag.bt{height:14px;background-position:-724px 0}.country-select .flag.bv{height:15px;background-position:-746px 0}.country-select .flag.bw{height:14px;background-position:-768px 0}.country-select .flag.by{height:10px;background-position:-790px 0}.country-select .flag.bz{height:14px;background-position:-812px 0}.country-select .flag.ca{height:10px;background-position:-834px 0}.country-select .flag.cc{height:10px;background-position:-856px 0}.country-select .flag.cd{height:15px;background-position:-878px 0}.country-select .flag.cf{height:14px;background-position:-900px 0}.country-select .flag.cg{height:14px;background-position:-922px 0}.country-select .flag.ch{height:15px;background-position:-944px 0}.country-select .flag.ci{height:14px;background-position:-961px 0}.country-select .flag.ck{height:10px;background-position:-983px 0}.country-select .flag.cl{height:14px;background-position:-1005px 0}.country-select .flag.cm{height:14px;background-position:-1027px 0}.country-select .flag.cn{height:14px;background-position:-1049px 0}.country-select .flag.co{height:14px;background-position:-1071px 0}.country-select .flag.cp{height:14px;background-position:-1093px 0}.country-select .flag.cr{height:12px;background-position:-1115px 0}.country-select .flag.cu{height:10px;background-position:-1137px 0}.country-select .flag.cv{height:12px;background-position:-1159px 0}.country-select .flag.cw{height:14px;background-position:-1181px 0}.country-select .flag.cx{height:10px;background-position:-1203px 0}.country-select .flag.cy{height:13px;background-position:-1225px 0}.country-select .flag.cz{height:14px;background-position:-1247px 0}.country-select .flag.de{height:12px;background-position:-1269px 0}.country-select .flag.dg{height:10px;background-position:-1291px 0}.country-select .flag.dj{height:14px;background-position:-1313px 0}.country-select .flag.dk{height:15px;background-position:-1335px 0}.country-select .flag.dm{height:10px;background-position:-1357px 0}.country-select .flag.do{height:13px;background-position:-1379px 0}.country-select .flag.dz{height:14px;background-position:-1401px 0}.country-select .flag.ea{height:14px;background-position:-1423px 0}.country-select .flag.ec{height:14px;background-position:-1445px 0}.country-select .flag.ee{height:13px;background-position:-1467px 0}.country-select .flag.eg{height:14px;background-position:-1489px 0}.country-select .flag.eh{height:10px;background-position:-1511px 0}.country-select .flag.er{height:10px;background-position:-1533px 0}.country-select .flag.es{height:14px;background-position:-1555px 0}.country-select .flag.et{height:10px;background-position:-1577px 0}.country-select .flag.eu{height:14px;background-position:-1599px 0}.country-select .flag.fi{height:12px;background-position:-1621px 0}.country-select .flag.fj{height:10px;background-position:-1643px 0}.country-select .flag.fk{height:10px;background-position:-1665px 0}.country-select .flag.fm{height:11px;background-position:-1687px 0}.country-select .flag.fo{height:15px;background-position:-1709px 0}.country-select .flag.fr{height:14px;background-position:-1731px 0}.country-select .flag.ga{height:15px;background-position:-1753px 0}.country-select .flag.gb{height:10px;background-position:-1775px 0}.country-select .flag.gd{height:12px;background-position:-1797px 0}.country-select .flag.ge{height:14px;background-position:-1819px 0}.country-select .flag.gf{height:14px;background-position:-1841px 0}.country-select .flag.gg{height:14px;background-position:-1863px 0}.country-select .flag.gh{height:14px;background-position:-1885px 0}.country-select .flag.gi{height:10px;background-position:-1907px 0}.country-select .flag.gl{height:14px;background-position:-1929px 0}.country-select .flag.gm{height:14px;background-position:-1951px 0}.country-select .flag.gn{height:14px;background-position:-1973px 0}.country-select .flag.gp{height:14px;background-position:-1995px 0}.country-select .flag.gq{height:14px;background-position:-2017px 0}.country-select .flag.gr{height:14px;background-position:-2039px 0}.country-select .flag.gs{height:10px;background-position:-2061px 0}.country-select .flag.gt{height:13px;background-position:-2083px 0}.country-select .flag.gu{height:11px;background-position:-2105px 0}.country-select .flag.gw{height:10px;background-position:-2127px 0}.country-select .flag.gy{height:12px;background-position:-2149px 0}.country-select .flag.hk{height:14px;background-position:-2171px 0}.country-select .flag.hm{height:10px;background-position:-2193px 0}.country-select .flag.hn{height:10px;background-position:-2215px 0}.country-select .flag.hr{height:10px;background-position:-2237px 0}.country-select .flag.ht{height:12px;background-position:-2259px 0}.country-select .flag.hu{height:10px;background-position:-2281px 0}.country-select .flag.ic{height:14px;background-position:-2303px 0}.country-select .flag.id{height:14px;background-position:-2325px 0}.country-select .flag.ie{height:10px;background-position:-2347px 0}.country-select .flag.il{height:15px;background-position:-2369px 0}.country-select .flag.im{height:10px;background-position:-2391px 0}.country-select .flag.in{height:14px;background-position:-2413px 0}.country-select .flag.io{height:10px;background-position:-2435px 0}.country-select .flag.iq{height:14px;background-position:-2457px 0}.country-select .flag.ir{height:12px;background-position:-2479px 0}.country-select .flag.is{height:15px;background-position:-2501px 0}.country-select .flag.it{height:14px;background-position:-2523px 0}.country-select .flag.je{height:12px;background-position:-2545px 0}.country-select .flag.jm{height:10px;background-position:-2567px 0}.country-select .flag.jo{height:10px;background-position:-2589px 0}.country-select .flag.jp{height:14px;background-position:-2611px 0}.country-select .flag.ke{height:14px;background-position:-2633px 0}.country-select .flag.kg{height:12px;background-position:-2655px 0}.country-select .flag.kh{height:13px;background-position:-2677px 0}.country-select .flag.ki{height:10px;background-position:-2699px 0}.country-select .flag.km{height:12px;background-position:-2721px 0}.country-select .flag.kn{height:14px;background-position:-2743px 0}.country-select .flag.kp{height:10px;background-position:-2765px 0}.country-select .flag.kr{height:14px;background-position:-2787px 0}.country-select .flag.kw{height:10px;background-position:-2809px 0}.country-select .flag.ky{height:10px;background-position:-2831px 0}.country-select .flag.kz{height:10px;background-position:-2853px 0}.country-select .flag.la{height:14px;background-position:-2875px 0}.country-select .flag.lb{height:14px;background-position:-2897px 0}.country-select .flag.lc{height:10px;background-position:-2919px 0}.country-select .flag.li{height:12px;background-position:-2941px 0}.country-select .flag.lk{height:10px;background-position:-2963px 0}.country-select .flag.lr{height:11px;background-position:-2985px 0}.country-select .flag.ls{height:14px;background-position:-3007px 0}.country-select .flag.lt{height:12px;background-position:-3029px 0}.country-select .flag.lu{height:12px;background-position:-3051px 0}.country-select .flag.lv{height:10px;background-position:-3073px 0}.country-select .flag.ly{height:10px;background-position:-3095px 0}.country-select .flag.ma{height:14px;background-position:-3117px 0}.country-select .flag.mc{height:15px;background-position:-3139px 0}.country-select .flag.md{height:10px;background-position:-3160px 0}.country-select .flag.me{height:10px;background-position:-3182px 0}.country-select .flag.mf{height:14px;background-position:-3204px 0}.country-select .flag.mg{height:14px;background-position:-3226px 0}.country-select .flag.mh{height:11px;background-position:-3248px 0}.country-select .flag.mk{height:10px;background-position:-3270px 0}.country-select .flag.ml{height:14px;background-position:-3292px 0}.country-select .flag.mm{height:14px;background-position:-3314px 0}.country-select .flag.mn{height:10px;background-position:-3336px 0}.country-select .flag.mo{height:14px;background-position:-3358px 0}.country-select .flag.mp{height:10px;background-position:-3380px 0}.country-select .flag.mq{height:14px;background-position:-3402px 0}.country-select .flag.mr{height:14px;background-position:-3424px 0}.country-select .flag.ms{height:10px;background-position:-3446px 0}.country-select .flag.mt{height:14px;background-position:-3468px 0}.country-select .flag.mu{height:14px;background-position:-3490px 0}.country-select .flag.mv{height:14px;background-position:-3512px 0}.country-select .flag.mw{height:14px;background-position:-3534px 0}.country-select .flag.mx{height:12px;background-position:-3556px 0}.country-select .flag.my{height:10px;background-position:-3578px 0}.country-select .flag.mz{height:14px;background-position:-3600px 0}.country-select .flag.na{height:14px;background-position:-3622px 0}.country-select .flag.nc{height:10px;background-position:-3644px 0}.country-select .flag.ne{height:15px;background-position:-3666px 0}.country-select .flag.nf{height:10px;background-position:-3686px 0}.country-select .flag.ng{height:10px;background-position:-3708px 0}.country-select .flag.ni{height:12px;background-position:-3730px 0}.country-select .flag.nl{height:14px;background-position:-3752px 0}.country-select .flag.no{height:15px;background-position:-3774px 0}.country-select .flag.np{height:15px;background-position:-3796px 0;background-color:transparent}.country-select .flag.nr{height:10px;background-position:-3811px 0}.country-select .flag.nu{height:10px;background-position:-3833px 0}.country-select .flag.nz{height:10px;background-position:-3855px 0}.country-select .flag.om{height:10px;background-position:-3877px 0}.country-select .flag.pa{height:14px;background-position:-3899px 0}.country-select .flag.pe{height:14px;background-position:-3921px 0}.country-select .flag.pf{height:14px;background-position:-3943px 0}.country-select .flag.pg{height:15px;background-position:-3965px 0}.country-select .flag.ph{height:10px;background-position:-3987px 0}.country-select .flag.pk{height:14px;background-position:-4009px 0}.country-select .flag.pl{height:13px;background-position:-4031px 0}.country-select .flag.pm{height:14px;background-position:-4053px 0}.country-select .flag.pn{height:10px;background-position:-4075px 0}.country-select .flag.pr{height:14px;background-position:-4097px 0}.country-select .flag.ps{height:10px;background-position:-4119px 0}.country-select .flag.pt{height:14px;background-position:-4141px 0}.country-select .flag.pw{height:13px;background-position:-4163px 0}.country-select .flag.py{height:11px;background-position:-4185px 0}.country-select .flag.qa{height:8px;background-position:-4207px 0}.country-select .flag.re{height:14px;background-position:-4229px 0}.country-select .flag.ro{height:14px;background-position:-4251px 0}.country-select .flag.rs{height:14px;background-position:-4273px 0}.country-select .flag.ru{height:14px;background-position:-4295px 0}.country-select .flag.rw{height:14px;background-position:-4317px 0}.country-select .flag.sa{height:14px;background-position:-4339px 0}.country-select .flag.sb{height:10px;background-position:-4361px 0}.country-select .flag.sc{height:10px;background-position:-4383px 0}.country-select .flag.sd{height:10px;background-position:-4405px 0}.country-select .flag.se{height:13px;background-position:-4427px 0}.country-select .flag.sg{height:14px;background-position:-4449px 0}.country-select .flag.sh{height:10px;background-position:-4471px 0}.country-select .flag.si{height:10px;background-position:-4493px 0}.country-select .flag.sj{height:15px;background-position:-4515px 0}.country-select .flag.sk{height:14px;background-position:-4537px 0}.country-select .flag.sl{height:14px;background-position:-4559px 0}.country-select .flag.sm{height:15px;background-position:-4581px 0}.country-select .flag.sn{height:14px;background-position:-4603px 0}.country-select .flag.so{height:14px;background-position:-4625px 0}.country-select .flag.sr{height:14px;background-position:-4647px 0}.country-select .flag.ss{height:10px;background-position:-4669px 0}.country-select .flag.st{height:10px;background-position:-4691px 0}.country-select .flag.sv{height:12px;background-position:-4713px 0}.country-select .flag.sx{height:14px;background-position:-4735px 0}.country-select .flag.sy{height:14px;background-position:-4757px 0}.country-select .flag.sz{height:14px;background-position:-4779px 0}.country-select .flag.ta{height:10px;background-position:-4801px 0}.country-select .flag.tc{height:10px;background-position:-4823px 0}.country-select .flag.td{height:14px;background-position:-4845px 0}.country-select .flag.tf{height:14px;background-position:-4867px 0}.country-select .flag.tg{height:13px;background-position:-4889px 0}.country-select .flag.th{height:14px;background-position:-4911px 0}.country-select .flag.tj{height:10px;background-position:-4933px 0}.country-select .flag.tk{height:10px;background-position:-4955px 0}.country-select .flag.tl{height:10px;background-position:-4977px 0}.country-select .flag.tm{height:14px;background-position:-4999px 0}.country-select .flag.tn{height:14px;background-position:-5021px 0}.country-select .flag.to{height:10px;background-position:-5043px 0}.country-select .flag.tr{height:14px;background-position:-5065px 0}.country-select .flag.tt{height:12px;background-position:-5087px 0}.country-select .flag.tv{height:10px;background-position:-5109px 0}.country-select .flag.tw{height:14px;background-position:-5131px 0}.country-select .flag.tz{height:14px;background-position:-5153px 0}.country-select .flag.ua{height:14px;background-position:-5175px 0}.country-select .flag.ug{height:14px;background-position:-5197px 0}.country-select .flag.um{height:11px;background-position:-5219px 0}.country-select .flag.us{height:11px;background-position:-5241px 0}.country-select .flag.uy{height:14px;background-position:-5263px 0}.country-select .flag.uz{height:10px;background-position:-5285px 0}.country-select .flag.va{width:15px;height:15px;background-position:-5307px 0}.country-select .flag.vc{height:14px;background-position:-5324px 0}.country-select .flag.ve{height:14px;background-position:-5346px 0}.country-select .flag.vg{height:10px;background-position:-5368px 0}.country-select .flag.vi{height:14px;background-position:-5390px 0}.country-select .flag.vn{height:14px;background-position:-5412px 0}.country-select .flag.vu{height:12px;background-position:-5434px 0}.country-select .flag.wf{height:14px;background-position:-5456px 0}.country-select .flag.ws{height:10px;background-position:-5478px 0}.country-select .flag.xk{height:15px;background-position:-5500px 0}.country-select .flag.ye{height:14px;background-position:-5522px 0}.country-select .flag.yt{height:14px;background-position:-5544px 0}.country-select .flag.za{height:14px;background-position:-5566px 0}.country-select .flag.zm{height:14px;background-position:-5588px 0}.country-select .flag.zw{height:10px;background-position:-5610px 0}.footer-width-fixer {
    width: 100%;
}

/* Container fix for genesis themes */

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

/* Container fix for generatepress theme */

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important; /* override generatepress default white color for header */
}

.bhf-hidden {
    display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
    position: relative;
}
@font-face {
  font-family: "eicons";
  src: url("/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.29.0");
  src: url("/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.29.0#iefix") format("embedded-opentype"), url("/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.29.0") format("woff2"), url("/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.29.0") format("woff"), url("/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.29.0") format("truetype"), url("/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.29.0#eicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=eicon],
[class*=" eicon-"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.eicon-editor-link:before {
  content: "\e800";
}

.eicon-editor-unlink:before {
  content: "\e801";
}

.eicon-editor-external-link:before {
  content: "\e802";
}

.eicon-editor-close:before {
  content: "\e803";
}

.eicon-editor-list-ol:before {
  content: "\e804";
}

.eicon-editor-list-ul:before {
  content: "\e805";
}

.eicon-editor-bold:before {
  content: "\e806";
}

.eicon-editor-italic:before {
  content: "\e807";
}

.eicon-editor-underline:before {
  content: "\e808";
}

.eicon-editor-paragraph:before {
  content: "\e809";
}

.eicon-editor-h1:before {
  content: "\e80a";
}

.eicon-editor-h2:before {
  content: "\e80b";
}

.eicon-editor-h3:before {
  content: "\e80c";
}

.eicon-editor-h4:before {
  content: "\e80d";
}

.eicon-editor-h5:before {
  content: "\e80e";
}

.eicon-editor-h6:before {
  content: "\e80f";
}

.eicon-editor-quote:before {
  content: "\e810";
}

.eicon-editor-code:before {
  content: "\e811";
}

.eicon-elementor:before {
  content: "\e812";
}

.eicon-elementor-circle:before {
  content: "\e813";
}

.eicon-pojome:before {
  content: "\e814";
}

.eicon-plus:before {
  content: "\e815";
}

.eicon-menu-bar:before {
  content: "\e816";
}

.eicon-apps:before {
  content: "\e817";
}

.eicon-accordion:before {
  content: "\e818";
}

.eicon-alert:before {
  content: "\e819";
}

.eicon-animation-text:before {
  content: "\e81a";
}

.eicon-animation:before {
  content: "\e81b";
}

.eicon-banner:before {
  content: "\e81c";
}

.eicon-blockquote:before {
  content: "\e81d";
}

.eicon-button:before {
  content: "\e81e";
}

.eicon-call-to-action:before {
  content: "\e81f";
}

.eicon-captcha:before {
  content: "\e820";
}

.eicon-carousel:before {
  content: "\e821";
}

.eicon-checkbox:before {
  content: "\e822";
}

.eicon-columns:before {
  content: "\e823";
}

.eicon-countdown:before {
  content: "\e824";
}

.eicon-counter:before {
  content: "\e825";
}

.eicon-date:before {
  content: "\e826";
}

.eicon-divider-shape:before {
  content: "\e827";
}

.eicon-divider:before {
  content: "\e828";
}

.eicon-download-button:before {
  content: "\e829";
}

.eicon-dual-button:before {
  content: "\e82a";
}

.eicon-email-field:before {
  content: "\e82b";
}

.eicon-facebook-comments:before {
  content: "\e82c";
}

.eicon-facebook-like-box:before {
  content: "\e82d";
}

.eicon-form-horizontal:before {
  content: "\e82e";
}

.eicon-form-vertical:before {
  content: "\e82f";
}

.eicon-gallery-grid:before {
  content: "\e830";
}

.eicon-gallery-group:before {
  content: "\e831";
}

.eicon-gallery-justified:before {
  content: "\e832";
}

.eicon-gallery-masonry:before {
  content: "\e833";
}

.eicon-icon-box:before {
  content: "\e834";
}

.eicon-image-before-after:before {
  content: "\e835";
}

.eicon-image-box:before {
  content: "\e836";
}

.eicon-image-hotspot:before {
  content: "\e837";
}

.eicon-image-rollover:before {
  content: "\e838";
}

.eicon-info-box:before {
  content: "\e839";
}

.eicon-inner-section:before {
  content: "\e83a";
}

.eicon-mailchimp:before {
  content: "\e83b";
}

.eicon-menu-card:before {
  content: "\e83c";
}

.eicon-navigation-horizontal:before {
  content: "\e83d";
}

.eicon-nav-menu:before {
  content: "\e83e";
}

.eicon-navigation-vertical:before {
  content: "\e83f";
}

.eicon-number-field:before {
  content: "\e840";
}

.eicon-parallax:before {
  content: "\e841";
}

.eicon-php7:before {
  content: "\e842";
}

.eicon-post-list:before {
  content: "\e843";
}

.eicon-post-slider:before {
  content: "\e844";
}

.eicon-post:before {
  content: "\e845";
}

.eicon-posts-carousel:before {
  content: "\e846";
}

.eicon-posts-grid:before {
  content: "\e847";
}

.eicon-posts-group:before {
  content: "\e848";
}

.eicon-posts-justified:before {
  content: "\e849";
}

.eicon-posts-masonry:before {
  content: "\e84a";
}

.eicon-posts-ticker:before {
  content: "\e84b";
}

.eicon-price-list:before {
  content: "\e84c";
}

.eicon-price-table:before {
  content: "\e84d";
}

.eicon-radio:before {
  content: "\e84e";
}

.eicon-rtl:before {
  content: "\e84f";
}

.eicon-scroll:before {
  content: "\e850";
}

.eicon-search:before {
  content: "\e851";
}

.eicon-select:before {
  content: "\e852";
}

.eicon-share:before {
  content: "\e853";
}

.eicon-sidebar:before {
  content: "\e854";
}

.eicon-skill-bar:before {
  content: "\e855";
}

.eicon-slider-3d:before {
  content: "\e856";
}

.eicon-slider-album:before {
  content: "\e857";
}

.eicon-slider-device:before {
  content: "\e858";
}

.eicon-slider-full-screen:before {
  content: "\e859";
}

.eicon-slider-push:before {
  content: "\e85a";
}

.eicon-slider-vertical:before {
  content: "\e85b";
}

.eicon-slider-video:before {
  content: "\e85c";
}

.eicon-slides:before {
  content: "\e85d";
}

.eicon-social-icons:before {
  content: "\e85e";
}

.eicon-spacer:before {
  content: "\e85f";
}

.eicon-table:before {
  content: "\e860";
}

.eicon-tabs:before {
  content: "\e861";
}

.eicon-tel-field:before {
  content: "\e862";
}

.eicon-text-area:before {
  content: "\e863";
}

.eicon-text-field:before {
  content: "\e864";
}

.eicon-thumbnails-down:before {
  content: "\e865";
}

.eicon-thumbnails-half:before {
  content: "\e866";
}

.eicon-thumbnails-right:before {
  content: "\e867";
}

.eicon-time-line:before {
  content: "\e868";
}

.eicon-toggle:before {
  content: "\e869";
}

.eicon-url:before {
  content: "\e86a";
}

.eicon-t-letter:before {
  content: "\e86b";
}

.eicon-wordpress:before {
  content: "\e86c";
}

.eicon-text:before {
  content: "\e86d";
}

.eicon-anchor:before {
  content: "\e86e";
}

.eicon-bullet-list:before {
  content: "\e86f";
}

.eicon-code:before {
  content: "\e870";
}

.eicon-favorite:before {
  content: "\e871";
}

.eicon-google-maps:before {
  content: "\e872";
}

.eicon-image:before {
  content: "\e873";
}

.eicon-photo-library:before {
  content: "\e874";
}

.eicon-woocommerce:before {
  content: "\e875";
}

.eicon-youtube:before {
  content: "\e876";
}

.eicon-flip-box:before {
  content: "\e877";
}

.eicon-settings:before {
  content: "\e878";
}

.eicon-headphones:before {
  content: "\e879";
}

.eicon-testimonial:before {
  content: "\e87a";
}

.eicon-counter-circle:before {
  content: "\e87b";
}

.eicon-person:before {
  content: "\e87c";
}

.eicon-chevron-right:before {
  content: "\e87d";
}

.eicon-chevron-left:before {
  content: "\e87e";
}

.eicon-close:before {
  content: "\e87f";
}

.eicon-file-download:before {
  content: "\e880";
}

.eicon-save:before {
  content: "\e881";
}

.eicon-zoom-in:before {
  content: "\e882";
}

.eicon-shortcode:before {
  content: "\e883";
}

.eicon-nerd:before {
  content: "\e884";
}

.eicon-device-desktop:before {
  content: "\e885";
}

.eicon-device-tablet:before {
  content: "\e886";
}

.eicon-device-mobile:before {
  content: "\e887";
}

.eicon-document-file:before {
  content: "\e888";
}

.eicon-folder-o:before {
  content: "\e889";
}

.eicon-hypster:before {
  content: "\e88a";
}

.eicon-h-align-left:before {
  content: "\e88b";
}

.eicon-h-align-right:before {
  content: "\e88c";
}

.eicon-h-align-center:before {
  content: "\e88d";
}

.eicon-h-align-stretch:before {
  content: "\e88e";
}

.eicon-v-align-top:before {
  content: "\e88f";
}

.eicon-v-align-bottom:before {
  content: "\e890";
}

.eicon-v-align-middle:before {
  content: "\e891";
}

.eicon-v-align-stretch:before {
  content: "\e892";
}

.eicon-pro-icon:before {
  content: "\e893";
}

.eicon-mail:before {
  content: "\e894";
}

.eicon-lock-user:before {
  content: "\e895";
}

.eicon-testimonial-carousel:before {
  content: "\e896";
}

.eicon-media-carousel:before {
  content: "\e897";
}

.eicon-section:before {
  content: "\e898";
}

.eicon-column:before {
  content: "\e899";
}

.eicon-edit:before {
  content: "\e89a";
}

.eicon-clone:before {
  content: "\e89b";
}

.eicon-trash:before {
  content: "\e89c";
}

.eicon-play:before {
  content: "\e89d";
}

.eicon-angle-right:before {
  content: "\e89e";
}

.eicon-angle-left:before {
  content: "\e89f";
}

.eicon-animated-headline:before {
  content: "\e8a0";
}

.eicon-menu-toggle:before {
  content: "\e8a1";
}

.eicon-fb-embed:before {
  content: "\e8a2";
}

.eicon-fb-feed:before {
  content: "\e8a3";
}

.eicon-twitter-embed:before {
  content: "\e8a4";
}

.eicon-twitter-feed:before {
  content: "\e8a5";
}

.eicon-sync:before {
  content: "\e8a6";
}

.eicon-import-export:before {
  content: "\e8a7";
}

.eicon-check-circle:before {
  content: "\e8a8";
}

.eicon-library-save:before {
  content: "\e8a9";
}

.eicon-library-download:before {
  content: "\e8aa";
}

.eicon-insert:before {
  content: "\e8ab";
}

.eicon-preview-medium:before {
  content: "\e8ac";
}

.eicon-sort-down:before {
  content: "\e8ad";
}

.eicon-sort-up:before {
  content: "\e8ae";
}

.eicon-heading:before {
  content: "\e8af";
}

.eicon-logo:before {
  content: "\e8b0";
}

.eicon-meta-data:before {
  content: "\e8b1";
}

.eicon-post-content:before {
  content: "\e8b2";
}

.eicon-post-excerpt:before {
  content: "\e8b3";
}

.eicon-post-navigation:before {
  content: "\e8b4";
}

.eicon-yoast:before {
  content: "\e8b5";
}

.eicon-nerd-chuckle:before {
  content: "\e8b6";
}

.eicon-nerd-wink:before {
  content: "\e8b7";
}

.eicon-comments:before {
  content: "\e8b8";
}

.eicon-download-circle-o:before {
  content: "\e8b9";
}

.eicon-library-upload:before {
  content: "\e8ba";
}

.eicon-save-o:before {
  content: "\e8bb";
}

.eicon-upload-circle-o:before {
  content: "\e8bc";
}

.eicon-ellipsis-h:before {
  content: "\e8bd";
}

.eicon-ellipsis-v:before {
  content: "\e8be";
}

.eicon-arrow-left:before {
  content: "\e8bf";
}

.eicon-arrow-right:before {
  content: "\e8c0";
}

.eicon-arrow-up:before {
  content: "\e8c1";
}

.eicon-arrow-down:before {
  content: "\e8c2";
}

.eicon-play-o:before {
  content: "\e8c3";
}

.eicon-archive-posts:before {
  content: "\e8c4";
}

.eicon-archive-title:before {
  content: "\e8c5";
}

.eicon-featured-image:before {
  content: "\e8c6";
}

.eicon-post-info:before {
  content: "\e8c7";
}

.eicon-post-title:before {
  content: "\e8c8";
}

.eicon-site-logo:before {
  content: "\e8c9";
}

.eicon-site-search:before {
  content: "\e8ca";
}

.eicon-site-title:before {
  content: "\e8cb";
}

.eicon-plus-square:before {
  content: "\e8cc";
}

.eicon-minus-square:before {
  content: "\e8cd";
}

.eicon-cloud-check:before {
  content: "\e8ce";
}

.eicon-drag-n-drop:before {
  content: "\e8cf";
}

.eicon-welcome:before {
  content: "\e8d0";
}

.eicon-handle:before {
  content: "\e8d1";
}

.eicon-cart:before {
  content: "\e8d2";
}

.eicon-product-add-to-cart:before {
  content: "\e8d3";
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}

.eicon-product-categories:before {
  content: "\e8d5";
}

.eicon-product-description:before {
  content: "\e8d6";
}

.eicon-product-images:before {
  content: "\e8d7";
}

.eicon-product-info:before {
  content: "\e8d8";
}

.eicon-product-meta:before {
  content: "\e8d9";
}

.eicon-product-pages:before {
  content: "\e8da";
}

.eicon-product-price:before {
  content: "\e8db";
}

.eicon-product-rating:before {
  content: "\e8dc";
}

.eicon-product-related:before {
  content: "\e8dd";
}

.eicon-product-stock:before {
  content: "\e8de";
}

.eicon-product-tabs:before {
  content: "\e8df";
}

.eicon-product-title:before {
  content: "\e8e0";
}

.eicon-product-upsell:before {
  content: "\e8e1";
}

.eicon-products:before {
  content: "\e8e2";
}

.eicon-bag-light:before {
  content: "\e8e3";
}

.eicon-bag-medium:before {
  content: "\e8e4";
}

.eicon-bag-solid:before {
  content: "\e8e5";
}

.eicon-basket-light:before {
  content: "\e8e6";
}

.eicon-basket-medium:before {
  content: "\e8e7";
}

.eicon-basket-solid:before {
  content: "\e8e8";
}

.eicon-cart-light:before {
  content: "\e8e9";
}

.eicon-cart-medium:before {
  content: "\e8ea";
}

.eicon-cart-solid:before {
  content: "\e8eb";
}

.eicon-exchange:before {
  content: "\e8ec";
}

.eicon-preview-thin:before {
  content: "\e8ed";
}

.eicon-device-laptop:before {
  content: "\e8ee";
}

.eicon-collapse:before {
  content: "\e8ef";
}

.eicon-expand:before {
  content: "\e8f0";
}

.eicon-navigator:before {
  content: "\e8f1";
}

.eicon-plug:before {
  content: "\e8f2";
}

.eicon-dashboard:before {
  content: "\e8f3";
}

.eicon-typography:before {
  content: "\e8f4";
}

.eicon-info-circle-o:before {
  content: "\e8f5";
}

.eicon-integration:before {
  content: "\e8f6";
}

.eicon-plus-circle-o:before {
  content: "\e8f7";
}

.eicon-rating:before {
  content: "\e8f8";
}

.eicon-review:before {
  content: "\e8f9";
}

.eicon-tools:before {
  content: "\e8fa";
}

.eicon-loading:before {
  content: "\e8fb";
}

.eicon-sitemap:before {
  content: "\e8fc";
}

.eicon-click:before {
  content: "\e8fd";
}

.eicon-clock:before {
  content: "\e8fe";
}

.eicon-library-open:before {
  content: "\e8ff";
}

.eicon-warning:before {
  content: "\e900";
}

.eicon-flow:before {
  content: "\e901";
}

.eicon-cursor-move:before {
  content: "\e902";
}

.eicon-arrow-circle-left:before {
  content: "\e903";
}

.eicon-flash:before {
  content: "\e904";
}

.eicon-redo:before {
  content: "\e905";
}

.eicon-ban:before {
  content: "\e906";
}

.eicon-barcode:before {
  content: "\e907";
}

.eicon-calendar:before {
  content: "\e908";
}

.eicon-caret-left:before {
  content: "\e909";
}

.eicon-caret-right:before {
  content: "\e90a";
}

.eicon-caret-up:before {
  content: "\e90b";
}

.eicon-chain-broken:before {
  content: "\e90c";
}

.eicon-check-circle-o:before {
  content: "\e90d";
}

.eicon-check:before {
  content: "\e90e";
}

.eicon-chevron-double-left:before {
  content: "\e90f";
}

.eicon-chevron-double-right:before {
  content: "\e910";
}

.eicon-undo:before {
  content: "\e911";
}

.eicon-filter:before {
  content: "\e912";
}

.eicon-circle-o:before {
  content: "\e913";
}

.eicon-circle:before {
  content: "\e914";
}

.eicon-clock-o:before {
  content: "\e915";
}

.eicon-cog:before {
  content: "\e916";
}

.eicon-cogs:before {
  content: "\e917";
}

.eicon-commenting-o:before {
  content: "\e918";
}

.eicon-copy:before {
  content: "\e919";
}

.eicon-database:before {
  content: "\e91a";
}

.eicon-dot-circle-o:before {
  content: "\e91b";
}

.eicon-envelope:before {
  content: "\e91c";
}

.eicon-external-link-square:before {
  content: "\e91d";
}

.eicon-eyedropper:before {
  content: "\e91e";
}

.eicon-folder:before {
  content: "\e91f";
}

.eicon-font:before {
  content: "\e920";
}

.eicon-adjust:before {
  content: "\e921";
}

.eicon-lightbox:before {
  content: "\e922";
}

.eicon-heart-o:before {
  content: "\e923";
}

.eicon-history:before {
  content: "\e924";
}

.eicon-image-bold:before {
  content: "\e925";
}

.eicon-info-circle:before {
  content: "\e926";
}

.eicon-link:before {
  content: "\e927";
}

.eicon-long-arrow-left:before {
  content: "\e928";
}

.eicon-long-arrow-right:before {
  content: "\e929";
}

.eicon-caret-down:before {
  content: "\e92a";
}

.eicon-paint-brush:before {
  content: "\e92b";
}

.eicon-pencil:before {
  content: "\e92c";
}

.eicon-plus-circle:before {
  content: "\e92d";
}

.eicon-zoom-in-bold:before {
  content: "\e92e";
}

.eicon-sort-amount-desc:before {
  content: "\e92f";
}

.eicon-sign-out:before {
  content: "\e930";
}

.eicon-spinner:before {
  content: "\e931";
}

.eicon-square:before {
  content: "\e932";
}

.eicon-star-o:before {
  content: "\e933";
}

.eicon-star:before {
  content: "\e934";
}

.eicon-text-align-justify:before {
  content: "\e935";
}

.eicon-text-align-center:before {
  content: "\e936";
}

.eicon-tags:before {
  content: "\e937";
}

.eicon-text-align-left:before {
  content: "\e938";
}

.eicon-text-align-right:before {
  content: "\e939";
}

.eicon-close-circle:before {
  content: "\e93a";
}

.eicon-trash-o:before {
  content: "\e93b";
}

.eicon-font-awesome:before {
  content: "\e93c";
}

.eicon-user-circle-o:before {
  content: "\e93d";
}

.eicon-video-camera:before {
  content: "\e93e";
}

.eicon-heart:before {
  content: "\e93f";
}

.eicon-wrench:before {
  content: "\e940";
}

.eicon-help:before {
  content: "\e941";
}

.eicon-help-o:before {
  content: "\e942";
}

.eicon-zoom-out-bold:before {
  content: "\e943";
}

.eicon-plus-square-o:before {
  content: "\e944";
}

.eicon-minus-square-o:before {
  content: "\e945";
}

.eicon-minus-circle:before {
  content: "\e946";
}

.eicon-minus-circle-o:before {
  content: "\e947";
}

.eicon-code-bold:before {
  content: "\e948";
}

.eicon-cloud-upload:before {
  content: "\e949";
}

.eicon-search-bold:before {
  content: "\e94a";
}

.eicon-map-pin:before {
  content: "\e94b";
}

.eicon-meetup:before {
  content: "\e94c";
}

.eicon-slideshow:before {
  content: "\e94d";
}

.eicon-t-letter-bold:before {
  content: "\e94e";
}

.eicon-preferences:before {
  content: "\e94f";
}

.eicon-table-of-contents:before {
  content: "\e950";
}

.eicon-tv:before {
  content: "\e951";
}

.eicon-upload:before {
  content: "\e952";
}

.eicon-instagram-comments:before {
  content: "\e953";
}

.eicon-instagram-nested-gallery:before {
  content: "\e954";
}

.eicon-instagram-post:before {
  content: "\e955";
}

.eicon-instagram-video:before {
  content: "\e956";
}

.eicon-instagram-gallery:before {
  content: "\e957";
}

.eicon-instagram-likes:before {
  content: "\e958";
}

.eicon-facebook:before {
  content: "\e959";
}

.eicon-twitter:before {
  content: "\e95a";
}

.eicon-pinterest:before {
  content: "\e95b";
}

.eicon-frame-expand:before {
  content: "\e95c";
}

.eicon-frame-minimize:before {
  content: "\e95d";
}

.eicon-archive:before {
  content: "\e95e";
}

.eicon-colors-typography:before {
  content: "\e95f";
}

.eicon-custom:before {
  content: "\e960";
}

.eicon-footer:before {
  content: "\e961";
}

.eicon-header:before {
  content: "\e962";
}

.eicon-layout-settings:before {
  content: "\e963";
}

.eicon-lightbox-expand:before {
  content: "\e964";
}

.eicon-error-404:before {
  content: "\e965";
}

.eicon-theme-style:before {
  content: "\e966";
}

.eicon-search-results:before {
  content: "\e967";
}

.eicon-single-post:before {
  content: "\e968";
}

.eicon-site-identity:before {
  content: "\e969";
}

.eicon-theme-builder:before {
  content: "\e96a";
}

.eicon-download-bold:before {
  content: "\e96b";
}

.eicon-share-arrow:before {
  content: "\e96c";
}

.eicon-global-settings:before {
  content: "\e96d";
}

.eicon-user-preferences:before {
  content: "\e96e";
}

.eicon-lock:before {
  content: "\e96f";
}

.eicon-export-kit:before {
  content: "\e970";
}

.eicon-import-kit:before {
  content: "\e971";
}

.eicon-lottie:before {
  content: "\e972";
}

.eicon-products-archive:before {
  content: "\e973";
}

.eicon-single-product:before {
  content: "\e974";
}

.eicon-disable-trash-o:before {
  content: "\e975";
}

.eicon-single-page:before {
  content: "\e976";
}

.eicon-wordpress-light:before {
  content: "\e977";
}

.eicon-cogs-check:before {
  content: "\e978";
}

.eicon-custom-css:before {
  content: "\e979";
}

.eicon-global-colors:before {
  content: "\e97a";
}

.eicon-globe:before {
  content: "\e97b";
}

.eicon-typography-1:before {
  content: "\e97c";
}

.eicon-background:before {
  content: "\e97d";
}

.eicon-device-responsive:before {
  content: "\e97e";
}

.eicon-device-wide:before {
  content: "\e97f";
}

.eicon-code-highlight:before {
  content: "\e980";
}

.eicon-video-playlist:before {
  content: "\e981";
}

.eicon-download-kit:before {
  content: "\e982";
}

.eicon-kit-details:before {
  content: "\e983";
}

.eicon-kit-parts:before {
  content: "\e984";
}

.eicon-kit-upload:before {
  content: "\e985";
}

.eicon-kit-plugins:before {
  content: "\e986";
}

.eicon-kit-upload-alt:before {
  content: "\e987";
}

.eicon-hotspot:before {
  content: "\e988";
}

.eicon-paypal-button:before {
  content: "\e989";
}

.eicon-shape:before {
  content: "\e98a";
}

.eicon-wordart:before {
  content: "\e98b";
}

.eicon-checkout:before {
  content: "\e98c";
}

.eicon-container:before {
  content: "\e98d";
}

.eicon-flip:before {
  content: "\e98e";
}

.eicon-info:before {
  content: "\e98f";
}

.eicon-my-account:before {
  content: "\e990";
}

.eicon-purchase-summary:before {
  content: "\e991";
}

.eicon-page-transition:before {
  content: "\e992";
}

.eicon-spotify:before {
  content: "\e993";
}

.eicon-stripe-button:before {
  content: "\e994";
}

.eicon-woo-settings:before {
  content: "\e995";
}

.eicon-woo-cart:before {
  content: "\e996";
}

.eicon-grow:before {
  content: "\e997";
}

.eicon-order-end:before {
  content: "\e998";
}

.eicon-nowrap:before {
  content: "\e999";
}

.eicon-order-start:before {
  content: "\e99a";
}

.eicon-progress-tracker:before {
  content: "\e99b";
}

.eicon-shrink:before {
  content: "\e99c";
}

.eicon-wrap:before {
  content: "\e99d";
}

.eicon-align-center-h:before {
  content: "\e99e";
}

.eicon-align-center-v:before {
  content: "\e99f";
}

.eicon-align-end-h:before {
  content: "\e9a0";
}

.eicon-align-end-v:before {
  content: "\e9a1";
}

.eicon-align-start-h:before {
  content: "\e9a2";
}

.eicon-align-start-v:before {
  content: "\e9a3";
}

.eicon-align-stretch-h:before {
  content: "\e9a4";
}

.eicon-align-stretch-v:before {
  content: "\e9a5";
}

.eicon-justify-center-h:before {
  content: "\e9a6";
}

.eicon-justify-center-v:before {
  content: "\e9a7";
}

.eicon-justify-end-h:before {
  content: "\e9a8";
}

.eicon-justify-end-v:before {
  content: "\e9a9";
}

.eicon-justify-space-around-h:before {
  content: "\e9aa";
}

.eicon-justify-space-around-v:before {
  content: "\e9ab";
}

.eicon-justify-space-between-h:before {
  content: "\e9ac";
}

.eicon-justify-space-between-v:before {
  content: "\e9ad";
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}

.eicon-justify-start-h:before {
  content: "\e9b0";
}

.eicon-justify-start-v:before {
  content: "\e9b1";
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}

.eicon-woocommerce-notices:before {
  content: "\e9b3";
}

.eicon-inner-container:before {
  content: "\e9b4";
}

.eicon-warning-full:before {
  content: "\e9b5";
}

.eicon-exit:before {
  content: "\e9b6";
}

.eicon-loop-builder:before {
  content: "\e9b7";
}

.eicon-notes:before {
  content: "\e9b8";
}

.eicon-read:before {
  content: "\e9b9";
}

.eicon-unread:before {
  content: "\e9ba";
}

.eicon-carousel-loop:before {
  content: "\e9bb";
}

.eicon-mega-menu:before {
  content: "\eb78";
}

.eicon-nested-carousel:before {
  content: "\e9bd";
}

.eicon-ai:before {
  content: "\e9be";
}

.eicon-taxonomy-filter:before {
  content: "\eb7d";
}

.eicon-container-grid:before {
  content: "\ef02";
}

.eicon-upgrade:before {
  content: "\e9c1";
}

.eicon-advanced:before {
  content: "\eb84";
}

.eicon-notification:before {
  content: "\e9c3";
}

.eicon-light-mode:before {
  content: "\e9c4";
}

.eicon-dark-mode:before {
  content: "\e9c5";
}

.eicon-upgrade-crown:before {
  content: "\e9c6";
}

.eicon-eye:before {
  content: "\e8ac";
}

.eicon-elementor-square:before {
  content: "\e813";
}/*! elementor - v3.21.0 - 26-05-2024 */
.dialog-widget-content {
  background-color: var(--e-a-bg-default);
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.dialog-message {
  line-height: 1.5;
  box-sizing: border-box;
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-block-start: 15px;
  right: 15px;
  color: var(--e-a-color-txt);
  font-size: 15px;
  line-height: 1;
  transition: var(--e-a-transition-hover);
}
.dialog-close-button:hover {
  color: var(--e-a-color-txt-hover);
}

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh;
}

.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.elementor-editor-active .elementor-popup-modal {
  background-color: initial;
}

.dialog-type-confirm .dialog-widget-content,
.dialog-type-alert .dialog-widget-content {
  margin: auto;
  width: 400px;
  padding: 20px;
}
.dialog-type-confirm .dialog-header,
.dialog-type-alert .dialog-header {
  font-size: 15px;
  font-weight: 500;
}
.dialog-type-confirm .dialog-header:after,
.dialog-type-alert .dialog-header:after {
  content: "";
  display: block;
  border-block-end: var(--e-a-border);
  padding-block-end: 10px;
  margin-block-end: 10px;
  margin-inline-start: -20px;
  margin-inline-end: -20px;
}
.dialog-type-confirm .dialog-message,
.dialog-type-alert .dialog-message {
  min-height: 50px;
}
.dialog-type-confirm .dialog-buttons-wrapper,
.dialog-type-alert .dialog-buttons-wrapper {
  padding-block-start: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 16px;
  outline: none;
  border: none;
  border-radius: var(--e-a-border-radius);
  background-color: var(--e-a-btn-bg);
  color: var(--e-a-btn-color-invert);
  transition: var(--e-a-transition-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover {
  border: none;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus {
  background-color: var(--e-a-btn-bg-hover);
  color: var(--e-a-btn-color-invert);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active {
  background-color: var(--e-a-btn-bg-active);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) {
  cursor: pointer;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled {
  background-color: var(--e-a-btn-bg-disabled);
  color: var(--e-a-btn-color-disabled);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
  display: none;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel {
  background: transparent;
  color: var(--e-a-color-txt);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus {
  background: var(--e-a-bg-hover);
  color: var(--e-a-color-txt-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled {
  background: transparent;
  color: var(--e-a-color-txt-disabled);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
  border: 1px solid var(--e-a-color-txt-muted);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success {
  background-color: var(--e-a-btn-bg-success);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus {
  background-color: var(--e-a-btn-bg-success-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok {
  background-color: var(--e-a-btn-bg-primary);
  color: var(--e-a-btn-color);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus {
  background-color: var(--e-a-btn-bg-primary-hover);
  color: var(--e-a-btn-color);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel {
  background: transparent;
  color: var(--e-a-color-primary-bold);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus {
  background: var(--e-a-bg-primary);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent {
  background-color: var(--e-a-btn-bg-accent);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus {
  background-color: var(--e-a-btn-bg-accent-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active {
  background-color: var(--e-a-btn-bg-accent-active);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info {
  background-color: var(--e-a-btn-bg-info);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus {
  background-color: var(--e-a-btn-bg-info-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning {
  background-color: var(--e-a-btn-bg-warning);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus {
  background-color: var(--e-a-btn-bg-warning-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
  background-color: var(--e-a-btn-bg-danger);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus {
  background-color: var(--e-a-btn-bg-danger-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button i {
  margin-inline-end: 5px;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
  color: initial;
}
.flatpickr-calendar {
  width: 280px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300;
}
.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.flatpickr-calendar .flatpickr-days {
  width: 280px;
}
.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px;
}

.elementor-hidden {
  display: none;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  display: inline-block;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}

.elementor *, .elementor *:before, .elementor *:after {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  margin: 0;
  background-color: transparent;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.elementor .elementor-background-video-container,
.elementor .elementor-background-holder,
.elementor .elementor-background {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-html5-video {
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor .elementor-background-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.elementor-widget-wrap > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.e-con-inner > .elementor-element.elementor-absolute {
  position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.e-con-inner > .elementor-element.elementor-fixed {
  position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}

.elementor-invisible {
  visibility: hidden;
}

.elementor-align-center {
  text-align: center;
}
.elementor-align-center .elementor-button {
  width: auto;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-right .elementor-button {
  width: auto;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-left .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}

.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s infinite linear;
}

.elementor-tag {
  display: inline-flex;
}

.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear;
}
.elementor-ken-burns--out {
  transform: scale(1.3);
}
.elementor-ken-burns--active {
  transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}

@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-center .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-left .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-center .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-left .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}

.elementor-page-title, h1.entry-title {
  display: var(--page-title-display);
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: center;
}
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: flex-end;
}

.elementor-row {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}

.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
  margin-bottom: 0;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
  padding: 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}

@media (min-width: -1) {
  .elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: initial;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: initial;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    order: 1;
  }
  .elementor-column {
    width: 100%;
  }
}
ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  position: var(--position);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  z-index: var(--z-index);
  overflow: var(--overflow);
  transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-block-end: var(--margin-block-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-start: var(--padding-inline-start);
  padding-inline-end: var(--padding-inline-end);
}
.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}
.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full, .e-con > .e-con-inner {
  text-align: var(--text-align);
  padding-block-start: var(--padding-block-start);
  padding-block-end: var(--padding-block-end);
}
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}
.e-con, .e-con > .e-con-inner {
  display: var(--display);
}
.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}
.e-con.e-grid, .e-con.e-grid > .e-con-inner {
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  align-content: var(--grid-align-content);
  grid-auto-flow: var(--grid-auto-flow);
  justify-items: var(--justify-items);
  align-items: var(--align-items);
}
.e-con-boxed.e-flex {
  flex-direction: column;
  flex-wrap: initial;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
}
.e-con-boxed.e-grid {
  justify-items: initial;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.e-con-boxed {
  text-align: initial;
  gap: initial;
}
.e-con.e-flex > .e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  flex-basis: initial;
  flex-grow: 1;
  flex-shrink: initial;
  align-self: initial;
}
.e-con.e-grid > .e-con-inner {
  justify-items: var(--justify-items);
  align-items: var(--align-items);
}
.e-con > .e-con-inner {
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}
.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
.e-con > .elementor-background-slideshow::before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, 0.3s);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
.e-con::before {
  transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
@media (max-width: 767px) {
  :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-phone {
    display: none;
  }
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
  z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
  z-index: 2;
}
.e-con .elementor-widget {
  min-width: 0;
}
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
  width: 100%;
}
.e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
  max-width: 100%;
}

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: wrap;
  }
}
.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
  flex-basis: 100%;
  max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
  flex-grow: 1;
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727D;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-inline-end: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: "eicons";
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: "";
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
  display: inline;
}

.elementor-field-label {
  cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-inline-start: 0.2em;
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}
.elementor-button-align-center .elementor-field-type-submit,
.elementor-button-align-center .e-form__buttons {
  justify-content: center;
}
.elementor-button-align-start .elementor-field-type-submit,
.elementor-button-align-start .e-form__buttons {
  justify-content: flex-start;
}
.elementor-button-align-end .elementor-field-type-submit,
.elementor-button-align-end .e-form__buttons {
  justify-content: flex-end;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
  flex-grow: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
  flex-basis: initial;
}

@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-center .elementor-field-type-submit,
  .elementor-tablet-button-align-center .e-form__buttons {
    justify-content: center;
  }
  .elementor-tablet-button-align-start .elementor-field-type-submit,
  .elementor-tablet-button-align-start .e-form__buttons {
    justify-content: flex-start;
  }
  .elementor-tablet-button-align-end .elementor-field-type-submit,
  .elementor-tablet-button-align-end .e-form__buttons {
    justify-content: flex-end;
  }
  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: initial;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
    flex-grow: initial;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
    flex-basis: initial;
  }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-center .elementor-field-type-submit,
  .elementor-mobile-button-align-center .e-form__buttons {
    justify-content: center;
  }
  .elementor-mobile-button-align-start .elementor-field-type-submit,
  .elementor-mobile-button-align-start .e-form__buttons {
    justify-content: flex-start;
  }
  .elementor-mobile-button-align-end .elementor-field-type-submit,
  .elementor-mobile-button-align-end .e-form__buttons {
    justify-content: flex-end;
  }
  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: initial;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
    flex-grow: initial;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
    flex-basis: initial;
  }
}
.elementor-error .elementor-field {
  border-color: #d9534f;
}
.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  margin-inline-end: 5px;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
.elementor-message.form-message-success {
  color: #5cb85c;
}

.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.elementor-form .elementor-button > span {
  display: flex;
  justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}

.elementor-element .elementor-widget-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727D;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
}
.elementor-button-icon {
  flex-grow: 0;
  order: 5;
}
.elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15;
}
.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5;
}
.elementor-button span {
  text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}

.elementor-tab-title a {
  color: inherit;
}

.elementor-view-stacked .elementor-icon {
  padding: 0.5em;
  background-color: #69727D;
  color: #fff;
  fill: #fff;
}

.elementor-view-framed .elementor-icon {
  padding: 0.5em;
  color: #69727D;
  border: 3px solid #69727D;
  background-color: transparent;
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727D;
  font-size: 50px;
  text-align: center;
}
.elementor-icon:hover {
  color: #69727D;
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-icon i.fad {
  width: initial;
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}

.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.elementor-element, .elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .swiper-slide figure,
.elementor-element .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure {
  line-height: 0;
}
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source {
  display: none;
}
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: rgba(238, 238, 238, 0.9);
  top: 50%;
  transform: translateY(-50%);
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container ~ .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button svg {
  fill: rgba(238, 238, 238, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper ~ .elementor-swiper-button-prev,
.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev {
  left: 10px;
}
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-next {
  right: 10px;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%;
}
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper ~ .swiper-pagination-fraction,
.elementor-element .swiper ~ .swiper-pagination-custom,
.elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container ~ .swiper-pagination-fraction,
.elementor-element .swiper-container ~ .swiper-pagination-custom,
.elementor-element .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper ~ .swiper-pagination-custom,
.elementor-lightbox .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper-container ~ .swiper-pagination-custom,
.elementor-lightbox .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
}
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube ~ .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px);
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px;
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
  position: relative;
}
.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
  position: static;
}
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px);
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev {
  left: 0;
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next {
  right: 0;
}

.elementor-lightbox {
  --lightbox-ui-color: rgba(238, 238, 238, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center;
}
.elementor-lightbox .dialog-header {
  display: none;
}
.elementor-lightbox .dialog-widget-content {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.elementor-lightbox .dialog-message {
  animation-duration: 0.3s;
  height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: 0.75em;
  margin-top: 13px;
  padding: 0.25em;
  z-index: 2;
  line-height: 1;
  display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  transition: all 0.3s;
  opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
  height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0;
  }
}
.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  filter: none;
  border: none;
}
.elementor-lightbox .elementor-lightbox-image {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor-lightbox .elementor-video-container .elementor-video-square,
.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait {
  width: 100%;
  height: 100%;
  margin: auto;
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe {
  border: 0;
  background-color: #000;
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video,
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
  aspect-ratio: var(--video-aspect-ratio, 1.77777);
}
@supports not (aspect-ratio: 1/1) {
  .elementor-lightbox .elementor-video-container .elementor-video-square,
  .elementor-lightbox .elementor-video-container .elementor-video-landscape,
  .elementor-lightbox .elementor-video-container .elementor-video-portrait {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777));
  }
  .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
  .elementor-lightbox .elementor-video-container .elementor-video-square video,
  .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
  .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
  .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
  .elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
  width: min(90vh, 90vw);
  height: min(90vh, 90vw);
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
  width: 100%;
  max-height: 90vh;
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
  height: 100%;
  max-width: 90vw;
}
@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container .elementor-video-landscape {
    width: 85vw;
    max-height: 85vh;
  }
  .elementor-lightbox .elementor-video-container .elementor-video-portrait {
    height: 85vh;
    max-width: 85vw;
  }
}
@media (max-width: 1024px) {
  .elementor-lightbox .elementor-video-container .elementor-video-landscape {
    width: 95vw;
    max-height: 95vh;
  }
  .elementor-lightbox .elementor-video-container .elementor-video-portrait {
    height: 95vh;
    max-width: 95vw;
  }
}
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev {
  left: 0;
}
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next {
  right: 0;
}
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-pagination-fraction {
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
}
.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
  height: 100%;
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size);
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: none;
  }
  .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
    width: 20%;
  }
  .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    justify-content: flex-start;
  }
  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    justify-content: flex-end;
  }
}

.elementor-slideshow__counter {
  color: currentColor;
  font-size: 0.75em;
  width: -moz-max-content;
  width: max-content;
}
.elementor-slideshow__header, .elementor-slideshow__footer {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}
.elementor-slideshow__footer {
  color: var(--lightbox-text-color);
}
.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--lightbox-header-icons-size);
  padding-inline-start: 1em;
  padding-inline-end: 2.6em;
  top: 0;
  align-items: center;
  z-index: 10;
}
.elementor-slideshow__header > i,
.elementor-slideshow__header > svg {
  cursor: pointer;
  padding: 0.25em;
  margin: 0 0.35em;
}
.elementor-slideshow__header > i {
  font-size: inherit;
}
.elementor-slideshow__header > i:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header > svg {
  box-sizing: content-box;
  fill: var(--lightbox-ui-color);
  height: 1em;
  width: 1em;
}
.elementor-slideshow__header > svg:hover {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header .elementor-slideshow__counter {
  margin-inline-end: auto;
}
.elementor-slideshow__header .elementor-icon-share {
  z-index: 5;
}
.elementor-slideshow__share-menu {
  background-color: rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  transition: background-color 400ms;
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #0C0D0E;
}
.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 2.8em;
  top: 3em;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  transform: scale(0);
  opacity: 0;
  transform-origin: 90% 10%;
  transition: all 250ms 100ms;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-slideshow__share-links a {
  text-align: start;
  color: #3f444b;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  transition: opacity 500ms 100ms;
}
.elementor-slideshow__share-links a:hover {
  color: #000;
}
.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
  margin-inline-end: 0.75em;
}
.elementor-slideshow__share-links a i {
  font-size: 1.25em;
}
.elementor-slideshow__share-links a svg {
  height: 1.25em;
  width: 1.25em;
}
.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0.5em;
  border: 0.45em solid;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-100%) scaleX(0.7);
}
.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed;
}
.elementor-slideshow__title, .elementor-slideshow__description {
  margin: 0;
}
.elementor-slideshow__title {
  font-size: 16px;
  font-weight: bold;
}
.elementor-slideshow__description {
  font-size: 14px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer {
  opacity: 0;
  pointer-events: none;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next {
  opacity: 0;
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%;
}
.elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer {
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next {
  opacity: 0;
  pointer-events: none;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  transform: scale(1);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
  color: #1DA1F2;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
  color: #3b5998;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
  color: #bd081c;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
  color: #9DA5AE;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
  fill: #1DA1F2;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
  fill: #3b5998;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
  fill: #bd081c;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
  fill: #9DA5AE;
}
.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2;
}

.animated {
  animation-duration: 1.25s;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated.animated-fast {
  animation-duration: 0.75s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  /*
   * @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue.
   *   It will be removed in a future version of Chrome.
   */
}
.elementor-shape-top {
  top: -1px;
}
.elementor-shape-top:not([data-negative=false]) svg {
  z-index: -1;
}
.elementor-shape-bottom {
  bottom: -1px;
}
.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1;
}
.elementor-shape[data-negative=false].elementor-shape-bottom {
  transform: rotate(180deg);
}
.elementor-shape[data-negative=true].elementor-shape-top {
  transform: rotate(180deg);
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

#wp-admin-bar-elementor_edit_page > .ab-item::before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #3f444b;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px;
}

#wp-admin-bar-elementor_inspector > .ab-item::before {
  content: "\f348";
  top: 2px;
}

#wpadminbar * {
  font-style: normal;
}

.page-template-elementor_canvas.elementor-page:before {
  display: none;
}

.elementor-post__thumbnail__link {
  transition: none;
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
  padding: 0;
}

.e--ua-appleWebkit.rtl {
  --flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right,
.e--ua-appleWebkit .elementor-share-buttons--align-right {
  --justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center,
.e--ua-appleWebkit .elementor-share-buttons--align-center {
  --justify-content: center;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-0.5 * var(--grid-column-gap));
  margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item {
  margin-left: calc(0.5 * var(--grid-column-gap));
  margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid {
  display: inline-block;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right,
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center,
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right,
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center,
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile {
    display: none;
  }
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-laptop {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}

.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, start);
}
.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke; /* Prevent stroke size scaling when resizing the SVG. */
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
  --path-fill: var( --path-fill-hover );
  --stroke-color: var( --stroke-color-hover );
  --stroke-width: var( --stroke-width-hover );
}
.elementor-widget-text-path svg text {
  --fill: var( --text-color );
  fill: var(--fill);
  direction: var(--direction, ltr);
  transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
  --color: var( --text-color-hover, var( --text-color ) );
  --fill: var( --color );
  color: var(--color);
}

.elementor-widget-n-tabs {
  --n-tabs-color-accent-fallback: #61CE70;
  --n-tabs-color-secondary-fallback: #54595F;
  --n-tabs-default-padding-block: 15px;
  --n-tabs-default-padding-inline: 35px;
  --n-tabs-background-color: transparent;
  --n-tabs-display: flex;
  --n-tabs-direction: column;
  --n-tabs-gap: 10px;
  --n-tabs-heading-display: flex;
  --n-tabs-heading-direction: row;
  --n-tabs-heading-grow: initial;
  --n-tabs-heading-justify-content: center;
  --n-tabs-heading-width: initial;
  --n-tabs-heading-overflow-x: initial;
  --n-tabs-heading-wrap: nowrap;
  --n-tabs-border-width: 1px;
  --n-tabs-border-color: #D5D8DC;
  --n-tabs-content-display: flex;
  --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: #ffffff;
  --n-tabs-title-color-active: #ffffff;
  --n-tabs-title-background-color: #F1F2F3;
  --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-width: initial;
  --n-tabs-title-height: initial;
  --n-tabs-title-font-size: 1rem;
  --n-tabs-title-white-space: initial;
  --n-tabs-title-justify-content-toggle: initial;
  --n-tabs-title-align-items-toggle: center;
  --n-tabs-title-justify-content: center;
  --n-tabs-title-align-items: center;
  --n-tabs-title-text-align: center;
  --n-tabs-title-direction: row;
  --n-tabs-title-gap: 10px;
  --n-tabs-title-flex-grow: 0;
  --n-tabs-title-flex-basis: content;
  --n-tabs-title-flex-shrink: initial;
  --n-tabs-title-order: initial;
  --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
  --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
  --n-tabs-title-border-radius: initial;
  --n-tabs-title-transition: 0.3s;
  --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
  --n-tabs-icon-color-active: #ffffff;
  --n-tabs-icon-gap: 5px;
  width: 100%;
  max-width: 100%; /* Fix issue with new created n-tabs inside n-tabs with overflow */
}
.elementor-widget-n-tabs {
  --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
  --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
  --n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
  --n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom);
}
body.rtl .elementor-widget-n-tabs {
  --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
  --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left);
}
.elementor-widget-n-tabs .e-n-tabs {
  display: var(--n-tabs-display);
  flex-direction: var(--n-tabs-direction);
  gap: var(--n-tabs-gap);
  text-align: start;
  min-width: 0;
}
.elementor-widget-n-tabs .e-n-tabs-heading {
  display: var(--n-tabs-heading-display);
  flex-basis: var(--n-tabs-heading-width);
  flex-direction: var(--n-tabs-heading-direction);
  flex-shrink: 0;
  justify-content: var(--n-tabs-heading-justify-content);
  gap: var(--n-tabs-title-gap);
  overflow-x: var(--n-tabs-heading-overflow-x);
  flex-wrap: var(--n-tabs-heading-wrap);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
  position: relative;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: -1000vw;
  z-index: 2;
}
.elementor-widget-n-tabs .e-n-tabs-content {
  display: var(--n-tabs-content-display);
  flex-grow: 1;
  min-width: 0;
}
.elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) {
  display: none;
}
.elementor-widget-n-tabs .e-n-tabs:not(.e-activated) > .e-n-tabs-content > .e-con:nth-child(1) {
  display: flex;
}
.elementor-widget-n-tabs .e-n-tab-title {
  all: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
  flex-direction: var(--n-tabs-title-direction);
  justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
  gap: var(--n-tabs-icon-gap);
  border-width: var(--n-tabs-border-width);
  position: relative;
  cursor: pointer;
  outline: none;
  flex-grow: var(--n-tabs-title-flex-grow);
  flex-basis: var(--n-tabs-title-flex-basis);
  flex-shrink: var(--n-tabs-title-flex-shrink);
  padding-block-start: var(--n-tabs-title-padding-block-start);
  padding-inline-end: var(--n-tabs-title-padding-inline-end);
  padding-block-end: var(--n-tabs-title-padding-block-end);
  padding-inline-start: var(--n-tabs-title-padding-inline-start);
  border-radius: var(--n-tabs-title-border-radius);
  height: var(--n-tabs-title-height);
  width: var(--n-tabs-title-width);
  white-space: var(--n-tabs-title-white-space);
  transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.elementor-widget-n-tabs .e-n-tab-title span svg, .elementor-widget-n-tabs .e-n-tab-title span i {
  transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-tabs-title-font-size);
  text-align: var(--n-tabs-title-text-align);
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  order: var(--n-tabs-icon-order);
  overflow: hidden;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
  font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
  height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
  display: none;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
  background-color: var(--n-tabs-title-background-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
  color: var(--n-tabs-title-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
  color: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
  transform: translate(0, -100vh);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
  color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
  transform: translate(0, -100vh);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
  transform: initial;
  animation: initial;
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
  color: var(--n-tabs-title-color-hover);
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
  color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
  transform: translate(0, -100vh);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
  transform: initial;
  animation: initial;
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
  transform: initial;
  height: initial;
  opacity: initial;
}

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode=false] > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
  background-color: var(--n-tabs-title-background-color-hover);
  background-image: initial;
}

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode=true] > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
  background-color: var(--n-tabs-title-background-color-active);
  background-image: initial;
}

@media (max-width: 767px) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
    --n-tabs-direction: column;
    --n-tabs-heading-display: contents;
    --n-tabs-content-display: contents;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
    gap: 0;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con {
    order: var(--n-tabs-title-order);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
    order: var(--n-tabs-title-order);
    width: initial;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
    margin-block-start: var(--n-tabs-title-gap);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
    margin-block-end: var(--n-tabs-gap);
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
    --n-tabs-direction: column;
    --n-tabs-heading-display: contents;
    --n-tabs-content-display: contents;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
    gap: 0;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content > .e-con {
    order: var(--n-tabs-title-order);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
    order: var(--n-tabs-title-order);
    width: initial;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
    margin-block-start: var(--n-tabs-title-gap);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
    margin-block-end: var(--n-tabs-gap);
  }
}
@media (max-width: 1024px) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
    --n-tabs-direction: column;
    --n-tabs-heading-display: contents;
    --n-tabs-content-display: contents;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
    gap: 0;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content > .e-con {
    order: var(--n-tabs-title-order);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
    order: var(--n-tabs-title-order);
    width: initial;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
    margin-block-start: var(--n-tabs-title-gap);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
    margin-block-end: var(--n-tabs-gap);
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
    --n-tabs-direction: column;
    --n-tabs-heading-display: contents;
    --n-tabs-content-display: contents;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
    gap: 0;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content > .e-con {
    order: var(--n-tabs-title-order);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
    order: var(--n-tabs-title-order);
    width: initial;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
    margin-block-start: var(--n-tabs-title-gap);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
    margin-block-end: var(--n-tabs-gap);
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
    --n-tabs-direction: column;
    --n-tabs-heading-display: contents;
    --n-tabs-content-display: contents;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
    gap: 0;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content > .e-con {
    order: var(--n-tabs-title-order);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
    order: var(--n-tabs-title-order);
    width: initial;
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
    margin-block-start: var(--n-tabs-title-gap);
  }
  .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
    margin-block-end: var(--n-tabs-gap);
  }
}
.elementor-widget-n-accordion {
  --n-accordion-title-font-size: 20px;
  --n-accordion-title-flex-grow: initial;
  --n-accordion-title-justify-content: initial;
  --n-accordion-title-icon-order: -1;
  --n-accordion-border-width: 1px;
  --n-accordion-border-color: #D5D8DC;
  --n-accordion-border-style: solid;
  --n-accordion-item-title-flex-grow: initial;
  --n-accordion-item-title-space-between: 0px;
  --n-accordion-item-title-distance-from-content: 0px;
  --n-accordion-padding: 10px;
  --n-accordion-border-radius: 0px;
  --n-accordion-icon-size: 15px;
  --n-accordion-title-normal-color: #1f2124;
  --n-accordion-title-hover-color: #1f2124;
  --n-accordion-title-active-color: #1f2124;
  --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
  --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
  --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
  --n-accordion-icon-gap: 0 10px;
  width: 100%;
}
.elementor-widget-n-accordion .e-n-accordion details > summary::-webkit-details-marker {
  display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
  margin-block-end: var(--n-accordion-item-title-space-between);
}
:where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color);
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: var(--n-accordion-padding);
  border-width: var(--n-accordion-border-width);
  border-color: var(--n-accordion-border-color);
  border-style: var(--n-accordion-border-style);
  justify-content: var(--n-accordion-title-justify-content);
  border-radius: var(--n-accordion-border-radius);
  flex-grow: var(--n-menu-title-flex-grow);
  gap: var(--n-accordion-icon-gap);
  color: var(--n-accordion-title-normal-color);
  align-items: center;
  cursor: pointer;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
  display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header h1, .elementor-widget-n-accordion .e-n-accordion-item-title-header h2, .elementor-widget-n-accordion .e-n-accordion-item-title-header h3, .elementor-widget-n-accordion .e-n-accordion-item-title-header h4, .elementor-widget-n-accordion .e-n-accordion-item-title-header h5, .elementor-widget-n-accordion .e-n-accordion-item-title-header h6, .elementor-widget-n-accordion .e-n-accordion-item-title-header p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-size: var(--n-accordion-title-font-size);
  align-items: center;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  order: var(--n-accordion-title-icon-order);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
  height: var(--n-accordion-icon-size);
  width: auto;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
  color: var(--n-accordion-icon-normal-color);
  font-size: var(--n-accordion-icon-size);
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
  fill: var(--n-accordion-icon-normal-color);
  height: var(--n-accordion-icon-size);
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span {
  cursor: pointer;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
  margin-block-end: var(--n-accordion-item-title-distance-from-content);
  color: var(--n-accordion-title-active-color);
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
  display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
  display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > i {
  color: var(--n-accordion-icon-active-color);
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg {
  fill: var(--n-accordion-icon-active-color);
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
  color: var(--n-accordion-title-hover-color);
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > i {
  color: var(--n-accordion-icon-hover-color);
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > svg {
  fill: var(--n-accordion-icon-hover-color);
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
  display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
  display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
  fill: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > i {
  color: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion .e-n-accordion-item > span {
  cursor: pointer;
}

.elementor-accordion {
  text-align: start;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #D5D8DC;
}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: none;
}
.elementor-accordion .elementor-tab-title {
  margin: 0;
  padding: 15px 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 1.5em;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 1em;
  height: 1em;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  float: right;
  text-align: right;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
  display: block;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
  display: none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: block;
}
.elementor-accordion .elementor-tab-content {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #D5D8DC;
}

@media (max-width: 767px) {
  .elementor-accordion .elementor-tab-title {
    padding: 12px 15px;
  }
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 1.2em;
  }
  .elementor-accordion .elementor-tab-content {
    padding: 7px 15px;
  }
}
.e-con > .elementor-widget-accordion,
.e-con-inner > .elementor-widget-accordion {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-alert {
  padding: 15px;
  border-left: 5px solid transparent;
  position: relative;
  text-align: start;
}
.elementor-alert .elementor-alert-title {
  display: block;
  font-weight: bold;
}
.elementor-alert .elementor-alert-description {
  font-size: 13px;
}
.elementor-alert button.elementor-alert-dismiss {
  position: absolute;
  right: var(--dismiss-icon-horizontal-position, 10px);
  top: var(--dismiss-icon-vertical-position, 10px);
  padding: 3px;
  font-size: var(--dismiss-icon-size, 20px);
  line-height: 1;
  background: transparent;
  color: var(--dismiss-icon-normal-color, inherit);
  border: none;
  cursor: pointer;
  transition-duration: var(--dismiss-icon-hover-transition-duration, 0.3s);
}
.elementor-alert button.elementor-alert-dismiss:hover {
  color: var(--dismiss-icon-hover-color, inherit);
}
.elementor-alert button.elementor-alert-dismiss svg {
  width: var(--dismiss-icon-size, 20px);
  height: var(--dismiss-icon-size, 20px);
  fill: var(--dismiss-icon-normal-color, currentColor);
  transition-duration: var(--dismiss-icon-hover-transition-duration, 0.3s);
}
.elementor-alert button.elementor-alert-dismiss svg:hover {
  fill: var(--dismiss-icon-hover-color, currentColor);
}

.elementor-alert-info .elementor-alert {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
}

.elementor-alert-success .elementor-alert {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cae6be;
}

.elementor-alert-warning .elementor-alert {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f9f0c3;
}

.elementor-alert-danger .elementor-alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e8c4c4;
}

@media (max-width: 767px) {
  .elementor-alert {
    padding: 10px;
  }
  .elementor-alert button.elementor-alert-dismiss {
    right: 7px;
    top: 7px;
  }
}
.elementor-counter {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
}
.elementor-counter .elementor-counter-number {
  flex-grow: var(--counter-number-grow, 0);
}
.elementor-counter .elementor-counter-number-wrapper {
  flex: 1;
  display: flex;
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.elementor-counter .elementor-counter-number-prefix {
  text-align: end;
  flex-grow: var(--counter-prefix-grow, 1);
  white-space: pre-wrap;
}
.elementor-counter .elementor-counter-number-suffix {
  text-align: start;
  flex-grow: var(--counter-suffix-grow, 1);
  white-space: pre-wrap;
}
.elementor-counter .elementor-counter-title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 2.5;
}

.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #0C0D0E;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x;
}
.elementor-widget-divider .elementor-divider {
  display: flex;
}
.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%;
}
.elementor-widget-divider .elementor-divider__element {
  margin: 0 var(--divider-element-spacing);
  flex-shrink: 0;
}
.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size);
}
.elementor-widget-divider .elementor-divider-separator {
  display: flex;
  margin: 0;
  direction: ltr;
}
.elementor-widget-divider--view-line_text .elementor-divider-separator, .elementor-widget-divider--view-line_icon .elementor-divider-separator {
  align-items: center;
}
.elementor-widget-divider--view-line_text .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_icon .elementor-divider-separator:after {
  display: block;
  content: "";
  border-block-end: 0;
  flex-grow: 1;
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100;
}
.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
  content: none;
}
.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0;
}
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100;
}
.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
  content: none;
}
.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0;
}
.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
  flex-grow: 0;
  flex-shrink: 100;
}
.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
  content: none;
}
.elementor-widget-divider--element-align-start .elementor-divider__element {
  margin-inline-start: 0;
}
.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
  flex-grow: 0;
  flex-shrink: 100;
}
.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
  content: none;
}
.elementor-widget-divider--element-align-end .elementor-divider__element {
  margin-inline-end: 0;
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}
.elementor-widget-divider--separator-type-pattern {
  --divider-border-style: none;
}
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after {
  width: 100%;
  min-height: var(--divider-pattern-height);
  -webkit-mask-size: var(--divider-pattern-size) 100%;
  mask-size: var(--divider-pattern-size) 100%;
  -webkit-mask-repeat: var(--divider-pattern-repeat);
  mask-repeat: var(--divider-pattern-repeat);
  background-color: var(--divider-color);
  -webkit-mask-image: var(--divider-pattern-url);
  mask-image: var(--divider-pattern-url);
}
.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto;
}
.elementor-widget-divider--bg-round {
  --divider-pattern-repeat: round;
}

.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl;
}

.e-con > .elementor-widget-divider,
.e-con-inner > .elementor-widget-divider {
  width: var(--container-widget-width, 100%);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-image-gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.elementor-image-gallery .gallery-item img {
  margin: 0 auto;
}
.elementor-image-gallery .gallery-item .gallery-caption {
  margin: 0;
}
.elementor-image-gallery figure img {
  display: block;
}
.elementor-image-gallery figure figcaption {
  width: 100%;
}
.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-image-gallery .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .elementor-image-gallery .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .elementor-image-gallery .gallery-columns-6 .gallery-item {
    max-width: 16.666%;
  }
  .elementor-image-gallery .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .elementor-image-gallery .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .elementor-image-gallery .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .elementor-image-gallery .gallery-columns-10 .gallery-item {
    max-width: 10%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%;
  }
}

.elementor-widget-google_maps .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget-google_maps .elementor-custom-embed {
  line-height: 0;
}
.elementor-widget-google_maps iframe {
  height: 300px;
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}
.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    align-items: flex-start;
  }
  .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    align-items: center;
  }
  .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    align-items: flex-end;
  }
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display: flex;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  text-align: end;
  flex-direction: row-reverse;
}
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-right: 0;
  margin-bottom: unset;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: start;
  flex-direction: row;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-left: 0;
  margin-bottom: unset;
}
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
  flex-direction: unset;
}
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: -1) {
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: -1) {
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: -1) {
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: -1) {
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: block;
    flex: unset;
  }
}
.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
}
.elementor-widget-icon-box .elementor-icon-box-content {
  flex-grow: 1;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  margin-right: -8px;
  margin-left: -8px;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-right: 8px;
  margin-left: 8px;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.elementor-widget .elementor-icon-list-item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
  display: flex;
  font-size: inherit;
  align-items: var(--icon-vertical-align, center);
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}
.elementor-widget .elementor-icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial);
}
.elementor-widget .elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}
.elementor-widget .elementor-icon-list-icon i {
  width: 1.25em;
  font-size: var(--e-icon-list-icon-size);
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align);
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0);
}
.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
  justify-content: center;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto;
}
.elementor-widget.elementor-align-center .elementor-inline-items {
  justify-content: center;
}
.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
  justify-content: flex-start;
  text-align: left;
}
.elementor-widget.elementor-align-left .elementor-inline-items {
  justify-content: flex-start;
}
.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
  justify-content: flex-end;
  text-align: right;
}
.elementor-widget.elementor-align-right .elementor-icon-list-items {
  justify-content: flex-end;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
  left: 0;
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
  right: 0;
}
@media (min-width: -1) {
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
    right: 0;
  }
}

.elementor-widget-image {
  text-align: center;
}
.elementor-widget-image a {
  display: inline-block;
}
.elementor-widget-image a img[src$=".svg"] {
  width: 48px;
}
.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: flex;
  }
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    text-align: end;
    flex-direction: row-reverse;
  }
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    text-align: start;
    flex-direction: row;
  }
  .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto;
  }
  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    align-items: flex-start;
  }
  .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    align-items: center;
  }
  .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-title a {
  color: inherit;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
}
.elementor-widget-image-box .elementor-image-box-description {
  margin: 0;
}

.elementor-widget-image-carousel .swiper-container,
.elementor-widget-image-carousel .swiper {
  position: static;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure {
  line-height: inherit;
}
.elementor-widget-image-carousel .swiper-slide {
  text-align: center;
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}

body.elementor-page .elementor-widget-menu-anchor {
  margin-bottom: 0;
}

.elementor-widget-progress {
  text-align: start;
}

.elementor-progress-wrapper {
  position: relative;
  background-color: #eeeeee;
  color: #ffffff;
  height: 100%;
  border-radius: 2px;
}

.elementor-progress-bar {
  display: flex;
  background-color: #69727D;
  width: 0;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  transition: width 1s ease-in-out;
}

.elementor-progress-text {
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-inline-start: 15px;
}

.elementor-progress-percentage {
  padding-inline-end: 15px;
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #5bc0de;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #5cb85c;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #f0ad4e;
}
.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
  background-color: #d9534f;
}

.elementor-progress .elementor-title {
  display: block;
}

@media (max-width: 767px) {
  .elementor-progress-text {
    padding-inline-start: 10px;
  }
}
.e-con .elementor-progress-wrapper,
.e-con-inner .elementor-progress-wrapper {
  height: initial;
}

.elementor-widget-social-icons {
  /*TODO: This Grid-0 needs to be removed after PRO is Updated */
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container {
  line-height: 1;
  font-size: 0;
}
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
  display: inline-grid;
}
.elementor-widget-social-icons .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center);
}

.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}

.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  display: inline-flex;
  background-color: #69727D;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.elementor-social-icon i {
  color: var(--e-social-icon-icon-color);
}
.elementor-social-icon svg {
  fill: var(--e-social-icon-icon-color);
}
.elementor-social-icon:last-child {
  margin: 0;
}
.elementor-social-icon:hover {
  opacity: 0.9;
  color: white;
}
.elementor-social-icon-android {
  background-color: #A4C639;
}
.elementor-social-icon-apple {
  background-color: #999999;
}
.elementor-social-icon-behance {
  background-color: #1769ff;
}
.elementor-social-icon-bitbucket {
  background-color: #205081;
}
.elementor-social-icon-codepen {
  background-color: #000000;
}
.elementor-social-icon-delicious {
  background-color: #3399ff;
}
.elementor-social-icon-deviantart {
  background-color: #05cc47;
}
.elementor-social-icon-digg {
  background-color: #005be2;
}
.elementor-social-icon-dribbble {
  background-color: #ea4c89;
}
.elementor-social-icon-elementor {
  background-color: #D30C5C;
}
.elementor-social-icon-envelope {
  background-color: #ea4335;
}
.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
  background-color: #3b5998;
}
.elementor-social-icon-flickr {
  background-color: #0063dc;
}
.elementor-social-icon-foursquare {
  background-color: #2d5be3;
}
.elementor-social-icon-freecodecamp, .elementor-social-icon-free-code-camp {
  background-color: #006400;
}
.elementor-social-icon-github {
  background-color: #333333;
}
.elementor-social-icon-gitlab {
  background-color: #e24329;
}
.elementor-social-icon-globe {
  background-color: #69727D;
}
.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g {
  background-color: #dd4b39;
}
.elementor-social-icon-houzz {
  background-color: #7ac142;
}
.elementor-social-icon-instagram {
  background-color: #262626;
}
.elementor-social-icon-jsfiddle {
  background-color: #487AA2;
}
.elementor-social-icon-link {
  background-color: #818a91;
}
.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
  background-color: #0077b5;
}
.elementor-social-icon-medium {
  background-color: #00ab6b;
}
.elementor-social-icon-meetup {
  background-color: #ec1c40;
}
.elementor-social-icon-mixcloud {
  background-color: #273a4b;
}
.elementor-social-icon-odnoklassniki {
  background-color: #F4731C;
}
.elementor-social-icon-pinterest {
  background-color: #bd081c;
}
.elementor-social-icon-product-hunt {
  background-color: #da552f;
}
.elementor-social-icon-reddit {
  background-color: #ff4500;
}
.elementor-social-icon-rss {
  background-color: #f26522;
}
.elementor-social-icon-shopping-cart {
  background-color: #4CAF50;
}
.elementor-social-icon-skype {
  background-color: #00AFF0;
}
.elementor-social-icon-slideshare {
  background-color: #0077b5;
}
.elementor-social-icon-snapchat {
  background-color: #fffc00;
}
.elementor-social-icon-soundcloud {
  background-color: #ff8800;
}
.elementor-social-icon-spotify {
  background-color: #2ebd59;
}
.elementor-social-icon-stack-overflow {
  background-color: #fe7a15;
}
.elementor-social-icon-steam {
  background-color: #00adee;
}
.elementor-social-icon-stumbleupon {
  background-color: #EB4924;
}
.elementor-social-icon-telegram {
  background-color: #2CA5E0;
}
.elementor-social-icon-threads {
  background-color: #000000;
}
.elementor-social-icon-thumb-tack {
  background-color: #1aa1d8;
}
.elementor-social-icon-tripadvisor {
  background-color: #589442;
}
.elementor-social-icon-tumblr {
  background-color: #35465c;
}
.elementor-social-icon-twitch {
  background-color: #6441A5;
}
.elementor-social-icon-twitter {
  background-color: #1DA1F2;
}
.elementor-social-icon-viber {
  background-color: #665cac;
}
.elementor-social-icon-vimeo {
  background-color: #1ab7ea;
}
.elementor-social-icon-vk {
  background-color: #45668e;
}
.elementor-social-icon-weibo {
  background-color: #DD2430;
}
.elementor-social-icon-weixin {
  background-color: #31A918;
}
.elementor-social-icon-whatsapp {
  background-color: #25d366;
}
.elementor-social-icon-wordpress {
  background-color: #21759b;
}
.elementor-social-icon-x-twitter {
  background-color: #000000;
}
.elementor-social-icon-xing {
  background-color: #026466;
}
.elementor-social-icon-yelp {
  background-color: #af0606;
}
.elementor-social-icon-youtube {
  background-color: #cd201f;
}
.elementor-social-icon-500px {
  background-color: #0099e5;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  border-radius: 10%;
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
  border-radius: 50%;
}

.elementor-column .elementor-spacer-inner {
  height: var(--spacer-size);
}

.e-con {
  --container-widget-width: 100%;
}

.e-con > .elementor-widget-spacer,
.e-con-inner > .elementor-widget-spacer {
  width: var(--container-widget-width, var(--spacer-size));
  --align-self: var( --container-widget-align-self, initial );
  --flex-shrink: 0;
}
.e-con > .elementor-widget-spacer > .elementor-widget-container,
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container {
  height: 100%;
  width: 100%;
}
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer,
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer {
  height: 100%;
}
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
  height: var(--container-widget-height, var(--spacer-size));
}
.e-con > .elementor-widget-spacer.elementor-widget-empty,
.e-con-inner > .elementor-widget-spacer.elementor-widget-empty {
  position: relative;
  min-height: 22px;
  min-width: 22px;
}
.e-con > .elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con-inner > .elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 22px;
  height: 22px;
}

.elementor-star-rating {
  color: #CCD6DF;
  font-family: eicons;
  display: inline-block;
}
.elementor-star-rating i {
  display: inline-block;
  position: relative;
  font-style: normal;
  cursor: default;
}
.elementor-star-rating i:before {
  content: "\e934";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: #f0ad4e;
  top: 0;
  left: 0;
}
.elementor-star-rating .elementor-star-empty:before {
  content: none;
}
.elementor-star-rating .elementor-star-1:before {
  width: 10%;
}
.elementor-star-rating .elementor-star-2:before {
  width: 20%;
}
.elementor-star-rating .elementor-star-3:before {
  width: 30%;
}
.elementor-star-rating .elementor-star-4:before {
  width: 40%;
}
.elementor-star-rating .elementor-star-5:before {
  width: 50%;
}
.elementor-star-rating .elementor-star-6:before {
  width: 60%;
}
.elementor-star-rating .elementor-star-7:before {
  width: 70%;
}
.elementor-star-rating .elementor-star-8:before {
  width: 80%;
}
.elementor-star-rating .elementor-star-9:before {
  width: 90%;
}
.elementor-star-rating__wrapper {
  display: flex;
  align-items: center;
}
.elementor-star-rating__title {
  margin-inline-end: 10px;
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
  text-align: right;
  justify-content: flex-end;
}
.elementor-star-rating--align-left .elementor-star-rating__wrapper {
  text-align: left;
  justify-content: flex-start;
}
.elementor-star-rating--align-center .elementor-star-rating__wrapper {
  text-align: center;
  justify-content: center;
}
.elementor-star-rating--align-justify .elementor-star-rating__title {
  margin-inline-end: auto;
}

@media (max-width: 1024px) {
  .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end;
  }
  .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start;
  }
  .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center;
  }
  .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
    margin-inline-end: auto;
  }
}
@media (max-width: 767px) {
  .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end;
  }
  .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start;
  }
  .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center;
  }
  .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
    margin-inline-end: auto;
  }
}
.last-star {
  letter-spacing: 0;
}

.elementor--star-style-star_unicode .elementor-star-rating {
  font-family: "Arial", "Helvetica", sans-serif;
}
.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
  content: "★";
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 25%;
  flex-shrink: 0;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
  border-inline-end-style: none;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
  height: 999em;
  width: 0;
  right: 0;
  border-inline-end-style: solid;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
  top: 0;
  transform: translateY(-100%);
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
  top: 100%;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  display: table-cell;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  border-bottom-style: none;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  bottom: 0;
  height: 0;
  width: 999em;
  border-bottom-style: solid;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  right: 100%;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  left: 100%;
}
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: 1px none #D5D8DC;
}
.elementor-widget-tabs .elementor-tabs {
  text-align: start;
}
.elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden;
}
.elementor-widget-tabs .elementor-tab-title {
  cursor: pointer;
  outline: var(--focus-outline, none);
}
.elementor-widget-tabs .elementor-tab-desktop-title {
  position: relative;
  padding: 20px 25px;
  font-weight: bold;
  line-height: 1;
  border: solid transparent;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border-color: #D5D8DC;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
  display: block;
  content: "";
  position: absolute;
}
.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible {
  border: 1px solid #000000;
}
.elementor-widget-tabs .elementor-tab-mobile-title {
  padding: 10px 10px;
  cursor: pointer;
}
.elementor-widget-tabs .elementor-tab-content {
  padding: 20px;
  display: none;
}

@media (max-width: 767px) {
  .elementor-tabs .elementor-tab-title,
  .elementor-tabs .elementor-tab-content {
    border-style: solid;
    border-bottom-style: none;
  }
  .elementor-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .elementor-tabs .elementor-tabs-content-wrapper {
    border-bottom-style: solid;
  }
  .elementor-tabs .elementor-tab-content {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
    display: flex;
  }
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    flex-direction: column;
  }
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
    flex-grow: 1;
    border-style: solid;
    border-left-style: none;
  }
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border-style: solid;
    border-top-style: none;
  }
  .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
    display: flex;
  }
  .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
    justify-content: center;
  }
  .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
    justify-content: flex-end;
  }
  .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
    width: 100%;
  }
  .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
    height: 100%;
  }
  .elementor-tabs .elementor-tab-mobile-title {
    display: none;
  }
}
.elementor-testimonial-wrapper {
  overflow: hidden;
  text-align: center;
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.elementor-testimonial-wrapper .elementor-testimonial-name {
  line-height: 1.5;
  display: block;
}
.elementor-testimonial-wrapper .elementor-testimonial-job {
  font-size: 0.85em;
  display: block;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta {
  width: 100%;
  line-height: 1;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
  display: inline-block;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
  display: table-cell;
  vertical-align: middle;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
  padding-inline-end: 15px;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
  text-align: start;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
  display: block;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
  margin-bottom: 20px;
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: #69727D;
  color: #fff;
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
  color: #69727D;
  border: 3px solid;
  background-color: transparent;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 8px;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  width: 1em;
  height: 1em;
}
.elementor-widget-text-editor .elementor-drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
}
.elementor-widget-text-editor .elementor-drop-cap-letter {
  display: inline-block;
}

.elementor-toggle {
  text-align: start;
}
.elementor-toggle .elementor-tab-title {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #D5D8DC;
  cursor: pointer;
  outline: none;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  display: inline-block;
  width: 1em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  margin-inline-start: -5px;
  width: 1em;
  height: 1em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  float: right;
  text-align: right;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  float: left;
  text-align: left;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
  display: block;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
  display: none;
}
.elementor-toggle .elementor-tab-title.elementor-active {
  border-bottom: none;
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
  display: none;
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
  display: block;
}
.elementor-toggle .elementor-tab-content {
  padding: 15px;
  border-bottom: 1px solid #D5D8DC;
  display: none;
}

@media (max-width: 767px) {
  .elementor-toggle .elementor-tab-title {
    padding: 12px;
  }
  .elementor-toggle .elementor-tab-content {
    padding: 12px 10px;
  }
}
.e-con > .elementor-widget-toggle,
.e-con-inner > .elementor-widget-toggle {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-widget-video .elementor-widget-container {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.elementor-widget-video .elementor-wrapper {
  aspect-ratio: var(--video-aspect-ratio);
}
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
  height: 100%;
  width: 100%;
  display: flex;
  border: none;
  background-color: #000000;
}
@supports not (aspect-ratio: 1/1) {
  .elementor-widget-video .elementor-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(100% / var(--video-aspect-ratio));
  }
  .elementor-widget-video .elementor-wrapper iframe,
  .elementor-widget-video .elementor-wrapper video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.elementor-widget-video .elementor-custom-embed-image-overlay {
  cursor: pointer;
  text-align: center;
}
.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
  opacity: 1;
}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
  display: block;
  width: 100%;
  aspect-ratio: var(--video-aspect-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@supports not (aspect-ratio: 1/1) {
  .elementor-widget-video .elementor-custom-embed-image-overlay {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(100% / var(--video-aspect-ratio));
  }
  .elementor-widget-video .elementor-custom-embed-image-overlay img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.elementor-widget-video .e-hosted-video .elementor-video {
  -o-object-fit: cover;
     object-fit: cover;
}

.e-con > .elementor-widget-video,
.e-con-inner > .elementor-widget-video {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-widget-rating {
  --e-rating-gap: 0px;
  --e-rating-icon-font-size: 16px;
  --e-rating-icon-color: #CCD6DF;
  --e-rating-icon-marked-color: #f0ad4e;
  --e-rating-icon-marked-width: 100%;
  --e-rating-justify-content: flex-start;
}
.elementor-widget-rating .e-rating {
  display: flex;
  justify-content: var(--e-rating-justify-content);
}
.elementor-widget-rating .e-rating-wrapper {
  display: flex;
  justify-content: inherit;
  flex-direction: row;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin-block-end: calc(0px - var(--e-rating-gap));
  margin-inline-end: calc(0px - var(--e-rating-gap));
}
.elementor-widget-rating .e-rating .e-icon {
  position: relative;
  margin-block-end: var(--e-rating-gap);
  margin-inline-end: var(--e-rating-gap);
}
.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
  --e-rating-icon-color: var(--e-rating-icon-marked-color);
  width: var(--e-rating-icon-marked-width);
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.elementor-widget-rating .e-rating .e-icon-wrapper :is(i, svg) {
  display: flex;
  flex-shrink: 0;
}
.elementor-widget-rating .e-rating .e-icon-wrapper i {
  font-size: var(--e-rating-icon-font-size);
  color: var(--e-rating-icon-color);
}
.elementor-widget-rating .e-rating .e-icon-wrapper svg {
  width: auto;
  height: var(--e-rating-icon-font-size);
  fill: var(--e-rating-icon-color);
}
/*# sourceMappingURL=frontend.css.map *//**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-130f380:#533841;--e-global-color-89784aa:#BD1515;--e-global-color-33b7e8f:#E7E5E5;--e-global-color-aef7a1d:#F0F0F0;--e-global-color-852230c:#1D1F22;--e-global-color-dc68704:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}#sb_instagram {width: 100%;margin: 0 auto;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram:after{content: "";display: table;clear: both;}#sb_instagram.sbi_fixed_height{overflow: hidden;overflow-y: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_images{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram .sbi_header_link {-webkit-box-shadow: none;box-shadow: none;}#sb_instagram .sbi_header_link:hover {border: none;}#sb_instagram #sbi_images .sbi_item{display: inline-block;width: 100%;vertical-align: top;zoom: 1;margin: 0 !important;text-decoration: none;opacity: 1;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity: 0;}#sb_instagram #sbi_images {display: grid;width: 100%;padding: 12px 0;}#sb_instagram.sbi_col_1 #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(1, 1fr);}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram .sbi_photo_wrap{position: relative;}#sb_instagram .sbi_photo{display: block;text-decoration: none;}#sb_instagram .sbi_photo img{width: 100%;height: inherit;object-fit: cover;scale: 1;transition: -webkit-transform .5s ease-in-out;transition: transform .5s ease-in-out;transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;vertical-align: middle;}#sb_instagram .sbi_no_js img{display: none;}#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{outline: none;}#sb_instagram img{display: block;padding: 0 !important;margin: 0 !important;max-width: 100% !important;opacity: 1 !important;}#sb_instagram .sbi_link{display: none;position: absolute;bottom: 0;right: 0;width: 100%;padding: 10px 0;background: rgba(0,0,0,0.5);text-align: center;color: #fff;font-size: 12px;line-height: 1.1;}#sb_instagram .sbi_link a{padding: 0 6px;text-decoration: none;color: #fff;font-size: 12px;line-height: 1.1;display: inline-block;vertical-align: top;zoom: 1;}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom: 5px;}#sb_instagram .sbi_link a:hover, #sb_instagram .sbi_link a:focus{text-decoration: underline;}#sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link{display: block;}#sb_instagram svg:not(:root).svg-inline--fa {height: 1em;display: inline-block;}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{display: block !important;position: absolute;z-index: 1;color: #fff;color: rgba(255,255,255,0.9);font-style: normal !important;text-shadow: 0 0 8px rgba(0,0,0,0.8);}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn {z-index: 2;top: 50%;left: 50%;margin-top: -24px;margin-left: -19px;padding: 0;font-size: 48px;}#sb_instagram .sbi_type_carousel .fa-clone{right: 12px;top: 12px;font-size: 24px;text-shadow: 0 0 8px rgba(0,0,0,0.3);}.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{-webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );}#sb_instagram .sbi_loader{width: 20px;height: 20px;position: relative;top: 50%;left: 50%;margin: -10px 0 0 -10px;background-color: #000;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;animation: sbi-sk-scaleout 1.0s infinite ease-in-out;}#sb_instagram br {display: none;}#sbi_load p {display: inline;padding: 0;margin: 0;}#sb_instagram #sbi_load .sbi_loader{position: absolute;margin-top: -11px;background-color: #fff;opacity: 1;}@-webkit-keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0) }100% {-webkit-transform: scale(1.0);opacity: 0;}}@keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}#sb_instagram .fa-spin, #sbi_lightbox .fa-spin{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear }#sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8) }@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}@keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important;}#sb_instagram .sb_instagram_header, .sb_instagram_header{overflow: hidden;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 12px 0;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a {text-decoration: none;transition: color 0.5s ease;}.sb_instagram_header.sbi_header_outside{float: none;margin-left: auto !important;margin-right: auto !important;display: flex;}.sbi_no_avatar .sbi_header_img{background: #333;color: #fff;width: 50px;height: 50px;position: relative;}.sb_instagram_header .sbi_header_hashtag_icon {opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.75);}.sbi_no_avatar .sbi_header_hashtag_icon {display: block;color: #fff;opacity: .9;-webkit-transition: background .6s linear,color .6s linear;-moz-transition: background .6s linear,color .6s linear;-o-transition: background .6s linear,color .6s linear;transition: background .6s linear,color .6s linear }.sbi_no_avatar:hover .sbi_header_hashtag_icon {display: block;opacity: 1;-webkit-transition: background .2s linear,color .2s linear;-moz-transition: background .2s linear,color .2s linear;-o-transition: background .2s linear,color .2s linear;transition: background .2s linear,color .2s linear }@media all and (min-width: 480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img img{width: 80px;height: 80px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size: 20px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{font-size: 14px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{line-height: 1.4 }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img{width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .sb_instagram_header.sbi_large .sbi_header_img img {width: 120px;height: 120px;border-radius: 50%;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3{font-size: 28px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{font-size: 16px;}}#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img{position: relative;width: 50px;height: 50px;overflow: hidden;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 50%;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0,0,0,0.75);}#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{position: absolute;top: 50%;left: 50%;margin-top: -12px;margin-left: -12px;width: 24px;height: 24px;font-size: 24px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top: -18px;margin-left: -18px;width: 36px;height: 36px;font-size: 36px }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {margin-top: -24px;margin-left: -24px;width: 48px;height: 48px;font-size: 48px }#sb_instagram .sb_instagram_header .sbi_header_img_hover i {overflow: hidden;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{z-index: 2;transition: opacity 0.4s ease-in-out;}#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in{opacity: 1;transition: opacity 0.2s ease-in-out;}#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sb_instagram_header a:focus .sbi_header_img_hover{opacity: 1;}#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{display: flex;gap: 20px;justify-content: flex-start;align-items: center;}#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text, .sb_instagram_header.sbi_large .sbi_feedtheme_header_text {gap: 8px;}.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {gap: 4px;}.sbi_feedtheme_header_text {display: flex;justify-content: flex-start;align-items: flex-start;flex: 1;flex-direction: column;gap: 4px;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a{text-decoration: none;}#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3{font-size: 16px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram .sb_instagram_header p, .sb_instagram_header p{font-size: 13px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram p:empty {display: none;}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji, .sb_instagram_header .sbi_header_text img.emoji{margin-right: 3px !important;}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info, .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear: both;}#sb_instagram #sbi_load{float: left;clear: both;width: 100%;text-align: center;}#sb_instagram #sbi_load .fa-spinner{display: none;position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -7px;font-size: 15px;}#sb_instagram #sbi_load{opacity: 1;transition: all 0.5s ease-in;}#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{opacity: 1;transition: all 0.1s ease-in;}#sb_instagram .sbi_hidden{opacity: 0 !important;}#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{display: inline-block;vertical-align: top;zoom: 1;padding: 7px 14px;margin: 5px auto 0 auto;background: #333;border: none;color: #fff;text-decoration: none;font-size: 13px;line-height: 1.5;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_load .sbi_load_btn {position: relative;}#sb_instagram .sbi_follow_btn{display: inline-block;vertical-align: top;zoom: 1;text-align: center;}#sb_instagram .sbi_follow_btn.sbi_top{display: block;margin-bottom: 5px;}#sb_instagram .sbi_follow_btn a{background: #408bd1;color: #fff;}#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn{transition: all 0.1s ease-in;}#sb_instagram #sbi_load .sbi_load_btn:hover{outline: none;box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);}#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{outline: none;box-shadow: inset 0 0 10px 20px #359dff;}#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active{box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);}#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg{margin-bottom: -1px;margin-right: 7px;font-size: 15px;}#sb_instagram .sbi_follow_btn svg{vertical-align: -.125em;}#sb_instagram #sbi_load .sbi_follow_btn{margin-left: 5px;}#sb_instagram .sb_instagram_error{width: 100%;text-align: center;line-height: 1.4;}#sbi_mod_error{display: none;border: 1px solid #ddd;background: #eee;color: #333;margin: 10px 0 0;padding: 10px 15px;font-size: 13px;text-align: center;clear: both;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}#sbi_mod_error br {display: initial !important;}#sbi_mod_error p{padding: 5px 0 !important;margin: 0 !important;line-height: 1.3 !important;}#sbi_mod_error ol, #sbi_mod_error ul{padding: 5px 0 5px 20px !important;margin: 0 !important;}#sbi_mod_error li{padding: 1px 0 !important;margin: 0 !important;}#sbi_mod_error span{font-size: 12px;}#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -12px;margin-left: -9px;font-size: 23px;}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 8px;top: 8px;font-size: 18px;}#sb_instagram.sbi_small .sbi_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -9px;margin-left: -7px;font-size: 18px;}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 5px;top: 5px;font-size: 12px;}@media all and (max-width: 640px){#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_width_resp{width: 100% !important;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3 #sbi_images, #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_6 #sbi_images, #sb_instagram.sbi_col_7 #sbi_images, #sb_instagram.sbi_col_8 #sbi_images, #sb_instagram.sbi_col_9 #sbi_images, #sb_instagram.sbi_col_10 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing: border-box;position: relative;overflow: hidden;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {content: "";display: block;padding-top: 100%;z-index: -300;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {opacity: 1;}#sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn{display: none;}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo, #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom: 0 !important;}#sb_instagram #sbi_mod_error .sb_frontend_btn {display: inline-block;padding: 6px 10px;background: #ddd;background: rgba(0,0,0,.1);text-decoration: none;border-radius: 5px;margin-top: 10px;color: #444 }#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {background: #ccc;background: rgba(0,0,0,.15) }#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {margin-right: 2px }.sbi_header_outside.sbi_header_palette_dark, #sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{background-color: rgba(0,0,0,.85);color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_dark .sbi_caption, .sbi_header_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{color: rgba(255,255,255,.75);}.sbi_header_palette_dark .sbi_bio, #sb_instagram.sbi_palette_dark .sbi_meta {color: rgba(255,255,255,.75);}.sbi_header_palette_dark a, #sb_instagram.sbi_palette_dark .sbi_expand a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #fff;}.sbi_header_outside.sbi_header_palette_light, #sb_instagram.sbi_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{color: rgba(0,0,0,.85);background-color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_light .sbi_caption, .sbi_header_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{color: rgba(0,0,0,.85);}.sbi_header_palette_light .sbi_bio, #sb_instagram.sbi_palette_light .sbi_meta {color: rgba(0,0,0,.85);}.sbi_header_palette_light a, #sb_instagram.sbi_palette_light .sbi_expand a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #000;}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr) }#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr) }#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr) }#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr) }#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr) }#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr) }}@media all and (max-width: 800px){#sb_instagram.sbi_tab_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}#sb_instagram.sbi_tab_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_tab_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_tab_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_tab_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_tab_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_tab_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr);}#sb_instagram.sbi_tab_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr);}#sb_instagram.sbi_tab_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr);}#sb_instagram.sbi_tab_col_1 #sbi_images {grid-template-columns: 1fr;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images, #sb_instagram.sbi_mob_col_1 #sbi_images {grid-template-columns: 1fr;}#sb_instagram.sbi_mob_col_2 #sbi_images {grid-template-columns: repeat(2, 1fr) }#sb_instagram.sbi_mob_col_3 #sbi_images {grid-template-columns: repeat(3, 1fr) }#sb_instagram.sbi_mob_col_4 #sbi_images {grid-template-columns: repeat(4, 1fr) }#sb_instagram.sbi_mob_col_5 #sbi_images {grid-template-columns: repeat(5, 1fr);}#sb_instagram.sbi_mob_col_6 #sbi_images {grid-template-columns: repeat(6, 1fr);}#sb_instagram.sbi_mob_col_7 #sbi_images {grid-template-columns: repeat(7, 1fr);}#sb_instagram.sbi_mob_col_8 #sbi_images {grid-template-columns: repeat(8, 1fr);}#sb_instagram.sbi_mob_col_9 #sbi_images {grid-template-columns: repeat(9, 1fr);}#sb_instagram.sbi_mob_col_10 #sbi_images {grid-template-columns: repeat(10, 1fr);}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display: none !important;}body:after {content: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png);display: none;}.sbi_lightboxOverlay {position: absolute;top: 0;left: 0;z-index: 99999;background-color: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.9;display: none;}.sbi_lightbox {position: absolute;left: 0;width: 100%;z-index: 100000;text-align: center;line-height: 0;font-weight: normal;}.sbi_lightbox .sbi_lb-image {display: block;height: auto;max-width: inherit;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;object-fit: contain;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.sbi_lightbox a:hover, .sbi_lightbox a:focus, .sbi_lightbox a:active{outline: none;}.sbi_lightbox a img {border: none;}.sbi_lb-outerContainer {position: relative;background-color: #000;*zoom: 1;width: 250px;height: 250px;margin: 0 auto 5px auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.sbi_lb-outerContainer:after {content: "";display: table;clear: both;}.sbi_lb-container-wrapper{height: 100%;}.sbi_lb-container {position: relative;padding: 4px;top: 0;left: 0;width: 100%;height: 100%;bottom: 0;right: 0;}.sbi_lb-loader {position: absolute;width: 100%;top: 50%;left: 0;height: 20px;margin-top: -10px;text-align: center;line-height: 0;}.sbi_lb-loader span {display: block;width: 14px;height: 14px;margin: 0 auto;background: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav {top: 0;left: 0;width: 100%;z-index: 10;}.sbi_lb-container > .nav {left: 0;}.sbi_lb-nav a {position: absolute;z-index: 100;top: 0;height: 90%;outline: none;background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}.sbi_lb-prev, .sbi_lb-next {height: 100%;cursor: pointer;display: block;}.sbi_lb-nav a.sbi_lb-prev {width: 50px;left: -70px;padding-left: 10px;padding-right: 10px;float: left;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-prev:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav a.sbi_lb-next {width: 50px;right: -70px;padding-left: 10px;padding-right: 10px;float: right;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-next:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav span{display: block;top: 55%;position: absolute;left: 20px;width: 34px;height: 45px;margin: -25px 0 0 0;background: url(/wp-content/plugins/instagram-feed/img/sbi-sprite.png) no-repeat;}.sbi_lb-nav a.sbi_lb-prev span{background-position: -53px 0;}.sbi_lb-nav a.sbi_lb-next span{left: auto;right: 20px;background-position: -18px 0;}.sbi_lb-dataContainer {margin: 0 auto;padding-top: 10px;*zoom: 1;width: 100%;font-family: "Open Sans", Helvetica, Arial, sans-serif;-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position: relative;padding-right: 300px;background: #fff;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {position: relative;background: #000;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {width: 300px !important;position: absolute;top: 0;right: -300px;height: 100%;bottom: 0;background: #fff;line-height: 1.4;overflow: hidden;overflow-y: auto;text-align: left;}.sbi_lb-dataContainer:after, .sbi_lb-data:after, .sbi_lb-commentBox:after {content: "";display: table;clear: both;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display: block !important;width: 100%;margin-top: 20px;padding: 4px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {padding-bottom: 0;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {width: 100%;max-width: 100%;margin-bottom: 20px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {display: inline-block;padding-top: 10px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display: block !important;width: 100%;min-width: 100%;float: left;clear: both;font-size: 12px;padding: 3px 20px 3px 0;margin: 0 0 1px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {font-weight: 700;margin-right: 5px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align: left;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing: border-box;padding: 15px 20px;}.sbi_lb-data {padding: 0 4px;color: #ccc;}.sbi_lb-data .sbi_lb-details {width: 85%;float: left;text-align: left;line-height: 1.1;}.sbi_lb-data .sbi_lb-caption {float: left;font-size: 13px;font-weight: normal;line-height: 1.3;padding-bottom: 3px;color: #ccc;word-wrap: break-word;word-break: break-word;overflow-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}.sbi_lb-data .sbi_lb-caption a{color: #ccc;font-weight: bold;text-decoration: none;}.sbi_lb-data .sbi_lb-caption a:hover, .sbi_lb-commenter:hover{color: #fff;text-decoration: underline;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float: left;width: 100%;color: #ccc;padding-bottom: 0;display: block;margin: 0 0 5px 0;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{color: #fff;text-decoration: underline;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {color: #333;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{color: #333;}.sbi_lightbox .sbi_lightbox_username img {float: left;border: none;width: 32px;height: 32px;margin-right: 10px;background: #666;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;}.sbi_lightbox_username p{float: left;margin: 0;padding: 0;color: #ccc;line-height: 32px;font-weight: bold;font-size: 13px;}.sbi_lb-data .sbi_lb-number {display: block;float: left;clear: both;padding: 5px 0 15px 0;font-size: 12px;color: #999999;}.sbi_lb-data .sbi_lb-close {display: block;float: right;width: 30px;height: 30px;font-size: 18px;color: #aaa;text-align: right;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-data .sbi_lb-close:hover {cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;color: #fff;}.sbi_lb-nav {height: auto;}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {position: relative !important;}.sbi_lb-container{padding: 0;}.sb-elementor-cta {width: 100% !important;border: 1px solid #E8E8EB !important;border-radius: 2px !important;position: relative !important;text-align: center !important;}.sb-elementor-cta-img-ctn {width: 100% !important;position: relative !important;float: left !important;display: flex !important;justify-content: center !important;align-items: center !important;margin-top: 50px !important;margin-bottom: 35px !important;}.sb-elementor-cta-img {width: 65px !important;height: 65px !important;position: relative !important;border: 2px solid #DCDDE1 !important;border-radius: 16px !important;-webkit-transform: rotate(-3deg) !important;transform: rotate(-3deg) !important;display: flex !important;justify-content: center !important;align-items: center !important;}.sb-elementor-cta-img span svg {float: left !important;}.sb-elementor-cta-img>* {-webkit-transform: rotate(3deg) !important;transform: rotate(3deg) !important;}.sb-elementor-cta-logo {position: absolute !important;right: -15px !important;bottom: -19px !important;z-index: 1 !important;}.sb-elementor-cta-heading {font-size: 19px !important;padding: 0px !important;margin: 0px !important;display: inline-block !important;width: 100% !important;font-weight: 700 !important;line-height: 1.4em !important;margin-bottom: 30px !important;}.sb-elementor-cta-btn {background: #0068A0 !important;border-radius: 2px !important;padding: 8px 20px 8px 38px !important;cursor: pointer !important;color: #fff !important;position: relative !important;margin-bottom: 30px !important;}.sb-elementor-cta-btn:before, .sb-elementor-cta-btn:after {content: '' !important;position: absolute !important;width: 2px !important;height: 12px !important;background: #fff !important;left: 20px !important;top: 14px !important;}.sb-elementor-cta-btn:after {-webkit-transform: rotate(90deg) !important;transform: rotate(90deg) !important;}.sb-elementor-cta-desc {display: flex !important;justify-content: center !important;align-items: center !important;padding: 20px !important;background: #F9F9FA !important;border-top: 1px solid #E8E8EB !important;margin-top: 35px !important;flex-direction: column !important;}.sb-elementor-cta-desc strong {color: #141B38 !important;font-size: 16px !important;font-weight: 600 !important;margin-bottom: 8px !important;}.sb-elementor-cta-desc span {color: #434960 !important;font-size: 14px !important;line-height: 1.5em !important;padding: 0 20% !important;}.sb-elementor-cta-selector {width: 100% !important;padding: 0 20% !important;display: flex !important;justify-content: center !important;align-items: center !important;flex-direction: column !important;margin-bottom: 45px !important;}.sb-elementor-cta-feedselector {border: 1px solid #D0D1D7 !important;padding: 8px 16px 8px 16px !important;margin-bottom: 15px !important;max-width: 100% !important;min-width: 400px !important;}.sb-elementor-cta-selector span {color: #2C324C !important;}.sb-elementor-cta-selector span a {text-transform: capitalize !important;text-decoration: underline !important;font-weight: 600 !important;}.sb-elementor-cta-selector span a:after {color: #2C324C !important;margin-left: 2px !important;font-weight: 400 !important;text-decoration-color: #fff !important;}.sb-elementor-cta-selector span a:first-of-type:after {content: ',' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {content: 'or' !important;}.sb-elementor-cta-selector span a:nth-of-type(2):after {margin-left: 5px !important;margin-right: 2px !important;}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {content: '' !important;height: 16px !important;font-variant: normal !important;background-position: center center !important;background-repeat: no-repeat !important;}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.elementor-484 .elementor-element.elementor-element-9260c09{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-484 .elementor-element.elementor-element-9260c09 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-484 .elementor-element.elementor-element-8911de3 .subtitle-top .subtitle{margin-bottom:15px;}.elementor-484 .elementor-element.elementor-element-8911de3 .subtitle-bottom .subtitle{margin-top:15px;}.elementor-484 .elementor-element.elementor-element-8911de3 .subtitle{text-transform:uppercase;}.elementor-484 .elementor-element.elementor-element-5929186{--spacer-size:6vh;}.elementor-484 .elementor-element.elementor-element-d264d80{font-size:17px;}.elementor-484 .elementor-element.elementor-element-08c8789{--spacer-size:10vh;}.elementor-484 .elementor-element.elementor-element-53b5d34:not(.elementor-motion-effects-element-type-background), .elementor-484 .elementor-element.elementor-element-53b5d34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8888880D;}.elementor-484 .elementor-element.elementor-element-53b5d34{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-484 .elementor-element.elementor-element-53b5d34 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-484 .elementor-element.elementor-element-f9ce630{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-484 .elementor-element.elementor-element-f9ce630 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-484 .elementor-element.elementor-element-b5656f8{--spacer-size:135px;}.elementor-484 .elementor-element.elementor-element-2a71549{--spacer-size:200px;}.elementor-484 .elementor-element.elementor-element-28cd909 .subtitle-top .subtitle{margin-bottom:15px;}.elementor-484 .elementor-element.elementor-element-28cd909 .subtitle-bottom .subtitle{margin-top:15px;}.elementor-484 .elementor-element.elementor-element-28cd909 .subtitle{text-transform:uppercase;}.elementor-484 .elementor-element.elementor-element-f1076be{--spacer-size:6vh;}.elementor-484 .elementor-element.elementor-element-214cbe25:not(.elementor-motion-effects-element-type-background), .elementor-484 .elementor-element.elementor-element-214cbe25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:rgba(136, 136, 136, 0.05);}.elementor-484 .elementor-element.elementor-element-214cbe25{border-style:solid;border-width:0px 0px 1px 0px;border-color:rgba(136, 136, 136, 0.08);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 0px 0px;}.elementor-484 .elementor-element.elementor-element-214cbe25 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-484 .elementor-element.elementor-element-70eeef5a .subtitle-top .subtitle{margin-bottom:15px;}.elementor-484 .elementor-element.elementor-element-70eeef5a .subtitle-bottom .subtitle{margin-top:15px;}.elementor-484 .elementor-element.elementor-element-70eeef5a .subtitle{text-transform:uppercase;}.elementor-484 .elementor-element.elementor-element-5da6cbdc{--spacer-size:2vh;}.elementor-484 .elementor-element.elementor-element-4e8a16d7{--divider-border-style:solid;--divider-color:rgba(136, 136, 136, 0.8);--divider-border-width:1px;}.elementor-484 .elementor-element.elementor-element-4e8a16d7 .elementor-divider-separator{width:100%;}.elementor-484 .elementor-element.elementor-element-4e8a16d7 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-484 .elementor-element.elementor-element-7b32aa8a{font-size:17px;}.elementor-484 .elementor-element.elementor-element-46c8eec5{--spacer-size:10vh;}.elementor-484 .elementor-element.elementor-element-25da12f9{--spacer-size:90px;}.elementor-484 .elementor-element.elementor-element-44896af7 form.wpcf7-form{margin:-10px;}.elementor-484 .elementor-element.elementor-element-44896af7 [class*=vc_col-lg]{padding:10px;}.elementor-484 .elementor-element.elementor-element-447a0f15{--spacer-size:151px;}@media(max-width:767px){.elementor-484 .elementor-element.elementor-element-5929186{--spacer-size:1vh;}.elementor-484 .elementor-element.elementor-element-d264d80{font-size:16px;}.elementor-484 .elementor-element.elementor-element-08c8789{--spacer-size:4vh;}.elementor-484 .elementor-element.elementor-element-b5656f8{--spacer-size:50px;}.elementor-484 .elementor-element.elementor-element-2a71549{--spacer-size:31px;}.elementor-484 .elementor-element.elementor-element-f1076be{--spacer-size:1vh;}.elementor-484 .elementor-element.elementor-element-6c8ed62{text-align:left;}.elementor-484 .elementor-element.elementor-element-7b32aa8a{font-size:16px;}.elementor-484 .elementor-element.elementor-element-46c8eec5{--spacer-size:6vh;}.elementor-484 .elementor-element.elementor-element-25da12f9{--spacer-size:0px;}.elementor-484 .elementor-element.elementor-element-447a0f15{--spacer-size:0px;}}@media(min-width:768px){.elementor-484 .elementor-element.elementor-element-84b74f3{width:100%;}.elementor-484 .elementor-element.elementor-element-e336f07{width:33.33%;}.elementor-484 .elementor-element.elementor-element-457f9d2{width:16.67%;}.elementor-484 .elementor-element.elementor-element-937a951{width:41.66%;}.elementor-484 .elementor-element.elementor-element-410e1f3{width:8.34%;}.elementor-484 .elementor-element.elementor-element-d977611{width:100%;}.elementor-484 .elementor-element.elementor-element-cebb75c{width:100%;}}/*!
Theme Name: Ohio
Theme URI: http://ohio.clbthemes.com/
Author: Colabrio
Author URI: http://clbthemes.com/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 2.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ohio
Tags: agency, showcase, portfolio, blog, business, clean, corporate, creative, event, minimal, modern, multipurpose, photography, responsive, shop, wordpress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Modules
# Blog
	## Comments
	## Grid
	## Post
# Portfolio
	## Portfolio grid
	## Portfolio pages
# Shortcodes
	## Accordion
	## Banner
	## Call to Action
	## Clients Logo
	## Contact Form
	## Countdown
	## Counter
	## Currency Switcher
	## Fullscreen Slider
	## Google Maps
	## Heading
	## Icon Box
	## Instagram Feed
	## Menu List
	## Message Module
	## Parallax
	## Pricing Table
	## Process
	## Progress Bar
	## Row
	## Slider
	## Social Networks
	## Split Section
	## Split Slider
	## Subscibe
	## Tabs
	## Team Member
	## Testimonials
	## Tooltips
	## Video
	## Woo Categories
# Layout
	## Breadcrumbs
	## Elements
	## Footer
	## Galleries
	## Header
	## Header title
	## Menus
	## Notification
	## Navigation
	## Pages
	## Popup
	## Pagination
	## Preloader
	## Subscribe
	## Structure
	## Subheader
	## Submenu cart
	## Sidebar
	## Socialbar
# Widgets
	## Base Widgets
	## Standard Widgets
	## Theme Widgets
	## Woo Widgets
# WPML
# Help classes
# Woocommerce
	## Notices
	## Single product
	## Products
	## Cart
	## Checkout
	## Wishlist
	## My Account
	## Elements
	## Cross Sells

---------------------------------*/
/*---------------------------------
# Normalize
---------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  color: inherit; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em;
  margin-left: 2px; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 1em; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 600; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*---------------------------------
# Typography
---------------------------------*/
.font-titles {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

/*---------------------------------
## Headings
---------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-align: inherit;
  position: relative;
  color: #17161A;
  letter-spacing: -0.01em; }
  h1.title, h2.title, h3.title, h4.title, .widget h4, h5.title, .widget h5, h6.title {
    margin: 0; }
  h1.heading-md, h1.comment-reply-title, h2.heading-md, h2.comment-reply-title, h3.heading-md, h3.comment-reply-title, h4.heading-md, h4.comment-reply-title, h5.heading-md, h5.comment-reply-title, h6.heading-md, h6.comment-reply-title {
    font-size: 1.4em !important;
    margin: 0px 0px 20px 0px;
    letter-spacing: -0.01em; }
  h1.heading-sm, h2.heading-sm, h3.heading-sm, h4.heading-sm, h5.heading-sm, h6.heading-sm {
    margin: 5px 0px;
    font-weight: 600; }

.woocommerce-additional-fields h3,
.woocommerce-MyAccount-content h3 {
  font-size: 1.4em;
  margin: 0px 0px 20px 0px;
  letter-spacing: -0.01em; }

h1 {
  font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
  font-size: calc(46px + 26 * ( (100vw - 576px) / 1024));
  line-height: 1;
  letter-spacing: -0.03em; }
  @media screen and (max-width: 576px) {
    h1 {
      font-size: 46px; } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 72px; } }
  @media screen and (max-width: 768px) {
    h1 {
      line-height: 1 !important; } }

h2 {
  font-size: -webkit-calc(40px + 14 * ( (100vw - 576px) / 1024));
  font-size: calc(40px + 14 * ( (100vw - 576px) / 1024));
  line-height: 1.05;
  letter-spacing: -0.02em; }
  @media screen and (max-width: 576px) {
    h2 {
      font-size: 40px; } }
  @media screen and (min-width: 1600px) {
    h2 {
      font-size: 54px; } }

h3 {
  font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
  font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
  line-height: 1.1; }
  @media screen and (max-width: 576px) {
    h3 {
      font-size: 36px; } }
  @media screen and (min-width: 1600px) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: -webkit-calc(24px + 2 * ( (100vw - 576px) / 1024));
  font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
  line-height: 1.35; }
  @media screen and (max-width: 576px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1600px) {
    h4 {
      font-size: 26px; } }

h5 {
  font-size: -webkit-calc(19px + 1 * ( (100vw - 576px) / 1024));
  font-size: calc(19px + 1 * ( (100vw - 576px) / 1024));
  line-height: 1.3; }
  @media screen and (max-width: 576px) {
    h5 {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 1.05em;
  line-height: 1.3;
  letter-spacing: 0; }

/*---------------------------------
## Typography
---------------------------------*/
p {
  width: 100%;
  margin: 10px auto;
  display: block; }
  p.text-small {
    font-size: 0.94rem; }

.has-regular-font-size {
  font-size: 16px;
  font-family: inherit; }

.has-extra-small-font-size {
  font-size: 0.867em; }

.has-small-font-size {
  font-size: 0.934em; }

.has-large-font-size {
  font-size: 1.6875em;
  font-weight: 500; }

.has-larger-font-size {
  font-size: 1.9875em; }

.text-wrap {
  margin: 6px 0; }
  .text-wrap *:first-child {
    margin-top: 0; }

.text-split p {
  padding-left: 10px;
  padding-right: 10px; }
  .text-split p:first-child {
    padding-left: 0; }
  .text-split p:last-child {
    padding-right: 0; }

/*---------------------------------
# Modules
---------------------------------*/
/*---------------------------------
## Accessibility
---------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 0.94rem;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*---------------------------------
## Clearings
---------------------------------*/
.clear:before,
.clear:after,
.clear,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.header:before,
.header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*---------------------------------
## Infinite scroll
---------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*---------------------------------
# Shortcodes
---------------------------------*/
/*---------------------------------
## Accordion
---------------------------------*/
.accordion .accordionItem_title {
  background-color: rgba(136, 136, 136, 0.05);
  width: 100%;
  min-height: 54px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .accordion .accordionItem_title .icon {
    color: inherit;
    margin-right: 10px;
    font-size: 22px; }
  .accordion .accordionItem_title h6 {
    margin: 0; }
  .accordion .accordionItem_title .accordionItem_control {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .accordion .accordionItem_title .accordionItem_control.btn-round .ion {
      background: transparent;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: inherit; }
    .accordion .accordionItem_title .accordionItem_control .ion {
      font-size: 18px; }
  .accordion .accordionItem_title:hover .accordionItem_control.btn-round .ion {
    background-color: rgba(136, 136, 136, 0.05); }

.accordion .accordionItem_content {
  height: 10px;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .accordion .accordionItem_content.visible {
    height: auto; }
  .accordion .accordionItem_content .wrap {
    padding: 20px; }
    .accordion .accordionItem_content .wrap p {
      margin: 0; }

.accordion.outline .accordionItem_title {
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.accordion.outline .icon {
  color: inherit;
  margin-right: 5px;
  display: inline-block;
  font-size: 20px;
  line-height: 0;
  vertical-align: -2px; }

.accordion.outline h6 {
  left: -10px; }

.accordion.outline .accordionItem_control {
  position: relative;
  right: 0;
  top: auto;
  left: -12px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.accordion.outline .accordionItem_content {
  height: 0;
  min-height: 0; }
  .accordion.outline .accordionItem_content.visible {
    height: auto; }
  .accordion.outline .accordionItem_content .wrap {
    padding: 10px 0; }

/*---------------------------------
## Banner
---------------------------------*/
.banner-holder {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .banner-holder-inner > a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .banner-holder img {
    width: 100%;
    vertical-align: top;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.banner-overlay {
  padding: 4.4vh;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
  background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4)); }
  @media screen and (max-width: 1024px) {
    .banner-overlay {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .banner-overlay {
      padding-left: 20px;
      padding-right: 20px; } }

.banner .content {
  padding-left: 4.4vh;
  padding-right: 4.4vh;
  padding-top: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .banner .content {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    .banner .content {
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) {
    .banner .content {
      padding-top: 20px; } }

.banner:not(.inner) .description, .banner.hover .description {
  color: #fff;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.banner-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .88em; }

.banner-title {
  margin: 0;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  font-size: 34px; }

.banner .description {
  margin: 0;
  font-size: 17px; }

.banner:hover .banner-overlay {
  opacity: 1; }

.banner:hover .description {
  color: #fff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 1025px) {
  .banner:active .banner-holder {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }

.banner.inner * {
  color: #fff; }

.banner.inner .banner-overlay {
  top: 0;
  background: rgba(23, 22, 26, 0.55); }

.banner.inner .content {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.banner.inner:not(.hover) .banner-overlay {
  opacity: 1; }

.banner.hover .content-top {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.banner.hover:hover .content-top {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }

.banner.overlay-title .banner-overlay {
  opacity: 1; }
  .banner.overlay-title .banner-overlay .description {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }

/*---------------------------------
## Button
---------------------------------*/
.ohio-button-sc:after {
  content: '';
  display: table;
  clear: both; }

/*---------------------------------
## Call to Action
---------------------------------*/
.cta {
  background: #d90a2c;
  color: #fff;
  width: 100%;
  padding: 7.2vh;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 30px; } }
  .cta * {
    color: #fff; }
  .cta .subtitle {
    font-size: 1.25em;
    margin: 10px 0px 0px 0px;
    font-weight: 500; }
  .cta .btn {
    white-space: nowrap; }
    .cta .btn span,
    .cta .btn i {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 768px) {
    .cta {
      display: block; }
      .cta .btn {
        margin-top: 20px; } }

/*---------------------------------
## Clients Logo
---------------------------------*/
.client-logo {
  position: relative; }
  .client-logo-inner {
    position: relative;
    padding: 20px 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .client-logo-inner img {
      vertical-align: top; }
  .client-logo-default {
    overflow: hidden; }
    .client-logo-default:hover img {
      -webkit-animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
              animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1; }
  .client-logo-overlay {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .client-logo-overlay .client-logo-img {
      padding: 0 25px; }
    .client-logo-overlay:hover {
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      background: #fff; }
      .client-logo-overlay:hover .client-logo-details {
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        opacity: 1;
        visibility: visible; }
        .client-logo-overlay:hover .client-logo-details p {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          visibility: visible;
          opacity: 1; }
  .client-logo-details {
    background: #fff;
    width: 100%;
    height: auto;
    visibility: hidden;
    margin: 15px 0px 0px 0px;
    padding: 0 20px 20px;
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .client-logo-details p {
      margin: 0;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

@-webkit-keyframes logoFadeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 1; }
  51% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 0; }
  52% {
    -webkit-transform: translateY(-webkit-calc(100% + 25px));
            transform: translateY(calc(100% + 25px)); }
  86% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes logoFadeUp {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 1; }
  51% {
    -webkit-transform: translateY(-webkit-calc(-100% - 25px));
            transform: translateY(calc(-100% - 25px));
    opacity: 0; }
  52% {
    -webkit-transform: translateY(-webkit-calc(100% + 25px));
            transform: translateY(calc(100% + 25px)); }
  86% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

/*---------------------------------
## Contact Form
---------------------------------*/
.contact-form [class*="vc_col-lg"] label,
.subscribe-form [class*="vc_col-lg"] label,
.subscribe-widget [class*="vc_col-lg"] label {
  margin: 0; }

.contact-form form:after,
.subscribe-form form:after,
.subscribe-widget form:after {
  content: '';
  display: table;
  clear: both; }

@media screen and (max-width: 768px) {
  .contact-form .btn,
  .subscribe-form .btn,
  .subscribe-widget .btn {
    display: block;
    width: 100%; } }

.contact-form .wpcf7-form.sent .btn.btn-loading:before, .contact-form .wpcf7-form.invalid .btn.btn-loading:before,
.subscribe-form .wpcf7-form.sent .btn.btn-loading:before,
.subscribe-form .wpcf7-form.invalid .btn.btn-loading:before,
.subscribe-widget .wpcf7-form.sent .btn.btn-loading:before,
.subscribe-widget .wpcf7-form.invalid .btn.btn-loading:before {
  display: none !important; }

.contact-form .wpcf7-form .wpcf7-spinner,
.subscribe-form .wpcf7-form .wpcf7-spinner,
.subscribe-widget .wpcf7-form .wpcf7-spinner {
  display: none; }

.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.contact-form select,
.subscribe-form input:not([type="checkbox"]),
.subscribe-form textarea,
.subscribe-form select,
.subscribe-widget input:not([type="checkbox"]),
.subscribe-widget textarea,
.subscribe-widget select {
  width: 100%; }

.contact-form input[type="submit"],
.subscribe-form input[type="submit"],
.subscribe-widget input[type="submit"] {
  width: auto; }

.contact-form br,
.subscribe-form br,
.subscribe-widget br {
  display: none; }

.contact-form p,
.subscribe-form p,
.subscribe-widget p {
  margin: 0; }

.contact-form .btn-link,
.subscribe-form .btn-link,
.subscribe-widget .btn-link {
  padding: 15px; }

.contact-form input[type="text"].wpcf7-not-valid,
.contact-form input[type="password"].wpcf7-not-valid,
.contact-form input[type="email"].wpcf7-not-valid,
.contact-form input[type="number"].wpcf7-not-valid,
.contact-form input[type="tel"].wpcf7-not-valid,
.contact-form input[type="url"].wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid,
.subscribe-form input[type="text"].wpcf7-not-valid,
.subscribe-form input[type="password"].wpcf7-not-valid,
.subscribe-form input[type="email"].wpcf7-not-valid,
.subscribe-form input[type="number"].wpcf7-not-valid,
.subscribe-form input[type="tel"].wpcf7-not-valid,
.subscribe-form input[type="url"].wpcf7-not-valid,
.subscribe-form textarea.wpcf7-not-valid,
.subscribe-widget input[type="text"].wpcf7-not-valid,
.subscribe-widget input[type="password"].wpcf7-not-valid,
.subscribe-widget input[type="email"].wpcf7-not-valid,
.subscribe-widget input[type="number"].wpcf7-not-valid,
.subscribe-widget input[type="tel"].wpcf7-not-valid,
.subscribe-widget input[type="url"].wpcf7-not-valid,
.subscribe-widget textarea.wpcf7-not-valid {
  border-color: #DE4B53 !important; }

.contact-form .wpcf7-not-valid-tip,
.subscribe-form .wpcf7-not-valid-tip,
.subscribe-widget .wpcf7-not-valid-tip {
  color: #DE4B53;
  width: 45px;
  line-height: 45px;
  height: 45px;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1; }

.contact-form .wpcf7-form-control-wrap,
.subscribe-form .wpcf7-form-control-wrap,
.subscribe-widget .wpcf7-form-control-wrap {
  display: block; }

.contact-form label .wpcf7-form-control-wrap,
.subscribe-form label .wpcf7-form-control-wrap,
.subscribe-widget label .wpcf7-form-control-wrap {
  margin-top: 8px; }

@media screen and (max-width: 768px) {
  .contact-form label,
  .subscribe-form label,
  .subscribe-widget label {
    margin-top: 15px; } }

.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-response-output,
.subscribe-form div.wpcf7-validation-errors,
.subscribe-form div.wpcf7-acceptance-missing,
.subscribe-form div.wpcf7-response-output,
.subscribe-widget div.wpcf7-validation-errors,
.subscribe-widget div.wpcf7-acceptance-missing,
.subscribe-widget div.wpcf7-response-output {
  color: #DE4B53;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 15px;
  margin: 10px 0px 0px 0px;
  text-align: left;
  font-size: 0.94rem; }

.contact-form div.wpcf7-response-output,
.subscribe-form div.wpcf7-response-output,
.subscribe-widget div.wpcf7-response-output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.contact-form div.wpcf7-mail-sent-ok,
.subscribe-form div.wpcf7-mail-sent-ok,
.subscribe-widget div.wpcf7-mail-sent-ok {
  color: inherit; }

.contact-form.outline input[type="text"],
.contact-form.outline input[type="password"],
.contact-form.outline input[type="number"],
.contact-form.outline input[type="email"],
.contact-form.outline input[type="tel"],
.contact-form.outline input[type="url"],
.contact-form.outline select,
.contact-form.outline .select-styled,
.contact-form.outline textarea,
.subscribe-form.outline input[type="text"],
.subscribe-form.outline input[type="password"],
.subscribe-form.outline input[type="number"],
.subscribe-form.outline input[type="email"],
.subscribe-form.outline input[type="tel"],
.subscribe-form.outline input[type="url"],
.subscribe-form.outline select,
.subscribe-form.outline .select-styled,
.subscribe-form.outline textarea,
.subscribe-widget.outline input[type="text"],
.subscribe-widget.outline input[type="password"],
.subscribe-widget.outline input[type="number"],
.subscribe-widget.outline input[type="email"],
.subscribe-widget.outline input[type="tel"],
.subscribe-widget.outline input[type="url"],
.subscribe-widget.outline select,
.subscribe-widget.outline .select-styled,
.subscribe-widget.outline textarea {
  border: 1px solid rgba(136, 136, 136, 0.65);
  background-color: transparent; }
  .contact-form.outline input[type="text"]:focus,
  .contact-form.outline input[type="password"]:focus,
  .contact-form.outline input[type="number"]:focus,
  .contact-form.outline input[type="email"]:focus,
  .contact-form.outline input[type="tel"]:focus,
  .contact-form.outline input[type="url"]:focus,
  .contact-form.outline select:focus,
  .contact-form.outline .select-styled:focus,
  .contact-form.outline textarea:focus,
  .subscribe-form.outline input[type="text"]:focus,
  .subscribe-form.outline input[type="password"]:focus,
  .subscribe-form.outline input[type="number"]:focus,
  .subscribe-form.outline input[type="email"]:focus,
  .subscribe-form.outline input[type="tel"]:focus,
  .subscribe-form.outline input[type="url"]:focus,
  .subscribe-form.outline select:focus,
  .subscribe-form.outline .select-styled:focus,
  .subscribe-form.outline textarea:focus,
  .subscribe-widget.outline input[type="text"]:focus,
  .subscribe-widget.outline input[type="password"]:focus,
  .subscribe-widget.outline input[type="number"]:focus,
  .subscribe-widget.outline input[type="email"]:focus,
  .subscribe-widget.outline input[type="tel"]:focus,
  .subscribe-widget.outline input[type="url"]:focus,
  .subscribe-widget.outline select:focus,
  .subscribe-widget.outline .select-styled:focus,
  .subscribe-widget.outline textarea:focus {
    border-color: rgba(72, 72, 72, 0.65); }

.subscribe-widget div.wpcf7-validation-errors,
.subscribe-widget div.wpcf7-acceptance-missing,
.subscribe-widget div.wpcf7-response-output {
  padding: 0; }

/*---------------------------------
## Content box
---------------------------------*/
.content_box_container {
  -webkit-transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: border-color cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative; }
  .content_box_container:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: #17161A;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.content_box:hover .content_box_container:before {
  height: 100%; }

/*---------------------------------
## Countdown
---------------------------------*/
.countdown-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.85em;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .countdown-box {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); } }
  .countdown-box .box-time {
    padding: 0 12px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 768px) {
      .countdown-box .box-time {
        padding: 0 2px; } }
    .countdown-box .box-time:first-child {
      padding-left: 0; }
    .countdown-box .box-time:last-child {
      padding-right: 0; }
    .countdown-box .box-time .box-count {
      min-width: 70px;
      height: 36px;
      line-height: 36px;
      vertical-align: middle;
      text-align: center;
      overflow: hidden;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .countdown-box .box-time .box-label {
      display: block;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      margin: 10px 0px 0px 0px; }
  .countdown-box.text-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .countdown-box.text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.countdown-classic .box-time:after, .countdown-classic .box-time:before {
  content: '';
  background-color: currentColor;
  display: block;
  width: 4px;
  height: 4px;
  border-left: none;
  border-right: none;
  position: absolute;
  top: 58%;
  left: -0.13em;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.countdown-classic .box-time:before {
  top: 32%; }

.countdown-classic .box-time:first-child:after, .countdown-classic .box-time:first-child:before {
  display: none; }

.countdown-classic .box-time .box-count {
  min-width: 1em;
  height: 1em;
  line-height: 1;
  font-size: inherit; }

.countdown-classic .box-time .box-label {
  display: none; }

.countdown-boxed {
  font-weight: 600; }
  .countdown-boxed .box-time:after, .countdown-boxed .box-time:before {
    display: none; }
  .countdown-boxed .box-time .box-count {
    line-height: 70px;
    color: #fff;
    height: 70px; }
  .countdown-boxed .box-count {
    background-color: #232226;
    position: relative;
    -webkit-perspective: 300px;
            perspective: 300px; }
    .countdown-boxed .box-count .box-current,
    .countdown-boxed .box-count .box-next {
      background: #fff;
      position: absolute;
      outline: 1px solid transparent;
      top: 0;
      left: 0;
      z-index: 1; }
    .countdown-boxed .box-count .box-current.box-top,
    .countdown-boxed .box-count .box-next.box-bottom {
      -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: rotateX(0deg);
              transform: rotateX(0deg);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 2; }
    .countdown-boxed .box-count .box-current.box-top {
      z-index: 3; }
    .countdown-boxed .box-count .box-next.box-bottom {
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: rotateX(180deg);
              transform: rotateX(180deg); }
    .countdown-boxed .box-count .box-top {
      background: inherit; }
    .countdown-boxed .box-count .box-bottom {
      background: inherit; }
      .countdown-boxed .box-count .box-bottom:after {
        content: '';
        background: rgba(255, 255, 255, 0.08);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .countdown-boxed .box-count .box-top,
    .countdown-boxed .box-count .box-bottom {
      width: 100%;
      height: 50%;
      overflow: hidden; }
    .countdown-boxed .box-count .box-bottom {
      height: 50%;
      border-top: none;
      top: 50%;
      margin-top: 0; }
      .countdown-boxed .box-count .box-bottom .number {
        top: -35px; }
    .countdown-boxed .box-count .number {
      position: relative;
      z-index: 4; }
  .countdown-boxed .box-time:after {
    margin-top: -32px; }
  @media screen and (max-width: 768px) {
    .countdown-boxed .box-time:after {
      margin-top: -28px; } }
  .countdown-boxed .flip .box-current.box-top {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg); }
  .countdown-boxed .flip .box-next.box-bottom {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: rotateX(0);
            transform: rotateX(0); }

/*---------------------------------
## Counter
---------------------------------*/
.counter-box-icon {
  font-size: 38px;
  margin-top: -10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.counter-box-count {
  font-size: 40px;
  font-weight: bold;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.counter-box .plus-symbol {
  font-size: .75em;
  margin-left: 3px; }

.counter-box i {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .counter-box i.top-icon {
    margin-bottom: 10px; }

.counter-box .left-icon {
  margin-right: 10px; }

.counter-box .right-icon {
  margin-left: 10px; }

.counter-box-headline {
  display: inline-block;
  font-weight: 600; }

.counter-box:hover i {
  color: #d90a2c; }

.counter-box.text-left .counter-box-count {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.counter-box.text-right .counter-box-count {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/*---------------------------------
## Google Maps
---------------------------------*/
.google-maps {
  width: 100%;
  height: 100%;
  min-height: 250px;
  top: 0;
  left: 0;
  overflow: hidden; }
  .google-maps-wrap {
    width: 100%;
    height: 100%;
    min-height: 250px; }
  @media screen and (max-width: 768px) {
    .google-maps {
      position: relative; } }
  .google-maps .clb-blank-note {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.elementor-widget-ohio_google_maps, .elementor-widget-ohio_google_maps .elementor-widget-container {
  height: 100%; }

.gm-style img {
  max-width: none !important; }

/*---------------------------------
## Heading
---------------------------------*/
.heading {
  margin-bottom: 20px; }
  .heading .subtitle {
    margin: 0;
    font-size: .9em;
    font-weight: 600;
    color: rgba(35, 34, 38, 0.8); }
  .heading .subtitle + .divider,
  .heading .subtitle + .title,
  .heading .title + .subtitle {
    margin-top: 20px; }
  .heading .subtitle + h3.title,
  .heading h3.title + .subtitle {
    margin-top: 15px; }
  .heading .divider {
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(136, 136, 136, 0.65); }
    .heading .divider + .title {
      margin-top: 20px; }

/*---------------------------------
## Icon Box
---------------------------------*/
.icon-box {
  position: relative; }
  .icon-box .icon-box-icon {
    margin: 0 0 15px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    position: relative;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .icon-box .icon-box-icon i {
      font-size: 42px;
      display: inherit; }
    .icon-box .icon-box-icon img {
      max-width: 40px;
      max-height: 40px;
      vertical-align: middle; }
  .icon-box[class*="shape-"] .icon-box-icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .icon-box.shape-border .icon-box-icon {
    border: 1px solid #d90a2c; }
  .icon-box.shape-fill .icon-box-icon {
    background-color: #d90a2c;
    color: #fff; }
  .icon-box.shape-border .icon-box-icon i, .icon-box.shape-fill .icon-box-icon i {
    font-size: 32px; }
  .icon-box.shape-border .icon-box-icon img, .icon-box.shape-fill .icon-box-icon img {
    max-height: 32px; }
  .icon-box.shape-border .icon-box-icon > *, .icon-box.shape-fill .icon-box-icon > * {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .icon-box.with-left-icon:not(.with-full-icon) {
    padding-left: 70px; }
    .icon-box.with-left-icon:not(.with-full-icon) .icon-box-icon {
      position: absolute;
      top: 0;
      left: 0; }
  .icon-box.with-left-icon.with-full-icon .icon-box-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .icon-box.with-left-icon.with-full-icon .icon-box-headline .icon-box-icon {
      margin-bottom: 0; }
    .icon-box.with-left-icon.with-full-icon .icon-box-headline .icon-box-title {
      margin-left: 15px; }

/*---------------------------------
## Instagram Feed
---------------------------------*/
#sb_instagram {
  padding-bottom: 0px !important; }
  #sb_instagram .sb_instagram_header,
  #sb_instagram .sbi_header_link,
  #sb_instagram .sbi_header_text,
  #sb_instagram .sbi_header_img,
  #sb_instagram #sbi_images {
    float: none; }
  #sb_instagram .sb_instagram_header .sbi_header_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    padding-bottom: 20px; }
    #sb_instagram .sb_instagram_header .sbi_header_link:before {
      display: none; }
    #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text {
      width: auto; }
      #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_text .sbi_no_bio {
        margin: 0 0px 0 15px !important;
        padding-top: 0 !important; }
    #sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img {
      margin: 0 !important; }
  #sb_instagram #sbi_images {
    width: auto !important;
    min-width: 100%;
    margin-right: -30px;
    margin-left: -30px; }
    @media screen and (max-width: 768px) {
      #sb_instagram #sbi_images {
        margin-left: -15px;
        margin-right: -15px; } }
    #sb_instagram #sbi_images .sbi_item {
      position: relative;
      overflow: hidden; }
      #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
        overflow: hidden;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      @media screen and (max-width: 768px) {
        #sb_instagram #sbi_images .sbi_item {
          width: 50% !important;
          padding: 5px 0 5px !important; }
          #sb_instagram #sbi_images .sbi_item:nth-child(2n+1) {
            padding-right: 5px !important; }
          #sb_instagram #sbi_images .sbi_item:nth-child(2n+2) {
            padding-left: 5px !important; } }
    #sb_instagram #sbi_images a {
      display: block;
      overflow: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      opacity: 1 !important;
      padding-bottom: 100%;
      height: auto !important; }
      #sb_instagram #sbi_images a:before {
        display: none; }
      #sb_instagram #sbi_images a:after {
        content: '';
        background: rgba(23, 22, 26, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      #sb_instagram #sbi_images a:hover {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02); }
        #sb_instagram #sbi_images a:hover:after {
          opacity: 1; }
        #sb_instagram #sbi_images a:hover .btn-round {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          visibility: visible;
          opacity: 1; }
      #sb_instagram #sbi_images a .btn-round {
        z-index: 10;
        position: absolute;
        display: block;
        top: -webkit-calc(50% - 25px);
        top: calc(50% - 25px);
        right: -webkit-calc(50% - 25px);
        right: calc(50% - 25px);
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  #sb_instagram.no-margins #sbi_images {
    margin-left: 0;
    margin-right: 0; }
  #sb_instagram #sbi_load {
    display: none; }

/*---------------------------------
## Menu List
---------------------------------*/
.menu-list-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.menu-list-price .regular-price,
.menu-list-price .discount-price {
  font-weight: 600; }

.menu-list-price .discount-price {
  color: #6A696C;
  margin-right: 5px;
  text-decoration: line-through; }

.menu-list-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .menu-list-details p {
    margin: 0; }
  .menu-list-details .tag {
    color: #fff;
    background-color: #d90a2c;
    margin: 5px 0px 0px 20px; }

/*---------------------------------
## Message Module
---------------------------------*/
.message-box {
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  padding: 10px 60px 10px 18px;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  text-align: left;
  position: relative;
  color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 768px) {
    .message-box {
      display: block; } }
  .message-box strong {
    margin-right: 4px; }
  .message-box.wauto {
    width: auto;
    display: inline-block;
    margin: 0 auto; }
  .message-box .clb-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px; }
    .message-box .clb-close .ion {
      font-size: 20px; }
  .message-box.without-close {
    padding-right: 20px; }
  .message-box.hidden {
    display: none; }
  .message-box a {
    color: #17161A;
    font-weight: 600;
    margin: 0 5px; }
  .message-box.primary {
    background: #d7f5ef; }
  .message-box.success {
    background: #d7f5ef; }
  .message-box.error {
    background: #f9dedf; }
  .message-box.warning {
    background: #fce4c7; }

/*---------------------------------
## Parallax
---------------------------------*/
.parallax {
  position: relative;
  height: 100%;
  min-height: 100px;
  overflow: hidden; }
  .parallax:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .parallax .parallax-content {
    position: relative;
    z-index: 3;
    padding-left: 25px;
    padding-right: 25px; }
  @media screen and (max-width: 768px) {
    .parallax .parallax-content {
      padding-left: 25px;
      padding-right: 25px; } }

.parallax-bg {
  background-position: center center;
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  will-change: transform; }
  .parallax-bg.horizontal {
    width: 1000%;
    height: 100%; }

/*---------------------------------
## Pricing Table
---------------------------------*/
.pricing {
  width: 100%;
  position: relative;
  display: inline-block; }
  .pricing_title {
    font-size: 20px;
    margin: 0px 0px 10px; }
  .pricing_subtitle {
    margin-top: 5px;
    font-size: 0.94rem; }
  .pricing_price_title {
    display: inline-block;
    font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
    font-size: calc(46px + 26 * ( (100vw - 576px) / 1024));
    line-height: 1.1;
    margin: 0;
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 576px) {
      .pricing_price_title {
        font-size: 46px; } }
    @media screen and (min-width: 1600px) {
      .pricing_price_title {
        font-size: 72px; } }
    .pricing_price_title .icon {
      position: absolute;
      left: 0;
      line-height: 25px;
      font-size: 25px; }
  .pricing_price_subtitle {
    margin: 25px 0px;
    font-weight: 500; }
  .pricing_price_time {
    background: #fff;
    margin: 12px 0 0; }
  .pricing_list {
    margin: 0;
    list-style-type: none; }
  .pricing_list + .btn {
    margin-top: 25px; }
  .pricing_list_item:first-child {
    padding-top: 0; }
  .pricing_list_item:last-child {
    padding-bottom: 0; }
  .pricing_list_item .ion {
    font-size: 22px;
    vertical-align: -3px;
    color: #d90a2c; }
    .pricing_list_item .ion + .title {
      margin-left: 10px; }
  .pricing_list_item.disabled {
    color: rgba(23, 22, 26, 0.75); }
    .pricing_list_item.disabled .ion {
      color: inherit; }
  .pricing.features {
    background: transparent; }
    .pricing.features .pricing_title {
      text-align: left;
      margin: 0; }
    .pricing.features .pricing_list {
      margin-top: 15px; }
  .pricing:hover .pricing_price_title {
    color: #d90a2c; }
  .pricing:hover .btn.btn-brand {
    background: #d90a2c;
    border-color: #d90a2c;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

/*---------------------------------
## Process
---------------------------------*/
.process-headline {
  margin: 10px 0px 20px; }

/*---------------------------------
## Progress Bar
---------------------------------*/
.progress-bar {
  width: 100%; }
  .progress-bar-headline {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .progress-bar-track {
    background-color: rgba(136, 136, 136, 0.1);
    width: 100%;
    height: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .progress-bar-track-inner {
      display: block;
      width: 0;
      height: 100%;
      -webkit-transition: all 1s 0.4s;
      -o-transition: all 1s 0.4s;
      transition: all 1s 0.4s;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative; }
      .progress-bar-track-inner .line-percent {
        content: '20';
        background: #17161A;
        color: #fff;
        padding: 0px 8px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-bottom-right-radius: 0px;
                border-bottom-right-radius: 0px;
        height: 24px;
        line-height: 24px;
        font-size: 0.7em;
        position: absolute;
        bottom: 100%;
        right: 0;
        font-weight: 600;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); }
        .progress-bar-track-inner .line-percent:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 6px solid #17161A;
          border-left: 8px solid transparent;
          position: absolute;
          right: 0;
          bottom: -6px; }
  .progress-bar.inner .progress-bar-track {
    height: 16px; }
  .progress-bar.inner .line {
    height: 6px;
    top: 5px;
    left: 5px; }
  .progress-bar.inner .line-percent {
    margin-bottom: 5px; }
  .progress-bar.split .progress-bar-track {
    background: transparent;
    position: relative; }
  .progress-bar.split .line-split {
    background: rgba(136, 136, 136, 0.15);
    width: -webkit-calc(100% / 8 - 2px);
    width: calc(100% / 8 - 2px);
    height: 8px;
    float: left;
    margin-right: 2px;
    position: relative;
    overflow: hidden; }
    .progress-bar.split .line-split .line {
      position: absolute;
      top: 0;
      left: 0; }
  .progress-bar.pattern .line {
    background-image: -webkit-repeating-linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0.25) 20px);
    background-image: -o-repeating-linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0.25) 20px);
    background-image: repeating-linear-gradient(60deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, rgba(0, 0, 0, 0.25) 10px, rgba(0, 0, 0, 0.25) 20px);
    -webkit-animation: progress-bar-line-strip-anim 1s linear infinite;
            animation: progress-bar-line-strip-anim 1s linear infinite; }

@-webkit-keyframes progress-bar-line-strip-anim {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -21px 0; } }

@keyframes progress-bar-line-strip-anim {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -21px 0; } }

/*---------------------------------
## Row
---------------------------------*/
.vc_row {
  position: relative; }
  .vc_row .vc-bg-lines {
    position: absolute;
    height: 100%;
    left: 20px;
    right: 20px; }
    .vc_row .vc-bg-lines div {
      background: rgba(23, 22, 26, 0.04);
      width: 1px;
      height: 100%;
      position: absolute; }
      .vc_row .vc-bg-lines div:nth-child(2) {
        margin-left: -webkit-calc((100% / 4)*1);
        margin-left: calc((100% / 4)*1);
        margin-left: -webkit-calc(25% - 5px);
        margin-left: calc(25% - 5px); }
      .vc_row .vc-bg-lines div:nth-child(3) {
        margin-left: -webkit-calc((100% / 4)*2);
        margin-left: calc((100% / 4)*2);
        margin-left: -webkit-calc(50% - 10px);
        margin-left: calc(50% - 10px); }
      .vc_row .vc-bg-lines div:nth-child(4) {
        margin-left: -webkit-calc((100% / 4)*3);
        margin-left: calc((100% / 4)*3);
        margin-left: -webkit-calc(75% - 15px);
        margin-left: calc(75% - 15px); }
      .vc_row .vc-bg-lines div:nth-child(5) {
        margin-left: -webkit-calc((100% / 4)*4);
        margin-left: calc((100% / 4)*4);
        margin-left: -webkit-calc(100% - 20px);
        margin-left: calc(100% - 20px); }
    .vc_row .vc-bg-lines.light div {
      background: rgba(255, 255, 255, 0.04); }
  .vc_row .vc-bg-side-text {
    color: rgba(23, 22, 26, 0.05);
    position: absolute;
    font-size: 5em;
    line-height: 100%;
    font-weight: 600;
    font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    top: 0;
    text-align: left;
    letter-spacing: -0.02em;
    -webkit-transform-origin: 0% 0;
        -ms-transform-origin: 0% 0;
            transform-origin: 0% 0;
    -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-50%);
        -ms-transform: rotate(-90deg) translateX(-100%) translateY(-50%);
            transform: rotate(-90deg) translateX(-100%) translateY(-50%); }
    .vc_row .vc-bg-side-text.right {
      left: auto;
      -webkit-transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%);
          -ms-transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%);
              transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%); }
  @media screen and (max-width: 768px) {
    .vc_row .vc-bg-lines,
    .vc_row .vc-bg-side-text {
      visibility: hidden; } }
  .vc_row[data-vc-full-width].vc_hidden {
    opacity: 1 !important; }

.page-container .vc-bg-side-text {
  left: -webkit-calc( (100% - 1350px) / 4);
  left: calc( (100% - 1350px) / 4); }
  .page-container .vc-bg-side-text.right {
    left: auto;
    right: -webkit-calc( (100% - 1350px) / 4);
    right: calc( (100% - 1350px) / 4); }

.page-container.full .vc-bg-side-text {
  left: -webkit-calc( 14% / 4);
  left: calc( 14% / 4); }
  .page-container.full .vc-bg-side-text.right {
    left: auto;
    right: -webkit-calc( 14% / 4);
    right: calc( 14% / 4); }

@media screen and (max-width: 768px) {
  .vc_mobile_spacer {
    height: 50px !important; } }

/*---------------------------------
## Slider
---------------------------------*/
/*---------------------------------
## Clb Slider
---------------------------------*/
.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.clb-slider {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block; }
  .clb-slider-outer-stage {
    overflow: hidden;
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-slider.full-vh .clb-slider-outer-stage {
    height: 100%; }
  .clb-slider.clb-slider-vertical {
    overflow: hidden; }
    .clb-slider.clb-slider-vertical .clb-slider-stage {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; }
  .clb-slider-stage {
    will-change: transform;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
         -o-transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
            transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .clb-slider-item {
    width: 100vw;
    height: 100%;
    list-style: none;
    background-position: center; }
    .clb-slider-item > p {
      margin: 0; }
    .clb-slider-item img {
      vertical-align: top; }
    .clb-slider-item > .elementor {
      margin: 0; }
  .clb-slider-nav-btn {
    position: absolute;
    padding: 4.4vh;
    bottom: 0;
    right: 0;
    min-width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .clb-slider-nav-btn {
        padding: 20px; } }
    .clb-slider-nav-btn .prev-btn {
      margin-right: 4px; }
    .clb-slider-nav-btn .next-btn {
      margin-left: 4px; }
  .clb-slider-nav-dots, .clb-slider-pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 3; }
    .clb-slider-nav-dots .clb-slider-dot, .clb-slider-pagination .clb-slider-dot {
      position: relative;
      display: inline-block;
      list-style: none;
      background-color: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 3px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .clb-slider-nav-dots .clb-slider-dot:hover, .clb-slider-pagination .clb-slider-dot:hover {
        cursor: pointer; }
  .clb-slider-nav-dots .clb-slider-dot {
    padding: 10px;
    position: relative;
    background-color: transparent; }
    .clb-slider-nav-dots .clb-slider-dot.active svg circle {
      stroke-dashoffset: 0; }
    .clb-slider-nav-dots .clb-slider-dot:before {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      top: 8px;
      left: 8px;
      background-color: #17161A;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-slider-nav-dots .clb-slider-dot svg {
      position: absolute;
      top: -1px;
      left: -1px; }
      .clb-slider-nav-dots .clb-slider-dot svg circle {
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        stroke: currentColor;
        stroke-dashoffset: 70;
        stroke-dasharray: 70; }
  .clb-slider-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    right: 0;
    top: 0;
    width: 4.4vh;
    height: 100%;
    z-index: 10;
    font-size: 0.94rem;
    font-weight: 500;
    color: #fff; }
    .clb-slider-pagination .clb-slider-page {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: rgba(0, 0, 0, 0.05);
      height: 100%;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .clb-slider-pagination .clb-slider-page.active {
        background-color: rgba(0, 0, 0, 0.1); }
  .clb-slider-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    overflow: hidden; }
    .clb-slider-count:before {
      content: '';
      width: 50px;
      height: 2px;
      background: currentColor;
      opacity: .6;
      margin: 0px 15px 0px 25px; }
    .clb-slider-count-current {
      position: absolute;
      top: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-slider.nav-offset .clb-slider-nav-btn, .clb-slider.nav-inset .clb-slider-nav-btn {
    position: static;
    padding: 0;
    bottom: 0; }
    .clb-slider.nav-offset .clb-slider-nav-btn .prev-btn,
    .clb-slider.nav-offset .clb-slider-nav-btn .next-btn, .clb-slider.nav-inset .clb-slider-nav-btn .prev-btn,
    .clb-slider.nav-inset .clb-slider-nav-btn .next-btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .clb-slider.nav-offset .clb-slider-nav-btn .prev-btn {
    left: -96px; }
  .clb-slider.nav-offset .clb-slider-nav-btn .next-btn {
    right: -96px; }
  .clb-slider.nav-inset .clb-slider-nav-btn .prev-btn {
    left: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .clb-slider.nav-inset .clb-slider-nav-btn .prev-btn {
        left: 20px; } }
  .clb-slider.nav-inset .clb-slider-nav-btn .next-btn {
    right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .clb-slider.nav-inset .clb-slider-nav-btn .next-btn {
        right: 20px; } }
  .clb-slider.slider-offset {
    width: auto; }
    .clb-slider.slider-offset .clb-slider-outer-stage {
      overflow: visible; }
    @media screen and (max-width: 768px) {
      .clb-slider.slider-offset {
        overflow-x: hidden; } }
  .clb-slider .blog-metro-image {
    padding-top: 100%; }

.ohio-slider-sc {
  position: relative; }
  .ohio-slider-sc > .slider:not(.nav-offset):not(.nav-inset) > .clb-slider-nav-btn {
    padding: 0;
    -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
            transform: translateY(13px); }
  .ohio-slider-sc .clb-slider-stage {
    height: auto; }
  .ohio-slider-sc .sk-preloader {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 5vw 0;
    -webkit-animation: none;
            animation: none; }
  .ohio-slider-sc .clb-slider-count {
    margin-top: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .ohio-slider-sc .clb-slider-count {
        margin-top: 20px; } }
  .ohio-slider-sc .with-preloader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .ohio-slider-sc .with-pagination.nav-inset .clb-slider-nav-btn > .btn-round, .ohio-slider-sc .with-pagination.nav-ofset .clb-slider-nav-btn > .btn-round {
    top: -webkit-calc(50% - 26px);
    top: calc(50% - 26px); }

.clb-smooth-slider {
  position: relative; }
  .clb-smooth-slider-item {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    .clb-smooth-slider-item.active {
      z-index: 3; }
    .clb-smooth-slider-item.prev-slide.active {
      z-index: 4; }
    .clb-smooth-slider-item.prev-slide.last-slide {
      z-index: 2; }
    .clb-smooth-slider-item.next-slide.last-slide {
      z-index: 2; }
  .clb-smooth-slider .clb-slider-nav-btn {
    z-index: 10; }

.ohio-fullscreen-slider-sc .clb-slider-nav-dots {
  position: absolute; }
  .ohio-fullscreen-slider-sc .clb-slider-nav-dots .clb-slider-dot:before {
    background-color: currentColor; }

.ohio-fullscreen-slider-sc.clb-slider-vertical .clb-slider-stage .clb-slider-item {
  min-width: 100vw; }

@media screen and (max-width: 768px) {
  .ohio-fullscreen-slider-sc.full-vh,
  .ohio-fullscreen-slider-sc .full-vh.clb-slider-item {
    height: 100vh !important; } }

/*---------------------------------
## Social Networks
---------------------------------*/
.socialbar {
  cursor: default;
  /*Default colors*/ }
  .socialbar:not(.inline) a {
    color: #fff; }
  .socialbar:not(.inline) a:before {
    display: none; }
  .socialbar a {
    background-color: #17161A;
    width: 46px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    margin: 4px;
    border: 1px solid #17161A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2em;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .socialbar a i {
      position: relative;
      z-index: 2; }
    .socialbar a:hover {
      background-color: transparent;
      color: #17161A; }
  .socialbar.outline a {
    background-color: transparent;
    border: 1px solid rgba(136, 136, 136, 0.65);
    color: #17161A; }
    .socialbar.outline a:hover {
      background-color: #17161A;
      color: #fff; }
  .socialbar.outline.inverse a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35); }
    .socialbar.outline.inverse a:hover {
      background-color: #fff;
      border-color: #fff;
      color: initial; }
  .socialbar.flat a {
    background-color: transparent;
    color: #17161A;
    border-color: transparent; }
    .socialbar.flat a:hover {
      background-color: #17161A;
      color: #fff; }
  .socialbar.flat.outline-hover a:hover {
    background-color: transparent;
    border-color: #17161A;
    color: #17161A;
    border-width: 1px; }
  .socialbar.hover-bg-trnspr a {
    border-width: 1px !important; }
    .socialbar.hover-bg-trnspr a:hover {
      border-color: #17161A; }
  .socialbar.inline {
    display: block; }
    .socialbar.inline a {
      background-color: initial;
      width: auto;
      height: auto;
      border: none;
      margin: 0 10px;
      line-height: 1.8;
      font-size: inherit;
      font-weight: 600;
      font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
      .socialbar.inline a i {
        margin-right: 5px; }
  .socialbar.flat-icons a {
    border-color: transparent; }
    .socialbar.flat-icons a:hover {
      border-color: #17161A; }
  .socialbar.flat-icons.flat-icons-trnspr a:hover {
    color: #17161A;
    background-color: transparent; }
  .socialbar.small a {
    width: 42px;
    height: 42px; }
  .socialbar.small.inline a {
    width: auto;
    height: auto;
    margin: 0 10px;
    line-height: 2.4;
    font-size: 0.94rem; }
  .socialbar.small.default a {
    line-height: 38px; }
  .socialbar.small.outline a {
    line-height: 36px; }
  .socialbar a:first-child {
    margin-left: 0; }
  .socialbar a:last-child {
    margin-right: 0; }
  .socialbar.default a.white {
    background-color: #fff;
    border-color: #fff;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.white:hover {
      background-color: transparent;
      color: #fff;
      border-color: #fff; }
  .socialbar.default.hover-colorize-reverse a.white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.white:hover {
      background-color: #fff;
      color: #fff; }
  .socialbar.default.outline a.white {
    background-color: transparent;
    color: #fff; }
    .socialbar.default.outline a.white:hover {
      background-color: #fff;
      color: #fff; }
  .socialbar.default.flat a.white {
    background-color: transparent;
    color: #fff;
    border-color: transparent; }
    .socialbar.default.flat a.white:hover {
      background-color: #fff;
      color: #fff; }
  .socialbar.default.inline a.white {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.white:hover {
      color: #fff; }
      .socialbar.default.inline a.white:hover:before {
        display: none; }
  .socialbar.default a.facebook {
    background-color: #217CEF;
    border-color: #217CEF;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.facebook:hover {
      background-color: transparent;
      color: #217CEF;
      border-color: #217CEF; }
  .socialbar.default.hover-colorize-reverse a.facebook {
    background-color: transparent;
    color: #217CEF;
    border-color: #217CEF;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.facebook:hover {
      background-color: #217CEF;
      color: #fff; }
  .socialbar.default.outline a.facebook {
    background-color: transparent;
    color: #217CEF; }
    .socialbar.default.outline a.facebook:hover {
      background-color: #217CEF;
      color: #fff; }
  .socialbar.default.flat a.facebook {
    background-color: transparent;
    color: #217CEF;
    border-color: transparent; }
    .socialbar.default.flat a.facebook:hover {
      background-color: #217CEF;
      color: #fff; }
  .socialbar.default.inline a.facebook {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.facebook:hover {
      color: #217CEF; }
      .socialbar.default.inline a.facebook:hover:before {
        display: none; }
  .socialbar.default a.twitter {
    background-color: #2AA3EF;
    border-color: #2AA3EF;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.twitter:hover {
      background-color: transparent;
      color: #2AA3EF;
      border-color: #2AA3EF; }
  .socialbar.default.hover-colorize-reverse a.twitter {
    background-color: transparent;
    color: #2AA3EF;
    border-color: #2AA3EF;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.twitter:hover {
      background-color: #2AA3EF;
      color: #fff; }
  .socialbar.default.outline a.twitter {
    background-color: transparent;
    color: #2AA3EF; }
    .socialbar.default.outline a.twitter:hover {
      background-color: #2AA3EF;
      color: #fff; }
  .socialbar.default.flat a.twitter {
    background-color: transparent;
    color: #2AA3EF;
    border-color: transparent; }
    .socialbar.default.flat a.twitter:hover {
      background-color: #2AA3EF;
      color: #fff; }
  .socialbar.default.inline a.twitter {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.twitter:hover {
      color: #2AA3EF; }
      .socialbar.default.inline a.twitter:hover:before {
        display: none; }
  .socialbar.default a.pinterest {
    background-color: #e8323f;
    border-color: #e8323f;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.pinterest:hover {
      background-color: transparent;
      color: #e8323f;
      border-color: #e8323f; }
  .socialbar.default.hover-colorize-reverse a.pinterest {
    background-color: transparent;
    color: #e8323f;
    border-color: #e8323f;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.pinterest:hover {
      background-color: #e8323f;
      color: #fff; }
  .socialbar.default.outline a.pinterest {
    background-color: transparent;
    color: #e8323f; }
    .socialbar.default.outline a.pinterest:hover {
      background-color: #e8323f;
      color: #fff; }
  .socialbar.default.flat a.pinterest {
    background-color: transparent;
    color: #e8323f;
    border-color: transparent; }
    .socialbar.default.flat a.pinterest:hover {
      background-color: #e8323f;
      color: #fff; }
  .socialbar.default.inline a.pinterest {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.pinterest:hover {
      color: #e8323f; }
      .socialbar.default.inline a.pinterest:hover:before {
        display: none; }
  .socialbar.default a.linkedin {
    background-color: #4477ab;
    border-color: #4477ab;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.linkedin:hover {
      background-color: transparent;
      color: #4477ab;
      border-color: #4477ab; }
  .socialbar.default.hover-colorize-reverse a.linkedin {
    background-color: transparent;
    color: #4477ab;
    border-color: #4477ab;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.linkedin:hover {
      background-color: #4477ab;
      color: #fff; }
  .socialbar.default.outline a.linkedin {
    background-color: transparent;
    color: #4477ab; }
    .socialbar.default.outline a.linkedin:hover {
      background-color: #4477ab;
      color: #fff; }
  .socialbar.default.flat a.linkedin {
    background-color: transparent;
    color: #4477ab;
    border-color: transparent; }
    .socialbar.default.flat a.linkedin:hover {
      background-color: #4477ab;
      color: #fff; }
  .socialbar.default.inline a.linkedin {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.linkedin:hover {
      color: #4477ab; }
      .socialbar.default.inline a.linkedin:hover:before {
        display: none; }
  .socialbar.default a.dribbble {
    background-color: #fd629e;
    border-color: #fd629e;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.dribbble:hover {
      background-color: transparent;
      color: #fd629e;
      border-color: #fd629e; }
  .socialbar.default.hover-colorize-reverse a.dribbble {
    background-color: transparent;
    color: #fd629e;
    border-color: #fd629e;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.dribbble:hover {
      background-color: #fd629e;
      color: #fff; }
  .socialbar.default.outline a.dribbble {
    background-color: transparent;
    color: #fd629e; }
    .socialbar.default.outline a.dribbble:hover {
      background-color: #fd629e;
      color: #fff; }
  .socialbar.default.flat a.dribbble {
    background-color: transparent;
    color: #fd629e;
    border-color: transparent; }
    .socialbar.default.flat a.dribbble:hover {
      background-color: #fd629e;
      color: #fff; }
  .socialbar.default.inline a.dribbble {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.dribbble:hover {
      color: #fd629e; }
      .socialbar.default.inline a.dribbble:hover:before {
        display: none; }
  .socialbar.default a.github {
    background-color: #24292E;
    border-color: #24292E;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.github:hover {
      background-color: transparent;
      color: #24292E;
      border-color: #24292E; }
  .socialbar.default.hover-colorize-reverse a.github {
    background-color: transparent;
    color: #24292E;
    border-color: #24292E;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.github:hover {
      background-color: #24292E;
      color: #fff; }
  .socialbar.default.outline a.github {
    background-color: transparent;
    color: #24292E; }
    .socialbar.default.outline a.github:hover {
      background-color: #24292E;
      color: #fff; }
  .socialbar.default.flat a.github {
    background-color: transparent;
    color: #24292E;
    border-color: transparent; }
    .socialbar.default.flat a.github:hover {
      background-color: #24292E;
      color: #fff; }
  .socialbar.default.inline a.github {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.github:hover {
      color: #24292E; }
      .socialbar.default.inline a.github:hover:before {
        display: none; }
  .socialbar.default a.instagram {
    background-color: #383838;
    border-color: #383838;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.instagram:hover {
      background-color: transparent;
      color: #383838;
      border-color: #383838; }
  .socialbar.default.hover-colorize-reverse a.instagram {
    background-color: transparent;
    color: #383838;
    border-color: #383838;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.instagram:hover {
      background-color: #383838;
      color: #fff; }
  .socialbar.default.outline a.instagram {
    background-color: transparent;
    color: #383838; }
    .socialbar.default.outline a.instagram:hover {
      background-color: #383838;
      color: #fff; }
  .socialbar.default.flat a.instagram {
    background-color: transparent;
    color: #383838;
    border-color: transparent; }
    .socialbar.default.flat a.instagram:hover {
      background-color: #383838;
      color: #fff; }
  .socialbar.default.inline a.instagram {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.instagram:hover {
      color: #383838; }
      .socialbar.default.inline a.instagram:hover:before {
        display: none; }
  .socialbar.default a.dropbox {
    background-color: #187fe7;
    border-color: #187fe7;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.dropbox:hover {
      background-color: transparent;
      color: #187fe7;
      border-color: #187fe7; }
  .socialbar.default.hover-colorize-reverse a.dropbox {
    background-color: transparent;
    color: #187fe7;
    border-color: #187fe7;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.dropbox:hover {
      background-color: #187fe7;
      color: #fff; }
  .socialbar.default.outline a.dropbox {
    background-color: transparent;
    color: #187fe7; }
    .socialbar.default.outline a.dropbox:hover {
      background-color: #187fe7;
      color: #fff; }
  .socialbar.default.flat a.dropbox {
    background-color: transparent;
    color: #187fe7;
    border-color: transparent; }
    .socialbar.default.flat a.dropbox:hover {
      background-color: #187fe7;
      color: #fff; }
  .socialbar.default.inline a.dropbox {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.dropbox:hover {
      color: #187fe7; }
      .socialbar.default.inline a.dropbox:hover:before {
        display: none; }
  .socialbar.default a.vk {
    background-color: #6083ab;
    border-color: #6083ab;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.vk:hover {
      background-color: transparent;
      color: #6083ab;
      border-color: #6083ab; }
  .socialbar.default.hover-colorize-reverse a.vk {
    background-color: transparent;
    color: #6083ab;
    border-color: #6083ab;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.vk:hover {
      background-color: #6083ab;
      color: #fff; }
  .socialbar.default.outline a.vk {
    background-color: transparent;
    color: #6083ab; }
    .socialbar.default.outline a.vk:hover {
      background-color: #6083ab;
      color: #fff; }
  .socialbar.default.flat a.vk {
    background-color: transparent;
    color: #6083ab;
    border-color: transparent; }
    .socialbar.default.flat a.vk:hover {
      background-color: #6083ab;
      color: #fff; }
  .socialbar.default.inline a.vk {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.vk:hover {
      color: #6083ab; }
      .socialbar.default.inline a.vk:hover:before {
        display: none; }
  .socialbar.default a.youtube {
    background-color: #f00;
    border-color: #f00;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.youtube:hover {
      background-color: transparent;
      color: #f00;
      border-color: #f00; }
  .socialbar.default.hover-colorize-reverse a.youtube {
    background-color: transparent;
    color: #f00;
    border-color: #f00;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.youtube:hover {
      background-color: #f00;
      color: #fff; }
  .socialbar.default.outline a.youtube {
    background-color: transparent;
    color: #f00; }
    .socialbar.default.outline a.youtube:hover {
      background-color: #f00;
      color: #fff; }
  .socialbar.default.flat a.youtube {
    background-color: transparent;
    color: #f00;
    border-color: transparent; }
    .socialbar.default.flat a.youtube:hover {
      background-color: #f00;
      color: #fff; }
  .socialbar.default.inline a.youtube {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.youtube:hover {
      color: #f00; }
      .socialbar.default.inline a.youtube:hover:before {
        display: none; }
  .socialbar.default a.vimeo {
    background-color: #1ab8ea;
    border-color: #1ab8ea;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.vimeo:hover {
      background-color: transparent;
      color: #1ab8ea;
      border-color: #1ab8ea; }
  .socialbar.default.hover-colorize-reverse a.vimeo {
    background-color: transparent;
    color: #1ab8ea;
    border-color: #1ab8ea;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.vimeo:hover {
      background-color: #1ab8ea;
      color: #fff; }
  .socialbar.default.outline a.vimeo {
    background-color: transparent;
    color: #1ab8ea; }
    .socialbar.default.outline a.vimeo:hover {
      background-color: #1ab8ea;
      color: #fff; }
  .socialbar.default.flat a.vimeo {
    background-color: transparent;
    color: #1ab8ea;
    border-color: transparent; }
    .socialbar.default.flat a.vimeo:hover {
      background-color: #1ab8ea;
      color: #fff; }
  .socialbar.default.inline a.vimeo {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.vimeo:hover {
      color: #1ab8ea; }
      .socialbar.default.inline a.vimeo:hover:before {
        display: none; }
  .socialbar.default a.behance {
    background-color: #0056ff;
    border-color: #0056ff;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.behance:hover {
      background-color: transparent;
      color: #0056ff;
      border-color: #0056ff; }
  .socialbar.default.hover-colorize-reverse a.behance {
    background-color: transparent;
    color: #0056ff;
    border-color: #0056ff;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.behance:hover {
      background-color: #0056ff;
      color: #fff; }
  .socialbar.default.outline a.behance {
    background-color: transparent;
    color: #0056ff; }
    .socialbar.default.outline a.behance:hover {
      background-color: #0056ff;
      color: #fff; }
  .socialbar.default.flat a.behance {
    background-color: transparent;
    color: #0056ff;
    border-color: transparent; }
    .socialbar.default.flat a.behance:hover {
      background-color: #0056ff;
      color: #fff; }
  .socialbar.default.inline a.behance {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.behance:hover {
      color: #0056ff; }
      .socialbar.default.inline a.behance:hover:before {
        display: none; }
  .socialbar.default a.tumblr {
    background-color: #2a445f;
    border-color: #2a445f;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.tumblr:hover {
      background-color: transparent;
      color: #2a445f;
      border-color: #2a445f; }
  .socialbar.default.hover-colorize-reverse a.tumblr {
    background-color: transparent;
    color: #2a445f;
    border-color: #2a445f;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.tumblr:hover {
      background-color: #2a445f;
      color: #fff; }
  .socialbar.default.outline a.tumblr {
    background-color: transparent;
    color: #2a445f; }
    .socialbar.default.outline a.tumblr:hover {
      background-color: #2a445f;
      color: #fff; }
  .socialbar.default.flat a.tumblr {
    background-color: transparent;
    color: #2a445f;
    border-color: transparent; }
    .socialbar.default.flat a.tumblr:hover {
      background-color: #2a445f;
      color: #fff; }
  .socialbar.default.inline a.tumblr {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.tumblr:hover {
      color: #2a445f; }
      .socialbar.default.inline a.tumblr:hover:before {
        display: none; }
  .socialbar.default a.flickr {
    background-color: #0063db;
    border-color: #0063db;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.flickr:hover {
      background-color: transparent;
      color: #0063db;
      border-color: #0063db; }
  .socialbar.default.hover-colorize-reverse a.flickr {
    background-color: transparent;
    color: #0063db;
    border-color: #0063db;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.flickr:hover {
      background-color: #0063db;
      color: #fff; }
  .socialbar.default.outline a.flickr {
    background-color: transparent;
    color: #0063db; }
    .socialbar.default.outline a.flickr:hover {
      background-color: #0063db;
      color: #fff; }
  .socialbar.default.flat a.flickr {
    background-color: transparent;
    color: #0063db;
    border-color: transparent; }
    .socialbar.default.flat a.flickr:hover {
      background-color: #0063db;
      color: #fff; }
  .socialbar.default.inline a.flickr {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.flickr:hover {
      color: #0063db; }
      .socialbar.default.inline a.flickr:hover:before {
        display: none; }
  .socialbar.default a.reddit {
    background-color: #ff4501;
    border-color: #ff4501;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.reddit:hover {
      background-color: transparent;
      color: #ff4501;
      border-color: #ff4501; }
  .socialbar.default.hover-colorize-reverse a.reddit {
    background-color: transparent;
    color: #ff4501;
    border-color: #ff4501;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.reddit:hover {
      background-color: #ff4501;
      color: #fff; }
  .socialbar.default.outline a.reddit {
    background-color: transparent;
    color: #ff4501; }
    .socialbar.default.outline a.reddit:hover {
      background-color: #ff4501;
      color: #fff; }
  .socialbar.default.flat a.reddit {
    background-color: transparent;
    color: #ff4501;
    border-color: transparent; }
    .socialbar.default.flat a.reddit:hover {
      background-color: #ff4501;
      color: #fff; }
  .socialbar.default.inline a.reddit {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.reddit:hover {
      color: #ff4501; }
      .socialbar.default.inline a.reddit:hover:before {
        display: none; }
  .socialbar.default a.snapchat {
    background-color: #e0e410;
    border-color: #e0e410;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.snapchat:hover {
      background-color: transparent;
      color: #e0e410;
      border-color: #e0e410; }
  .socialbar.default.hover-colorize-reverse a.snapchat {
    background-color: transparent;
    color: #e0e410;
    border-color: #e0e410;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.snapchat:hover {
      background-color: #e0e410;
      color: #fff; }
  .socialbar.default.outline a.snapchat {
    background-color: transparent;
    color: #e0e410; }
    .socialbar.default.outline a.snapchat:hover {
      background-color: #e0e410;
      color: #fff; }
  .socialbar.default.flat a.snapchat {
    background-color: transparent;
    color: #e0e410;
    border-color: transparent; }
    .socialbar.default.flat a.snapchat:hover {
      background-color: #e0e410;
      color: #fff; }
  .socialbar.default.inline a.snapchat {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.snapchat:hover {
      color: #e0e410; }
      .socialbar.default.inline a.snapchat:hover:before {
        display: none; }
  .socialbar.default a.whatsapp {
    background-color: #0ec143;
    border-color: #0ec143;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.whatsapp:hover {
      background-color: transparent;
      color: #0ec143;
      border-color: #0ec143; }
  .socialbar.default.hover-colorize-reverse a.whatsapp {
    background-color: transparent;
    color: #0ec143;
    border-color: #0ec143;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.whatsapp:hover {
      background-color: #0ec143;
      color: #fff; }
  .socialbar.default.outline a.whatsapp {
    background-color: transparent;
    color: #0ec143; }
    .socialbar.default.outline a.whatsapp:hover {
      background-color: #0ec143;
      color: #fff; }
  .socialbar.default.flat a.whatsapp {
    background-color: transparent;
    color: #0ec143;
    border-color: transparent; }
    .socialbar.default.flat a.whatsapp:hover {
      background-color: #0ec143;
      color: #fff; }
  .socialbar.default.inline a.whatsapp {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.whatsapp:hover {
      color: #0ec143; }
      .socialbar.default.inline a.whatsapp:hover:before {
        display: none; }
  .socialbar.default a.quora {
    background-color: #a82401;
    border-color: #a82401;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.quora:hover {
      background-color: transparent;
      color: #a82401;
      border-color: #a82401; }
  .socialbar.default.hover-colorize-reverse a.quora {
    background-color: transparent;
    color: #a82401;
    border-color: #a82401;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.quora:hover {
      background-color: #a82401;
      color: #fff; }
  .socialbar.default.outline a.quora {
    background-color: transparent;
    color: #a82401; }
    .socialbar.default.outline a.quora:hover {
      background-color: #a82401;
      color: #fff; }
  .socialbar.default.flat a.quora {
    background-color: transparent;
    color: #a82401;
    border-color: transparent; }
    .socialbar.default.flat a.quora:hover {
      background-color: #a82401;
      color: #fff; }
  .socialbar.default.inline a.quora {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.quora:hover {
      color: #a82401; }
      .socialbar.default.inline a.quora:hover:before {
        display: none; }
  .socialbar.default a.vine {
    background-color: #00be8e;
    border-color: #00be8e;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.vine:hover {
      background-color: transparent;
      color: #00be8e;
      border-color: #00be8e; }
  .socialbar.default.hover-colorize-reverse a.vine {
    background-color: transparent;
    color: #00be8e;
    border-color: #00be8e;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.vine:hover {
      background-color: #00be8e;
      color: #fff; }
  .socialbar.default.outline a.vine {
    background-color: transparent;
    color: #00be8e; }
    .socialbar.default.outline a.vine:hover {
      background-color: #00be8e;
      color: #fff; }
  .socialbar.default.flat a.vine {
    background-color: transparent;
    color: #00be8e;
    border-color: transparent; }
    .socialbar.default.flat a.vine:hover {
      background-color: #00be8e;
      color: #fff; }
  .socialbar.default.inline a.vine {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.vine:hover {
      color: #00be8e; }
      .socialbar.default.inline a.vine:hover:before {
        display: none; }
  .socialbar.default a.digg {
    background-color: #1c5891;
    border-color: #1c5891;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.digg:hover {
      background-color: transparent;
      color: #1c5891;
      border-color: #1c5891; }
  .socialbar.default.hover-colorize-reverse a.digg {
    background-color: transparent;
    color: #1c5891;
    border-color: #1c5891;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.digg:hover {
      background-color: #1c5891;
      color: #fff; }
  .socialbar.default.outline a.digg {
    background-color: transparent;
    color: #1c5891; }
    .socialbar.default.outline a.digg:hover {
      background-color: #1c5891;
      color: #fff; }
  .socialbar.default.flat a.digg {
    background-color: transparent;
    color: #1c5891;
    border-color: transparent; }
    .socialbar.default.flat a.digg:hover {
      background-color: #1c5891;
      color: #fff; }
  .socialbar.default.inline a.digg {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.digg:hover {
      color: #1c5891; }
      .socialbar.default.inline a.digg:hover:before {
        display: none; }
  .socialbar.default a.foursquare {
    background-color: #FD4577;
    border-color: #FD4577;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.foursquare:hover {
      background-color: transparent;
      color: #FD4577;
      border-color: #FD4577; }
  .socialbar.default.hover-colorize-reverse a.foursquare {
    background-color: transparent;
    color: #FD4577;
    border-color: #FD4577;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.foursquare:hover {
      background-color: #FD4577;
      color: #fff; }
  .socialbar.default.outline a.foursquare {
    background-color: transparent;
    color: #FD4577; }
    .socialbar.default.outline a.foursquare:hover {
      background-color: #FD4577;
      color: #fff; }
  .socialbar.default.flat a.foursquare {
    background-color: transparent;
    color: #FD4577;
    border-color: transparent; }
    .socialbar.default.flat a.foursquare:hover {
      background-color: #FD4577;
      color: #fff; }
  .socialbar.default.inline a.foursquare {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.foursquare:hover {
      color: #FD4577; }
      .socialbar.default.inline a.foursquare:hover:before {
        display: none; }
  .socialbar.default a.tiktok {
    background-color: #323131;
    border-color: #323131;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.tiktok:hover {
      background-color: transparent;
      color: #323131;
      border-color: #323131; }
  .socialbar.default.hover-colorize-reverse a.tiktok {
    background-color: transparent;
    color: #323131;
    border-color: #323131;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.tiktok:hover {
      background-color: #323131;
      color: #fff; }
  .socialbar.default.outline a.tiktok {
    background-color: transparent;
    color: #323131; }
    .socialbar.default.outline a.tiktok:hover {
      background-color: #323131;
      color: #fff; }
  .socialbar.default.flat a.tiktok {
    background-color: transparent;
    color: #323131;
    border-color: transparent; }
    .socialbar.default.flat a.tiktok:hover {
      background-color: #323131;
      color: #fff; }
  .socialbar.default.inline a.tiktok {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.tiktok:hover {
      color: #323131; }
      .socialbar.default.inline a.tiktok:hover:before {
        display: none; }
  .socialbar.default a.tripadvisor {
    background-color: #34E0A1;
    border-color: #34E0A1;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.tripadvisor:hover {
      background-color: transparent;
      color: #34E0A1;
      border-color: #34E0A1; }
  .socialbar.default.hover-colorize-reverse a.tripadvisor {
    background-color: transparent;
    color: #34E0A1;
    border-color: #34E0A1;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.tripadvisor:hover {
      background-color: #34E0A1;
      color: #fff; }
  .socialbar.default.outline a.tripadvisor {
    background-color: transparent;
    color: #34E0A1; }
    .socialbar.default.outline a.tripadvisor:hover {
      background-color: #34E0A1;
      color: #fff; }
  .socialbar.default.flat a.tripadvisor {
    background-color: transparent;
    color: #34E0A1;
    border-color: transparent; }
    .socialbar.default.flat a.tripadvisor:hover {
      background-color: #34E0A1;
      color: #fff; }
  .socialbar.default.inline a.tripadvisor {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.tripadvisor:hover {
      color: #34E0A1; }
      .socialbar.default.inline a.tripadvisor:hover:before {
        display: none; }
  .socialbar.default a.twitch {
    background-color: #9147ff;
    border-color: #9147ff;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.twitch:hover {
      background-color: transparent;
      color: #9147ff;
      border-color: #9147ff; }
  .socialbar.default.hover-colorize-reverse a.twitch {
    background-color: transparent;
    color: #9147ff;
    border-color: #9147ff;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.twitch:hover {
      background-color: #9147ff;
      color: #fff; }
  .socialbar.default.outline a.twitch {
    background-color: transparent;
    color: #9147ff; }
    .socialbar.default.outline a.twitch:hover {
      background-color: #9147ff;
      color: #fff; }
  .socialbar.default.flat a.twitch {
    background-color: transparent;
    color: #9147ff;
    border-color: transparent; }
    .socialbar.default.flat a.twitch:hover {
      background-color: #9147ff;
      color: #fff; }
  .socialbar.default.inline a.twitch {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.twitch:hover {
      color: #9147ff; }
      .socialbar.default.inline a.twitch:hover:before {
        display: none; }
  .socialbar.default a.mixer {
    background-color: #0270d9;
    border-color: #0270d9;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.mixer:hover {
      background-color: transparent;
      color: #0270d9;
      border-color: #0270d9; }
  .socialbar.default.hover-colorize-reverse a.mixer {
    background-color: transparent;
    color: #0270d9;
    border-color: #0270d9;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.mixer:hover {
      background-color: #0270d9;
      color: #fff; }
  .socialbar.default.outline a.mixer {
    background-color: transparent;
    color: #0270d9; }
    .socialbar.default.outline a.mixer:hover {
      background-color: #0270d9;
      color: #fff; }
  .socialbar.default.flat a.mixer {
    background-color: transparent;
    color: #0270d9;
    border-color: transparent; }
    .socialbar.default.flat a.mixer:hover {
      background-color: #0270d9;
      color: #fff; }
  .socialbar.default.inline a.mixer {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.mixer:hover {
      color: #0270d9; }
      .socialbar.default.inline a.mixer:hover:before {
        display: none; }
  .socialbar.default a.telegram {
    background-color: #0088cc;
    border-color: #0088cc;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.telegram:hover {
      background-color: transparent;
      color: #0088cc;
      border-color: #0088cc; }
  .socialbar.default.hover-colorize-reverse a.telegram {
    background-color: transparent;
    color: #0088cc;
    border-color: #0088cc;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.telegram:hover {
      background-color: #0088cc;
      color: #fff; }
  .socialbar.default.outline a.telegram {
    background-color: transparent;
    color: #0088cc; }
    .socialbar.default.outline a.telegram:hover {
      background-color: #0088cc;
      color: #fff; }
  .socialbar.default.flat a.telegram {
    background-color: transparent;
    color: #0088cc;
    border-color: transparent; }
    .socialbar.default.flat a.telegram:hover {
      background-color: #0088cc;
      color: #fff; }
  .socialbar.default.inline a.telegram {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.telegram:hover {
      color: #0088cc; }
      .socialbar.default.inline a.telegram:hover:before {
        display: none; }
  .socialbar.default a.soundcloud {
    background-color: #FD561F;
    border-color: #FD561F;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.soundcloud:hover {
      background-color: transparent;
      color: #FD561F;
      border-color: #FD561F; }
  .socialbar.default.hover-colorize-reverse a.soundcloud {
    background-color: transparent;
    color: #FD561F;
    border-color: #FD561F;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.soundcloud:hover {
      background-color: #FD561F;
      color: #fff; }
  .socialbar.default.outline a.soundcloud {
    background-color: transparent;
    color: #FD561F; }
    .socialbar.default.outline a.soundcloud:hover {
      background-color: #FD561F;
      color: #fff; }
  .socialbar.default.flat a.soundcloud {
    background-color: transparent;
    color: #FD561F;
    border-color: transparent; }
    .socialbar.default.flat a.soundcloud:hover {
      background-color: #FD561F;
      color: #fff; }
  .socialbar.default.inline a.soundcloud {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.soundcloud:hover {
      color: #FD561F; }
      .socialbar.default.inline a.soundcloud:hover:before {
        display: none; }
  .socialbar.default a.spotify {
    background-color: #1ED760;
    border-color: #1ED760;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.spotify:hover {
      background-color: transparent;
      color: #1ED760;
      border-color: #1ED760; }
  .socialbar.default.hover-colorize-reverse a.spotify {
    background-color: transparent;
    color: #1ED760;
    border-color: #1ED760;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.spotify:hover {
      background-color: #1ED760;
      color: #fff; }
  .socialbar.default.outline a.spotify {
    background-color: transparent;
    color: #1ED760; }
    .socialbar.default.outline a.spotify:hover {
      background-color: #1ED760;
      color: #fff; }
  .socialbar.default.flat a.spotify {
    background-color: transparent;
    color: #1ED760;
    border-color: transparent; }
    .socialbar.default.flat a.spotify:hover {
      background-color: #1ED760;
      color: #fff; }
  .socialbar.default.inline a.spotify {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.spotify:hover {
      color: #1ED760; }
      .socialbar.default.inline a.spotify:hover:before {
        display: none; }
  .socialbar.default a.teamspeak {
    background-color: #1c82cc;
    border-color: #1c82cc;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.teamspeak:hover {
      background-color: transparent;
      color: #1c82cc;
      border-color: #1c82cc; }
  .socialbar.default.hover-colorize-reverse a.teamspeak {
    background-color: transparent;
    color: #1c82cc;
    border-color: #1c82cc;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.teamspeak:hover {
      background-color: #1c82cc;
      color: #fff; }
  .socialbar.default.outline a.teamspeak {
    background-color: transparent;
    color: #1c82cc; }
    .socialbar.default.outline a.teamspeak:hover {
      background-color: #1c82cc;
      color: #fff; }
  .socialbar.default.flat a.teamspeak {
    background-color: transparent;
    color: #1c82cc;
    border-color: transparent; }
    .socialbar.default.flat a.teamspeak:hover {
      background-color: #1c82cc;
      color: #fff; }
  .socialbar.default.inline a.teamspeak {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.teamspeak:hover {
      color: #1c82cc; }
      .socialbar.default.inline a.teamspeak:hover:before {
        display: none; }
  .socialbar.default a.discord {
    background-color: #7289da;
    border-color: #7289da;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.discord:hover {
      background-color: transparent;
      color: #7289da;
      border-color: #7289da; }
  .socialbar.default.hover-colorize-reverse a.discord {
    background-color: transparent;
    color: #7289da;
    border-color: #7289da;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.discord:hover {
      background-color: #7289da;
      color: #fff; }
  .socialbar.default.outline a.discord {
    background-color: transparent;
    color: #7289da; }
    .socialbar.default.outline a.discord:hover {
      background-color: #7289da;
      color: #fff; }
  .socialbar.default.flat a.discord {
    background-color: transparent;
    color: #7289da;
    border-color: transparent; }
    .socialbar.default.flat a.discord:hover {
      background-color: #7289da;
      color: #fff; }
  .socialbar.default.inline a.discord {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.discord:hover {
      color: #7289da; }
      .socialbar.default.inline a.discord:hover:before {
        display: none; }
  .socialbar.default a.kaggle {
    background-color: #32C0FD;
    border-color: #32C0FD;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.kaggle:hover {
      background-color: transparent;
      color: #32C0FD;
      border-color: #32C0FD; }
  .socialbar.default.hover-colorize-reverse a.kaggle {
    background-color: transparent;
    color: #32C0FD;
    border-color: #32C0FD;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.kaggle:hover {
      background-color: #32C0FD;
      color: #fff; }
  .socialbar.default.outline a.kaggle {
    background-color: transparent;
    color: #32C0FD; }
    .socialbar.default.outline a.kaggle:hover {
      background-color: #32C0FD;
      color: #fff; }
  .socialbar.default.flat a.kaggle {
    background-color: transparent;
    color: #32C0FD;
    border-color: transparent; }
    .socialbar.default.flat a.kaggle:hover {
      background-color: #32C0FD;
      color: #fff; }
  .socialbar.default.inline a.kaggle {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.kaggle:hover {
      color: #32C0FD; }
      .socialbar.default.inline a.kaggle:hover:before {
        display: none; }
  .socialbar.default a.medium {
    background-color: #03a87c;
    border-color: #03a87c;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.medium:hover {
      background-color: transparent;
      color: #03a87c;
      border-color: #03a87c; }
  .socialbar.default.hover-colorize-reverse a.medium {
    background-color: transparent;
    color: #03a87c;
    border-color: #03a87c;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.medium:hover {
      background-color: #03a87c;
      color: #fff; }
  .socialbar.default.outline a.medium {
    background-color: transparent;
    color: #03a87c; }
    .socialbar.default.outline a.medium:hover {
      background-color: #03a87c;
      color: #fff; }
  .socialbar.default.flat a.medium {
    background-color: transparent;
    color: #03a87c;
    border-color: transparent; }
    .socialbar.default.flat a.medium:hover {
      background-color: #03a87c;
      color: #fff; }
  .socialbar.default.inline a.medium {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.medium:hover {
      color: #03a87c; }
      .socialbar.default.inline a.medium:hover:before {
        display: none; }
  .socialbar.default a.xing {
    background-color: #0C6567;
    border-color: #0C6567;
    border-width: 1px !important;
    color: #fff; }
    .socialbar.default a.xing:hover {
      background-color: transparent;
      color: #0C6567;
      border-color: #0C6567; }
  .socialbar.default.hover-colorize-reverse a.xing {
    background-color: transparent;
    color: #0C6567;
    border-color: #0C6567;
    border-width: 1px !important; }
    .socialbar.default.hover-colorize-reverse a.xing:hover {
      background-color: #0C6567;
      color: #fff; }
  .socialbar.default.outline a.xing {
    background-color: transparent;
    color: #0C6567; }
    .socialbar.default.outline a.xing:hover {
      background-color: #0C6567;
      color: #fff; }
  .socialbar.default.flat a.xing {
    background-color: transparent;
    color: #0C6567;
    border-color: transparent; }
    .socialbar.default.flat a.xing:hover {
      background-color: #0C6567;
      color: #fff; }
  .socialbar.default.inline a.xing {
    background-color: transparent;
    border-color: transparent;
    color: #17161A; }
    .socialbar.default.inline a.xing:hover {
      color: #0C6567; }
      .socialbar.default.inline a.xing:hover:before {
        display: none; }
  .socialbar.hover-default a.white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .socialbar.hover-default.outline a.white:hover {
    background-color: #fff;
    color: #fff; }
  .socialbar.hover-default.flat a.white:hover {
    background-color: #fff;
    color: #fff; }
  .socialbar.hover-default.inline a.white:hover {
    color: #fff; }
  .socialbar.hover-default.inline a.white:before {
    background-color: #fff; }
  .socialbar.hover-default a.facebook:hover {
    background-color: transparent;
    color: #217CEF;
    border-color: #217CEF; }
  .socialbar.hover-default.outline a.facebook:hover {
    background-color: #217CEF;
    color: #fff; }
  .socialbar.hover-default.flat a.facebook:hover {
    background-color: #217CEF;
    color: #fff; }
  .socialbar.hover-default.inline a.facebook:hover {
    color: #217CEF; }
  .socialbar.hover-default.inline a.facebook:before {
    background-color: #217CEF; }
  .socialbar.hover-default a.twitter:hover {
    background-color: transparent;
    color: #2AA3EF;
    border-color: #2AA3EF; }
  .socialbar.hover-default.outline a.twitter:hover {
    background-color: #2AA3EF;
    color: #fff; }
  .socialbar.hover-default.flat a.twitter:hover {
    background-color: #2AA3EF;
    color: #fff; }
  .socialbar.hover-default.inline a.twitter:hover {
    color: #2AA3EF; }
  .socialbar.hover-default.inline a.twitter:before {
    background-color: #2AA3EF; }
  .socialbar.hover-default a.pinterest:hover {
    background-color: transparent;
    color: #e8323f;
    border-color: #e8323f; }
  .socialbar.hover-default.outline a.pinterest:hover {
    background-color: #e8323f;
    color: #fff; }
  .socialbar.hover-default.flat a.pinterest:hover {
    background-color: #e8323f;
    color: #fff; }
  .socialbar.hover-default.inline a.pinterest:hover {
    color: #e8323f; }
  .socialbar.hover-default.inline a.pinterest:before {
    background-color: #e8323f; }
  .socialbar.hover-default a.linkedin:hover {
    background-color: transparent;
    color: #4477ab;
    border-color: #4477ab; }
  .socialbar.hover-default.outline a.linkedin:hover {
    background-color: #4477ab;
    color: #fff; }
  .socialbar.hover-default.flat a.linkedin:hover {
    background-color: #4477ab;
    color: #fff; }
  .socialbar.hover-default.inline a.linkedin:hover {
    color: #4477ab; }
  .socialbar.hover-default.inline a.linkedin:before {
    background-color: #4477ab; }
  .socialbar.hover-default a.dribbble:hover {
    background-color: transparent;
    color: #fd629e;
    border-color: #fd629e; }
  .socialbar.hover-default.outline a.dribbble:hover {
    background-color: #fd629e;
    color: #fff; }
  .socialbar.hover-default.flat a.dribbble:hover {
    background-color: #fd629e;
    color: #fff; }
  .socialbar.hover-default.inline a.dribbble:hover {
    color: #fd629e; }
  .socialbar.hover-default.inline a.dribbble:before {
    background-color: #fd629e; }
  .socialbar.hover-default a.github:hover {
    background-color: transparent;
    color: #24292E;
    border-color: #24292E; }
  .socialbar.hover-default.outline a.github:hover {
    background-color: #24292E;
    color: #fff; }
  .socialbar.hover-default.flat a.github:hover {
    background-color: #24292E;
    color: #fff; }
  .socialbar.hover-default.inline a.github:hover {
    color: #24292E; }
  .socialbar.hover-default.inline a.github:before {
    background-color: #24292E; }
  .socialbar.hover-default a.instagram:hover {
    background-color: transparent;
    color: #383838;
    border-color: #383838; }
  .socialbar.hover-default.outline a.instagram:hover {
    background-color: #383838;
    color: #fff; }
  .socialbar.hover-default.flat a.instagram:hover {
    background-color: #383838;
    color: #fff; }
  .socialbar.hover-default.inline a.instagram:hover {
    color: #383838; }
  .socialbar.hover-default.inline a.instagram:before {
    background-color: #383838; }
  .socialbar.hover-default a.dropbox:hover {
    background-color: transparent;
    color: #187fe7;
    border-color: #187fe7; }
  .socialbar.hover-default.outline a.dropbox:hover {
    background-color: #187fe7;
    color: #fff; }
  .socialbar.hover-default.flat a.dropbox:hover {
    background-color: #187fe7;
    color: #fff; }
  .socialbar.hover-default.inline a.dropbox:hover {
    color: #187fe7; }
  .socialbar.hover-default.inline a.dropbox:before {
    background-color: #187fe7; }
  .socialbar.hover-default a.vk:hover {
    background-color: transparent;
    color: #6083ab;
    border-color: #6083ab; }
  .socialbar.hover-default.outline a.vk:hover {
    background-color: #6083ab;
    color: #fff; }
  .socialbar.hover-default.flat a.vk:hover {
    background-color: #6083ab;
    color: #fff; }
  .socialbar.hover-default.inline a.vk:hover {
    color: #6083ab; }
  .socialbar.hover-default.inline a.vk:before {
    background-color: #6083ab; }
  .socialbar.hover-default a.youtube:hover {
    background-color: transparent;
    color: #f00;
    border-color: #f00; }
  .socialbar.hover-default.outline a.youtube:hover {
    background-color: #f00;
    color: #fff; }
  .socialbar.hover-default.flat a.youtube:hover {
    background-color: #f00;
    color: #fff; }
  .socialbar.hover-default.inline a.youtube:hover {
    color: #f00; }
  .socialbar.hover-default.inline a.youtube:before {
    background-color: #f00; }
  .socialbar.hover-default a.vimeo:hover {
    background-color: transparent;
    color: #1ab8ea;
    border-color: #1ab8ea; }
  .socialbar.hover-default.outline a.vimeo:hover {
    background-color: #1ab8ea;
    color: #fff; }
  .socialbar.hover-default.flat a.vimeo:hover {
    background-color: #1ab8ea;
    color: #fff; }
  .socialbar.hover-default.inline a.vimeo:hover {
    color: #1ab8ea; }
  .socialbar.hover-default.inline a.vimeo:before {
    background-color: #1ab8ea; }
  .socialbar.hover-default a.behance:hover {
    background-color: transparent;
    color: #0056ff;
    border-color: #0056ff; }
  .socialbar.hover-default.outline a.behance:hover {
    background-color: #0056ff;
    color: #fff; }
  .socialbar.hover-default.flat a.behance:hover {
    background-color: #0056ff;
    color: #fff; }
  .socialbar.hover-default.inline a.behance:hover {
    color: #0056ff; }
  .socialbar.hover-default.inline a.behance:before {
    background-color: #0056ff; }
  .socialbar.hover-default a.tumblr:hover {
    background-color: transparent;
    color: #2a445f;
    border-color: #2a445f; }
  .socialbar.hover-default.outline a.tumblr:hover {
    background-color: #2a445f;
    color: #fff; }
  .socialbar.hover-default.flat a.tumblr:hover {
    background-color: #2a445f;
    color: #fff; }
  .socialbar.hover-default.inline a.tumblr:hover {
    color: #2a445f; }
  .socialbar.hover-default.inline a.tumblr:before {
    background-color: #2a445f; }
  .socialbar.hover-default a.flickr:hover {
    background-color: transparent;
    color: #0063db;
    border-color: #0063db; }
  .socialbar.hover-default.outline a.flickr:hover {
    background-color: #0063db;
    color: #fff; }
  .socialbar.hover-default.flat a.flickr:hover {
    background-color: #0063db;
    color: #fff; }
  .socialbar.hover-default.inline a.flickr:hover {
    color: #0063db; }
  .socialbar.hover-default.inline a.flickr:before {
    background-color: #0063db; }
  .socialbar.hover-default a.reddit:hover {
    background-color: transparent;
    color: #ff4501;
    border-color: #ff4501; }
  .socialbar.hover-default.outline a.reddit:hover {
    background-color: #ff4501;
    color: #fff; }
  .socialbar.hover-default.flat a.reddit:hover {
    background-color: #ff4501;
    color: #fff; }
  .socialbar.hover-default.inline a.reddit:hover {
    color: #ff4501; }
  .socialbar.hover-default.inline a.reddit:before {
    background-color: #ff4501; }
  .socialbar.hover-default a.snapchat:hover {
    background-color: transparent;
    color: #e0e410;
    border-color: #e0e410; }
  .socialbar.hover-default.outline a.snapchat:hover {
    background-color: #e0e410;
    color: #fff; }
  .socialbar.hover-default.flat a.snapchat:hover {
    background-color: #e0e410;
    color: #fff; }
  .socialbar.hover-default.inline a.snapchat:hover {
    color: #e0e410; }
  .socialbar.hover-default.inline a.snapchat:before {
    background-color: #e0e410; }
  .socialbar.hover-default a.whatsapp:hover {
    background-color: transparent;
    color: #0ec143;
    border-color: #0ec143; }
  .socialbar.hover-default.outline a.whatsapp:hover {
    background-color: #0ec143;
    color: #fff; }
  .socialbar.hover-default.flat a.whatsapp:hover {
    background-color: #0ec143;
    color: #fff; }
  .socialbar.hover-default.inline a.whatsapp:hover {
    color: #0ec143; }
  .socialbar.hover-default.inline a.whatsapp:before {
    background-color: #0ec143; }
  .socialbar.hover-default a.quora:hover {
    background-color: transparent;
    color: #a82401;
    border-color: #a82401; }
  .socialbar.hover-default.outline a.quora:hover {
    background-color: #a82401;
    color: #fff; }
  .socialbar.hover-default.flat a.quora:hover {
    background-color: #a82401;
    color: #fff; }
  .socialbar.hover-default.inline a.quora:hover {
    color: #a82401; }
  .socialbar.hover-default.inline a.quora:before {
    background-color: #a82401; }
  .socialbar.hover-default a.vine:hover {
    background-color: transparent;
    color: #00be8e;
    border-color: #00be8e; }
  .socialbar.hover-default.outline a.vine:hover {
    background-color: #00be8e;
    color: #fff; }
  .socialbar.hover-default.flat a.vine:hover {
    background-color: #00be8e;
    color: #fff; }
  .socialbar.hover-default.inline a.vine:hover {
    color: #00be8e; }
  .socialbar.hover-default.inline a.vine:before {
    background-color: #00be8e; }
  .socialbar.hover-default a.digg:hover {
    background-color: transparent;
    color: #1c5891;
    border-color: #1c5891; }
  .socialbar.hover-default.outline a.digg:hover {
    background-color: #1c5891;
    color: #fff; }
  .socialbar.hover-default.flat a.digg:hover {
    background-color: #1c5891;
    color: #fff; }
  .socialbar.hover-default.inline a.digg:hover {
    color: #1c5891; }
  .socialbar.hover-default.inline a.digg:before {
    background-color: #1c5891; }
  .socialbar.hover-default a.foursquare:hover {
    background-color: transparent;
    color: #FD4577;
    border-color: #FD4577; }
  .socialbar.hover-default.outline a.foursquare:hover {
    background-color: #FD4577;
    color: #fff; }
  .socialbar.hover-default.flat a.foursquare:hover {
    background-color: #FD4577;
    color: #fff; }
  .socialbar.hover-default.inline a.foursquare:hover {
    color: #FD4577; }
  .socialbar.hover-default.inline a.foursquare:before {
    background-color: #FD4577; }
  .socialbar.hover-default a.tiktok:hover {
    background-color: transparent;
    color: #323131;
    border-color: #323131; }
  .socialbar.hover-default.outline a.tiktok:hover {
    background-color: #323131;
    color: #fff; }
  .socialbar.hover-default.flat a.tiktok:hover {
    background-color: #323131;
    color: #fff; }
  .socialbar.hover-default.inline a.tiktok:hover {
    color: #323131; }
  .socialbar.hover-default.inline a.tiktok:before {
    background-color: #323131; }
  .socialbar.hover-default a.tripadvisor:hover {
    background-color: transparent;
    color: #34E0A1;
    border-color: #34E0A1; }
  .socialbar.hover-default.outline a.tripadvisor:hover {
    background-color: #34E0A1;
    color: #fff; }
  .socialbar.hover-default.flat a.tripadvisor:hover {
    background-color: #34E0A1;
    color: #fff; }
  .socialbar.hover-default.inline a.tripadvisor:hover {
    color: #34E0A1; }
  .socialbar.hover-default.inline a.tripadvisor:before {
    background-color: #34E0A1; }
  .socialbar.hover-default a.twitch:hover {
    background-color: transparent;
    color: #9147ff;
    border-color: #9147ff; }
  .socialbar.hover-default.outline a.twitch:hover {
    background-color: #9147ff;
    color: #fff; }
  .socialbar.hover-default.flat a.twitch:hover {
    background-color: #9147ff;
    color: #fff; }
  .socialbar.hover-default.inline a.twitch:hover {
    color: #9147ff; }
  .socialbar.hover-default.inline a.twitch:before {
    background-color: #9147ff; }
  .socialbar.hover-default a.mixer:hover {
    background-color: transparent;
    color: #0270d9;
    border-color: #0270d9; }
  .socialbar.hover-default.outline a.mixer:hover {
    background-color: #0270d9;
    color: #fff; }
  .socialbar.hover-default.flat a.mixer:hover {
    background-color: #0270d9;
    color: #fff; }
  .socialbar.hover-default.inline a.mixer:hover {
    color: #0270d9; }
  .socialbar.hover-default.inline a.mixer:before {
    background-color: #0270d9; }
  .socialbar.hover-default a.telegram:hover {
    background-color: transparent;
    color: #0088cc;
    border-color: #0088cc; }
  .socialbar.hover-default.outline a.telegram:hover {
    background-color: #0088cc;
    color: #fff; }
  .socialbar.hover-default.flat a.telegram:hover {
    background-color: #0088cc;
    color: #fff; }
  .socialbar.hover-default.inline a.telegram:hover {
    color: #0088cc; }
  .socialbar.hover-default.inline a.telegram:before {
    background-color: #0088cc; }
  .socialbar.hover-default a.soundcloud:hover {
    background-color: transparent;
    color: #FD561F;
    border-color: #FD561F; }
  .socialbar.hover-default.outline a.soundcloud:hover {
    background-color: #FD561F;
    color: #fff; }
  .socialbar.hover-default.flat a.soundcloud:hover {
    background-color: #FD561F;
    color: #fff; }
  .socialbar.hover-default.inline a.soundcloud:hover {
    color: #FD561F; }
  .socialbar.hover-default.inline a.soundcloud:before {
    background-color: #FD561F; }
  .socialbar.hover-default a.spotify:hover {
    background-color: transparent;
    color: #1ED760;
    border-color: #1ED760; }
  .socialbar.hover-default.outline a.spotify:hover {
    background-color: #1ED760;
    color: #fff; }
  .socialbar.hover-default.flat a.spotify:hover {
    background-color: #1ED760;
    color: #fff; }
  .socialbar.hover-default.inline a.spotify:hover {
    color: #1ED760; }
  .socialbar.hover-default.inline a.spotify:before {
    background-color: #1ED760; }
  .socialbar.hover-default a.teamspeak:hover {
    background-color: transparent;
    color: #1c82cc;
    border-color: #1c82cc; }
  .socialbar.hover-default.outline a.teamspeak:hover {
    background-color: #1c82cc;
    color: #fff; }
  .socialbar.hover-default.flat a.teamspeak:hover {
    background-color: #1c82cc;
    color: #fff; }
  .socialbar.hover-default.inline a.teamspeak:hover {
    color: #1c82cc; }
  .socialbar.hover-default.inline a.teamspeak:before {
    background-color: #1c82cc; }
  .socialbar.hover-default a.discord:hover {
    background-color: transparent;
    color: #7289da;
    border-color: #7289da; }
  .socialbar.hover-default.outline a.discord:hover {
    background-color: #7289da;
    color: #fff; }
  .socialbar.hover-default.flat a.discord:hover {
    background-color: #7289da;
    color: #fff; }
  .socialbar.hover-default.inline a.discord:hover {
    color: #7289da; }
  .socialbar.hover-default.inline a.discord:before {
    background-color: #7289da; }
  .socialbar.hover-default a.kaggle:hover {
    background-color: transparent;
    color: #32C0FD;
    border-color: #32C0FD; }
  .socialbar.hover-default.outline a.kaggle:hover {
    background-color: #32C0FD;
    color: #fff; }
  .socialbar.hover-default.flat a.kaggle:hover {
    background-color: #32C0FD;
    color: #fff; }
  .socialbar.hover-default.inline a.kaggle:hover {
    color: #32C0FD; }
  .socialbar.hover-default.inline a.kaggle:before {
    background-color: #32C0FD; }
  .socialbar.hover-default a.medium:hover {
    background-color: transparent;
    color: #03a87c;
    border-color: #03a87c; }
  .socialbar.hover-default.outline a.medium:hover {
    background-color: #03a87c;
    color: #fff; }
  .socialbar.hover-default.flat a.medium:hover {
    background-color: #03a87c;
    color: #fff; }
  .socialbar.hover-default.inline a.medium:hover {
    color: #03a87c; }
  .socialbar.hover-default.inline a.medium:before {
    background-color: #03a87c; }
  .socialbar.hover-default a.xing:hover {
    background-color: transparent;
    color: #0C6567;
    border-color: #0C6567; }
  .socialbar.hover-default.outline a.xing:hover {
    background-color: #0C6567;
    color: #fff; }
  .socialbar.hover-default.flat a.xing:hover {
    background-color: #0C6567;
    color: #fff; }
  .socialbar.hover-default.inline a.xing:hover {
    color: #0C6567; }
  .socialbar.hover-default.inline a.xing:before {
    background-color: #0C6567; }
  .socialbar.brand a {
    background-color: #d90a2c;
    border-color: #d90a2c; }
    .socialbar.brand a:hover {
      background-color: transparent;
      color: #d90a2c; }
  .socialbar.brand.outline a {
    background-color: transparent;
    color: #d90a2c; }
    .socialbar.brand.outline a:hover {
      background-color: #d90a2c;
      color: #fff; }
  .socialbar.brand.flat a {
    background-color: transparent;
    color: #d90a2c;
    border-color: transparent; }
    .socialbar.brand.flat a:hover {
      background-color: #d90a2c;
      color: #fff; }
  .socialbar.brand.inline a {
    background-color: transparent;
    border-color: transparent; }
    .socialbar.brand.inline a:hover {
      color: #d90a2c; }

.socialbar.boxed {
  margin: 0;
  overflow: hidden; }
  .socialbar.boxed.social-column-1 a {
    width: 100%; }
  .socialbar.boxed.social-column-2 a {
    width: 50%; }
  .socialbar.boxed.social-column-3 a {
    width: 33.333%; }
  .socialbar.boxed.social-column-4 a {
    width: 25%; }
  .socialbar.boxed.social-column-5 a {
    width: 20%; }
  .socialbar.boxed.social-column-6 a {
    width: 16.666%; }
  .socialbar.boxed.social-column-7 a {
    width: 14.285%; }
  .socialbar.boxed.social-column-8 a {
    width: 12.5%; }
  .socialbar.boxed.social-column-9 a {
    width: 11.11%; }
  .socialbar.boxed.social-column-10 a {
    width: 10%; }
  .socialbar.boxed a {
    background-color: transparent;
    color: #232226;
    height: 100px;
    float: left;
    margin: 0;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: 100px;
    vertical-align: middle;
    position: relative;
    overflow: hidden; }
    .socialbar.boxed a i {
      width: 100%;
      text-align: center;
      position: absolute;
      opacity: 0;
      top: 60%;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -o-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      -webkit-transition-property: opacity, top;
      -o-transition-property: opacity, top;
      transition-property: opacity, top; }
    .socialbar.boxed a .social-text {
      font-size: 0.85em;
      position: relative;
      top: 0;
      opacity: 1;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .socialbar.boxed a:hover {
      background-color: rgba(136, 136, 136, 0.05); }
      .socialbar.boxed a:hover i {
        opacity: 1;
        top: 40%; }
      .socialbar.boxed a:hover .social-text {
        opacity: 0;
        top: -30px; }
    .socialbar.boxed a.default a.white {
      background-color: #fff;
      border-color: #fff; }
      .socialbar.boxed a.default a.white:hover {
        background-color: #fff;
        color: #fff; }
    .socialbar.boxed a.default a.facebook {
      background-color: #217CEF;
      border-color: #217CEF; }
      .socialbar.boxed a.default a.facebook:hover {
        background-color: #217CEF;
        color: #fff; }
    .socialbar.boxed a.default a.twitter {
      background-color: #2AA3EF;
      border-color: #2AA3EF; }
      .socialbar.boxed a.default a.twitter:hover {
        background-color: #2AA3EF;
        color: #fff; }
    .socialbar.boxed a.default a.pinterest {
      background-color: #e8323f;
      border-color: #e8323f; }
      .socialbar.boxed a.default a.pinterest:hover {
        background-color: #e8323f;
        color: #fff; }
    .socialbar.boxed a.default a.linkedin {
      background-color: #4477ab;
      border-color: #4477ab; }
      .socialbar.boxed a.default a.linkedin:hover {
        background-color: #4477ab;
        color: #fff; }
    .socialbar.boxed a.default a.dribbble {
      background-color: #fd629e;
      border-color: #fd629e; }
      .socialbar.boxed a.default a.dribbble:hover {
        background-color: #fd629e;
        color: #fff; }
    .socialbar.boxed a.default a.github {
      background-color: #24292E;
      border-color: #24292E; }
      .socialbar.boxed a.default a.github:hover {
        background-color: #24292E;
        color: #fff; }
    .socialbar.boxed a.default a.instagram {
      background-color: #383838;
      border-color: #383838; }
      .socialbar.boxed a.default a.instagram:hover {
        background-color: #383838;
        color: #fff; }
    .socialbar.boxed a.default a.dropbox {
      background-color: #187fe7;
      border-color: #187fe7; }
      .socialbar.boxed a.default a.dropbox:hover {
        background-color: #187fe7;
        color: #fff; }
    .socialbar.boxed a.default a.vk {
      background-color: #6083ab;
      border-color: #6083ab; }
      .socialbar.boxed a.default a.vk:hover {
        background-color: #6083ab;
        color: #fff; }
    .socialbar.boxed a.default a.youtube {
      background-color: #f00;
      border-color: #f00; }
      .socialbar.boxed a.default a.youtube:hover {
        background-color: #f00;
        color: #fff; }
    .socialbar.boxed a.default a.vimeo {
      background-color: #1ab8ea;
      border-color: #1ab8ea; }
      .socialbar.boxed a.default a.vimeo:hover {
        background-color: #1ab8ea;
        color: #fff; }
    .socialbar.boxed a.default a.behance {
      background-color: #0056ff;
      border-color: #0056ff; }
      .socialbar.boxed a.default a.behance:hover {
        background-color: #0056ff;
        color: #fff; }
    .socialbar.boxed a.default a.tumblr {
      background-color: #2a445f;
      border-color: #2a445f; }
      .socialbar.boxed a.default a.tumblr:hover {
        background-color: #2a445f;
        color: #fff; }
    .socialbar.boxed a.default a.flickr {
      background-color: #0063db;
      border-color: #0063db; }
      .socialbar.boxed a.default a.flickr:hover {
        background-color: #0063db;
        color: #fff; }
    .socialbar.boxed a.default a.reddit {
      background-color: #ff4501;
      border-color: #ff4501; }
      .socialbar.boxed a.default a.reddit:hover {
        background-color: #ff4501;
        color: #fff; }
    .socialbar.boxed a.default a.snapchat {
      background-color: #e0e410;
      border-color: #e0e410; }
      .socialbar.boxed a.default a.snapchat:hover {
        background-color: #e0e410;
        color: #fff; }
    .socialbar.boxed a.default a.whatsapp {
      background-color: #0ec143;
      border-color: #0ec143; }
      .socialbar.boxed a.default a.whatsapp:hover {
        background-color: #0ec143;
        color: #fff; }
    .socialbar.boxed a.default a.quora {
      background-color: #a82401;
      border-color: #a82401; }
      .socialbar.boxed a.default a.quora:hover {
        background-color: #a82401;
        color: #fff; }
    .socialbar.boxed a.default a.vine {
      background-color: #00be8e;
      border-color: #00be8e; }
      .socialbar.boxed a.default a.vine:hover {
        background-color: #00be8e;
        color: #fff; }
    .socialbar.boxed a.default a.digg {
      background-color: #1c5891;
      border-color: #1c5891; }
      .socialbar.boxed a.default a.digg:hover {
        background-color: #1c5891;
        color: #fff; }
    .socialbar.boxed a.default a.foursquare {
      background-color: #FD4577;
      border-color: #FD4577; }
      .socialbar.boxed a.default a.foursquare:hover {
        background-color: #FD4577;
        color: #fff; }
    .socialbar.boxed a.default a.tiktok {
      background-color: #323131;
      border-color: #323131; }
      .socialbar.boxed a.default a.tiktok:hover {
        background-color: #323131;
        color: #fff; }
    .socialbar.boxed a.default a.tripadvisor {
      background-color: #34E0A1;
      border-color: #34E0A1; }
      .socialbar.boxed a.default a.tripadvisor:hover {
        background-color: #34E0A1;
        color: #fff; }
    .socialbar.boxed a.default a.twitch {
      background-color: #9147ff;
      border-color: #9147ff; }
      .socialbar.boxed a.default a.twitch:hover {
        background-color: #9147ff;
        color: #fff; }
    .socialbar.boxed a.default a.mixer {
      background-color: #0270d9;
      border-color: #0270d9; }
      .socialbar.boxed a.default a.mixer:hover {
        background-color: #0270d9;
        color: #fff; }
    .socialbar.boxed a.default a.telegram {
      background-color: #0088cc;
      border-color: #0088cc; }
      .socialbar.boxed a.default a.telegram:hover {
        background-color: #0088cc;
        color: #fff; }
    .socialbar.boxed a.default a.soundcloud {
      background-color: #FD561F;
      border-color: #FD561F; }
      .socialbar.boxed a.default a.soundcloud:hover {
        background-color: #FD561F;
        color: #fff; }
    .socialbar.boxed a.default a.spotify {
      background-color: #1ED760;
      border-color: #1ED760; }
      .socialbar.boxed a.default a.spotify:hover {
        background-color: #1ED760;
        color: #fff; }
    .socialbar.boxed a.default a.teamspeak {
      background-color: #1c82cc;
      border-color: #1c82cc; }
      .socialbar.boxed a.default a.teamspeak:hover {
        background-color: #1c82cc;
        color: #fff; }
    .socialbar.boxed a.default a.discord {
      background-color: #7289da;
      border-color: #7289da; }
      .socialbar.boxed a.default a.discord:hover {
        background-color: #7289da;
        color: #fff; }
    .socialbar.boxed a.default a.kaggle {
      background-color: #32C0FD;
      border-color: #32C0FD; }
      .socialbar.boxed a.default a.kaggle:hover {
        background-color: #32C0FD;
        color: #fff; }
    .socialbar.boxed a.default a.medium {
      background-color: #03a87c;
      border-color: #03a87c; }
      .socialbar.boxed a.default a.medium:hover {
        background-color: #03a87c;
        color: #fff; }
    .socialbar.boxed a.default a.xing {
      background-color: #0C6567;
      border-color: #0C6567; }
      .socialbar.boxed a.default a.xing:hover {
        background-color: #0C6567;
        color: #fff; }
  @media screen and (max-width: 768px) {
    .socialbar.boxed {
      clear: both; }
      .socialbar.boxed a {
        height: 60px;
        line-height: 60px;
        font-size: 1.2em; }
        .socialbar.boxed a .social-text {
          display: none; }
        .socialbar.boxed a i {
          opacity: 1;
          position: static; } }

@-webkit-keyframes toTopFromBottom {
  59% {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  61% {
    opacity: 1; } }

@keyframes toTopFromBottom {
  59% {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  61% {
    opacity: 1; } }

/*---------------------------------
## Split Section
---------------------------------*/
.split-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .split-box-container {
    padding: 5%;
    vertical-align: middle;
    overflow: hidden; }
    .split-box-container:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
    .split-box-container .content {
      position: relative;
      z-index: 3; }
  .split-box .split-box-inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 768px) {
    .split-box {
      display: block; } }

/*---------------------------------
## Subscibe
---------------------------------*/
.subscribe-form {
  width: 100%;
  position: relative; }
  .subscribe-form .btn,
  .subscribe-form input[type="submit"] {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    .subscribe-form .btn,
    .subscribe-form input[type="submit"] {
      width: auto; } }

/*---------------------------------
## Tabs
---------------------------------*/
.tab {
  width: 100%; }
  .tab:after {
    content: '';
    display: table;
    clear: both; }
  .tab .tabNav {
    width: 100%;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow: auto;
    position: relative;
    list-style-type: none; }
    .tab .tabNav_wrapper {
      width: 100%;
      position: relative; }
    .tab .tabNav:after {
      content: '';
      display: table;
      clear: both; }
    .tab .tabNav_line {
      width: 0;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .tab .tabNav_link {
      width: auto;
      margin: 0 25px 0 0;
      padding: 12px 0;
      font-weight: 600;
      display: inline-block;
      clear: none;
      cursor: pointer;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .tab .tabNav_link.active {
        font-weight: bold; }
  .tab .tabItems {
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.3s cubic-bezier(0.2, 0.35, 0.25, 1);
    -o-transition: height 0.3s cubic-bezier(0.2, 0.35, 0.25, 1);
    transition: height 0.3s cubic-bezier(0.2, 0.35, 0.25, 1); }
    .tab .tabItems_item {
      width: 100%;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: 0.2s cubic-bezier(0.2, 0.35, 0.25, 1);
      -o-transition: 0.2s cubic-bezier(0.2, 0.35, 0.25, 1);
      transition: 0.2s cubic-bezier(0.2, 0.35, 0.25, 1);
      -webkit-transition-property: opacity, visibility;
      -o-transition-property: opacity, visibility;
      transition-property: opacity, visibility;
      position: absolute;
      top: 0;
      left: 0; }
      .tab .tabItems_item.active {
        opacity: 1;
        overflow: visible;
        z-index: 2; }
  .tab.filled {
    background-color: rgba(136, 136, 136, 0.05);
    padding: 10px 30px 30px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  @media screen and (min-width: 769px) {
    .tab.vertical {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .tab.vertical .tabNav_wrapper {
        width: auto;
        white-space: nowrap;
        border-bottom: none; }
      .tab.vertical .tabNav {
        overflow: visible;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .tab.vertical .tabNav .tabNav_line {
          width: 2px !important;
          top: 0;
          left: auto;
          right: 0; }
      .tab.vertical .tabItems {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      .tab.vertical .tabItems_item {
        top: 0;
        padding-left: 25px; }
      .tab.vertical.filled {
        padding: 25px 30px; }
        .tab.vertical.filled .tabNav_wrapper {
          border-color: rgba(255, 255, 255, 0.3); }
        .tab.vertical.filled .tabItems {
          width: -webkit-calc(100% - 180px);
          width: calc(100% - 180px);
          min-width: 60%;
          float: right; }
        .tab.vertical.filled .tabItems_item {
          top: 0;
          padding-left: 10px; }
        .tab.vertical.filled.filled {
          padding: 25px 30px; }
          .tab.vertical.filled.filled .tabNav_wrapper {
            border-color: rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 768px) {
    .tab.vertical .tabNav .tabNav_line {
      height: 2px !important; } }
  .tab.tabs-center .tabNav {
    text-align: center; }
    .tab.tabs-center .tabNav .tabNav_link {
      margin-left: 12px;
      margin-right: 12px; }
  .tab.tabs-right .tabNav {
    text-align: right; }

/*---------------------------------
## Team Member
---------------------------------*/
.team-member {
  width: 100%;
  position: relative; }
  .team-member_title {
    margin-bottom: 0;
    margin-top: 25px; }
  .team-member_subtitle {
    margin: 0; }
  .team-member_description {
    margin: 0px 0px 20px;
    color: #fff;
    position: relative;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member .socialbar {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    padding-top: 10px; }
    .team-member .socialbar .team-member-link {
      display: none; }
  .team-member .socialbar > a,
  .team-member .socialbar.default > a {
    position: relative; }
  .team-member_image {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .team-member_image img {
      width: 100%;
      display: block;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .team-member_image:hover:after {
      opacity: 1; }
    .team-member_image:hover .team-member_wrap {
      opacity: 1; }
    .team-member_image:hover .team-member_description,
    .team-member_image:hover .socialbar {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .team-member_wrap {
    position: absolute;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4.4vh;
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 1024px) {
      .team-member_wrap {
        padding: 20px; } }
    .team-member_wrap:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 22, 26, 0.6)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(23, 22, 26, 0.6), transparent);
      background-image: -o-linear-gradient(bottom, rgba(23, 22, 26, 0.6), transparent);
      background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent); }
  .team-member.inner .team-member_title,
  .team-member.inner .team-member_subtitle {
    color: #fff;
    position: relative; }
  .team-member.inner .team-member_title {
    margin-top: 0; }
  .team-member.inner .team-member_description {
    padding-top: 10px; }
  .team-member.inner .team-member_description_wrap {
    opacity: 0;
    display: none;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member.inner .team-member_wrap {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member.inner .team-member_image:hover .team-member_description_wrap {
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .team-member.cover {
    padding: 0;
    overflow: hidden; }
    .team-member.cover .team-member_image,
    .team-member.cover .cover-content {
      float: left; }
    .team-member.cover.column-2 .team-member_image,
    .team-member.cover.column-2 .cover-content {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .team-member.cover.column-3 .team-member_image,
    .team-member.cover.column-3 .cover-content {
      width: -webkit-calc(100% / 4);
      width: calc(100% / 4); }
    .team-member.cover.column-4 .team-member_image,
    .team-member.cover.column-4 .cover-content {
      width: -webkit-calc(100% / 5);
      width: calc(100% / 5); }
    .team-member.cover.column-5 .team-member_image,
    .team-member.cover.column-5 .cover-content {
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
    .team-member.cover.column-6 .team-member_image,
    .team-member.cover.column-6 .cover-content {
      width: -webkit-calc(100% / 7);
      width: calc(100% / 7); }
    .team-member.cover .team-member_image:after {
      display: none; }
    .team-member.cover img {
      width: 100%; }
    .team-member.cover .cover-content {
      background: #fff;
      padding: 0;
      overflow: hidden;
      -webkit-transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .team-member.cover .cover-content.active .team-member_wrap {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        visibility: visible;
        opacity: 1; }
    .team-member.cover .team-member_image {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .team-member.cover .team-member_subtitle {
      margin-top: 5px;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 5px; }
    .team-member.cover .team-member_title,
    .team-member.cover .team-member_description,
    .team-member.cover .team-member_subtitle {
      color: #fff; }
    .team-member.cover .team-member_description {
      margin-bottom: 20px;
      opacity: 1;
      visibility: visible; }
    .team-member.cover .center-aligned {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: #17161A; }
    .team-member.cover .team-member_wrap {
      padding: 4.4vh;
      opacity: 1;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 100%;
      text-align: left;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
      @media screen and (max-width: 1024px) {
        .team-member.cover .team-member_wrap {
          padding: 20px; } }
      .team-member.cover .team-member_wrap .socialbar {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .team-member.cover .team-member_wrap .socialbar > a span {
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        @media screen and (max-width: 768px) {
          .team-member.cover .team-member_wrap .socialbar {
            bottom: auto;
            position: relative; } }
      .team-member.cover .team-member_wrap:before {
        display: none; }
    @media screen and (max-width: 768px) {
      .team-member.cover.column-2 .team-member_image,
      .team-member.cover.column-2 .cover-content, .team-member.cover.column-3 .team-member_image,
      .team-member.cover.column-3 .cover-content, .team-member.cover.column-4 .team-member_image,
      .team-member.cover.column-4 .cover-content, .team-member.cover.column-5 .team-member_image,
      .team-member.cover.column-5 .cover-content, .team-member.cover.column-6 .team-member_image,
      .team-member.cover.column-6 .cover-content {
        width: 100%;
        float: left; }
      .team-member.cover.column-2 .team-member_wrap, .team-member.cover.column-3 .team-member_wrap, .team-member.cover.column-4 .team-member_wrap, .team-member.cover.column-5 .team-member_wrap, .team-member.cover.column-6 .team-member_wrap {
        opacity: 1;
        visibility: visible; }
      .team-member.cover .team-member_title {
        margin-top: 0; } }

/*---------------------------------
## Testimonials
---------------------------------*/
.testimonial blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 17px; }
  .testimonial blockquote:after {
    display: none; }

.testimonial .author {
  margin-top: 20px; }
  .testimonial .author-name, .testimonial .author-details {
    margin: 0; }

.testimonial .author-avatar {
  min-width: 60px;
  height: 60px;
  background-color: rgba(136, 136, 136, 0.05);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.testimonial.with-top-avatar .author-avatar {
  margin-bottom: 15px; }

.testimonial.with-middle-avatar .author-avatar {
  margin-top: 20px; }

/*---------------------------------
## Video
---------------------------------*/
.video-module {
  display: inline-block; }
  .video-module-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .video-module .btn-round.btn-brand {
    background: #d90a2c;
    border-color: #d90a2c; }
  @media screen and (min-width: 1025px) {
    .video-module .btn-round:before {
      height: 62px;
      width: 62px;
      line-height: 62px;
      left: 0; }
    .video-module .btn-round .ion {
      height: 62px;
      width: 62px;
      line-height: 62px; } }
  .video-module .btn-round .ion:before {
    margin-right: -3px; }
  .video-module .btn-round-outline .ion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-color: currentColor;
    background-color: transparent; }
  .video-module .btn-round-outline.btn-brand {
    color: #d90a2c; }
  .video-module .video-headline {
    margin: 0px 0px 0px 10px; }
  .video-module-preview {
    width: 100%;
    min-height: 160px;
    position: relative; }
    .video-module-preview .preview-image {
      vertical-align: top;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 100%; }
    .video-module-preview .video-module-holder {
      position: absolute;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .video-module-preview .video-module-holder .btn-play {
        position: relative;
        z-index: 1;
        display: inline-block; }
        .video-module-preview .video-module-holder .btn-play + .video-headline {
          margin-bottom: -35px; }
    .video-module-preview .video-headline {
      position: absolute;
      color: #fff;
      margin: 50px 0px 0px 0px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .video-module-preview:hover .video-headline {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .video-module.boxed .btn-play.outline .ion {
    border: 1px solid; }
  .video-module.boxed > .wrap,
  .video-module.boxed .btn-play {
    display: inline-block; }
  .video-module.boxed:hover .btn-play {
    color: #232226; }
    .video-module.boxed:hover .btn-play.btn-brand {
      color: #d90a2c; }
    .video-module.boxed:hover .btn-play.outline.btn-brand {
      background: #d90a2c; }
  .video-module.with-animation .btn-play:after {
    content: '';
    border-color: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-name: video_sc;
            animation-name: video_sc;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .video-module.with-animation .btn-play:hover:after {
    -webkit-animation: none;
            animation: none; }
  .video-module.with-animation .btn-play.light:after {
    background-color: #fff !important;
    border-color: #fff !important; }
  .video-module.btn-brand-color-hover:hover .btn-play .icon {
    color: #d90a2c !important; }
  @media screen and (max-width: 768px) {
    .video-module.preview .btn-play {
      margin-top: 0; } }

@keyframes video_sc {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 1; }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.5);
    opacity: 0; } }

@-webkit-keyframes video_sc {
  0% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  100% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

/*---------------------------------
## Woo Categories
---------------------------------*/
.woo_c-category:after {
  content: '';
  display: table;
  clear: both; }

.product-category {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  /*Default category*/
  /*Boxed category*/
  /*Block category*/ }
  .product-category:hover .product-category__background-image {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  .product-category .center-aligned {
    padding-bottom: 5px; }
  .product-category--default .product-category__info-wrapper {
    padding: 0;
    height: 100%; }
  .product-category--default .product-category__background-image {
    min-height: 528px;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    position: relative;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .product-category--default .product-category__background-image {
        min-height: 350px; } }
    @media screen and (max-width: 768px) {
      .product-category--default .product-category__background-image {
        width: 100%;
        float: none;
        max-width: 100%;
        background-position: left center !important; } }
  .product-category--boxed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(136, 136, 136, 0.05); }
    @media screen and (max-width: 768px) {
      .product-category--boxed {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; } }
    .product-category--boxed .product-category__background-image {
      min-height: 320px;
      width: 50%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      @media screen and (max-width: 1024px) {
        .product-category--boxed .product-category__background-image {
          min-height: 280px; } }
      @media screen and (max-width: 768px) {
        .product-category--boxed .product-category__background-image {
          min-height: 240px;
          width: 100%; } }
    .product-category--boxed .product-category__info-wrapper {
      width: 50%;
      max-width: none;
      position: static;
      height: 100%;
      padding: 0 40px; }
      @media screen and (max-width: 1024px) {
        .product-category--boxed .product-category__info-wrapper {
          padding: 0 30px; } }
      @media screen and (max-width: 768px) {
        .product-category--boxed .product-category__info-wrapper {
          width: 100%; } }
  .product-category--block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .product-category--block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product-category--block .product-category__background-image {
      min-height: 528px;
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px); }
      @media screen and (max-width: 1024px) {
        .product-category--block .product-category__background-image {
          min-height: 350px; } }
      @media screen and (max-width: 768px) {
        .product-category--block .product-category__background-image {
          width: 100%; } }
    .product-category--block .product-category__info-wrapper {
      max-width: 280px;
      top: 40px;
      left: 0;
      bottom: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(23, 22, 26, 0.9); }
      .product-category--block .product-category__info-wrapper h3, .product-category--block .product-category__info-wrapper h3 a, .product-category--block .product-category__info-wrapper .description {
        color: #fff; }
    .product-category--block .center-aligned {
      max-height: 200px; }
  .product-category__background-image {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover !important;
            background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .product-category__description {
    margin: -5px 0 5px;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase; }
  .product-category__info-wrapper {
    max-width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    position: absolute;
    overflow: hidden;
    left: 0; }
    @media screen and (max-width: 768px) {
      .product-category__info-wrapper {
        position: static;
        padding: 25px !important;
        width: 100%;
        max-width: none !important; } }
    .product-category__info-wrapper .wrap-bg {
      background: rgba(23, 22, 26, 0.6);
      padding: 20px; }
    .product-category__info-wrapper h3, .product-category__info-wrapper h3 a, .product-category__info-wrapper .description {
      margin: 5px 0; }
    .product-category__info-wrapper .btn {
      margin-top: 15px; }
      .product-category__info-wrapper .btn.btn-link {
        margin-top: 5px; }
    .product-category__info-wrapper.text-right .plus {
      right: auto;
      left: 50px; }

/*---------------------------------
## Circle Progress Bar
---------------------------------*/
.circle-progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .circle-progress-bar .circle {
    display: inline-block;
    position: relative;
    margin-bottom: 15px; }
    .circle-progress-bar .circle .progress {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      vertical-align: top; }
    .circle-progress-bar .circle .progress__meter,
    .circle-progress-bar .circle .progress__value {
      fill: none; }
    .circle-progress-bar .circle .progress__meter {
      stroke: rgba(136, 136, 136, 0.05); }
    .circle-progress-bar .circle .progress__value {
      -webkit-transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      stroke: #d90a2c; }
    .circle-progress-bar .circle .percent-wrap {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 25px; }
      .circle-progress-bar .circle .percent-wrap img {
        vertical-align: top; }
      .circle-progress-bar .circle .percent-wrap h4 {
        color: inherit;
        font-size: 30px;
        margin: 0; }
  .circle-progress-bar-content {
    max-width: 60%; }
    .circle-progress-bar-content .percent-wrap h4 {
      color: inherit;
      margin: 0; }
  .circle-progress-bar-right .circle-progress-bar-content, .circle-progress-bar-left .circle-progress-bar-content {
    min-width: 70px; }
  .circle-progress-bar-right .circle, .circle-progress-bar-left .circle {
    margin: 0; }
  .circle-progress-bar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .circle-progress-bar-right .circle-progress-bar-content {
      padding-left: 20px;
      text-align: left; }
  .circle-progress-bar-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .circle-progress-bar-left .circle-progress-bar-content {
      padding-right: 20px;
      text-align: right; }

/*---------------------------------
## Compare
---------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-horizontal .twentytwenty-overlay,
.twentytwenty-vertical .twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-horizontal .twentytwenty-overlay,
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label,
  .twentytwenty-vertical .twentytwenty-overlay,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-after-label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
    .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-before-label:before,
    .twentytwenty-horizontal .twentytwenty-overlay .twentytwenty-after-label:before,
    .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-before-label:before,
    .twentytwenty-vertical .twentytwenty-overlay .twentytwenty-after-label:before {
      color: #fff;
      position: absolute;
      background: #17161A;
      font-size: 0.94rem;
      line-height: 36px;
      font-weight: 500;
      padding: 0 20px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-border-radius: 5px;
      border-radius: 5px;
      top: 50%;
      margin-top: -19px; }
  .twentytwenty-horizontal .twentytwenty-overlay:hover,
  .twentytwenty-vertical .twentytwenty-overlay:hover {
    background: rgba(23, 22, 26, 0.5); }
    .twentytwenty-horizontal .twentytwenty-overlay:hover .twentytwenty-after-label,
    .twentytwenty-horizontal .twentytwenty-overlay:hover .twentytwenty-before-label,
    .twentytwenty-vertical .twentytwenty-overlay:hover .twentytwenty-after-label,
    .twentytwenty-vertical .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-horizontal .twentytwenty-arrows,
.twentytwenty-vertical .twentytwenty-arrows {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .twentytwenty-horizontal .twentytwenty-arrows .ion,
  .twentytwenty-vertical .twentytwenty-arrows .ion {
    font-size: 25px; }

.twentytwenty-horizontal .twentytwenty-container,
.twentytwenty-vertical .twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative; }
  .twentytwenty-horizontal .twentytwenty-container img,
  .twentytwenty-vertical .twentytwenty-container img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-before {
    z-index: 20; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-after {
    z-index: 10; }
  .twentytwenty-horizontal .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-horizontal .twentytwenty-container.active :hover.twentytwenty-overlay,
  .twentytwenty-vertical .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-vertical .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-horizontal .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-horizontal .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-horizontal .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-horizontal .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-vertical .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-vertical .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-vertical .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-vertical .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before-label,
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after-label,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label {
    opacity: 0; }
    .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before-label:before,
    .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after-label:before,
    .twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before,
    .twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
      content: attr(data-content); }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-before-label:before,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before {
    left: 10px; }
  .twentytwenty-horizontal .twentytwenty-container .twentytwenty-after-label:before,
  .twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
    right: 10px; }

.twentytwenty-horizontal .twentytwenty-handle,
.twentytwenty-vertical .twentytwenty-handle {
  height: 56px;
  width: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 40;
  cursor: pointer;
  background-color: #17161A; }
  .twentytwenty-horizontal .twentytwenty-handle:before,
  .twentytwenty-vertical .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 30px; }
  .twentytwenty-horizontal .twentytwenty-handle:after,
  .twentytwenty-vertical .twentytwenty-handle:after {
    top: 50%;
    margin-top: 28px; }

.twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
  content: attr(data-content);
  -webkit-transform: rotate(0deg) translateX(-50%);
      -ms-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%); }

.twentytwenty-vertical .twentytwenty-container .twentytwenty-before-label:before {
  top: 30px;
  bottom: auto;
  left: 50%;
  right: auto; }

.twentytwenty-vertical .twentytwenty-container .twentytwenty-after-label:before {
  bottom: 10px;
  top: auto;
  left: 50%;
  right: auto; }

.twentytwenty-vertical .twentytwenty-handle {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

/*---------------------------------
## Compare
---------------------------------*/
.ohio-recent-projects-sc .portfolio-onepage-slider:not(.full-vh) .portfolio-item {
  height: auto; }

.ohio-recent-projects-sc .portfolio-onepage-slider:not(.full-vh) .portfolio-item-image,
.ohio-recent-projects-sc .portfolio-onepage-slider:not(.full-vh) .parallax {
  height: 105% !important; }

/*---------------------------------
## Compare
---------------------------------*/
.clb-gallery .gallery-image img {
  vertical-align: top; }

.clb-gallery .gallery-image .clb-gallery-img-details .caption {
  display: none; }

.clb-gallery .gallery-image.clasic-grid .clb-gallery-img-details {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    .clb-gallery .gallery-image.clasic-grid .clb-gallery-img-details {
      padding-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .clb-gallery .gallery-image.clasic-grid .clb-gallery-img-details {
      padding-bottom: 20px; } }

.clb-gallery .gallery-image.minimal-grid {
  position: relative; }
  @media screen and (max-width: 768px) {
    .clb-gallery .gallery-image.minimal-grid.vc_col-xs-6 {
      padding: 10px 15px !important; } }
  .clb-gallery .gallery-image.minimal-grid .grid-item-container {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .clb-gallery .gallery-image.minimal-grid .clb-gallery-img-details {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    padding: 4.4vh;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    opacity: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .clb-gallery .gallery-image.minimal-grid .clb-gallery-img-details {
        padding: 20px; } }
    .clb-gallery .gallery-image.minimal-grid .clb-gallery-img-details * {
      color: #fff;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery .gallery-image.minimal-grid:hover .clb-gallery-img-details {
    opacity: 1; }
    .clb-gallery .gallery-image.minimal-grid:hover .clb-gallery-img-details * {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }

.grid-item-container {
  position: relative;
  overflow: hidden; }
  .grid-item-container-image {
    vertical-align: top;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.grid-item .grid-image-holder {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .grid-item .grid-image-holder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(23, 22, 26, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.grid-item:hover .grid-image-holder:after {
  opacity: 1;
  visibility: visible; }

.grid-item.metro-style .grid-item-container {
  overflow: hidden; }

.grid-item.metro-style figure.grid-item-image {
  padding-top: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; }

.grid-item.metro-style .hidden-image {
  visibility: hidden;
  height: 100% !important;
  width: 100% !important;
  top: 0;
  position: absolute; }

.gallery-tmpimage {
  position: fixed;
  z-index: 9999999;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .gallery-tmpimage.active {
    left: 50%; }

/*---------------------------------
## Horizontal Accordion
---------------------------------*/
.horizontal_accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .horizontal_accordionItem {
    min-width: 50%;
    position: relative;
    -webkit-box-shadow: 5px 0px 8px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 5px 0px 8px -2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .horizontal_accordionItem_content {
      height: 100%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .horizontal_accordionItem_content > .wrap {
        height: 100%; }
    .horizontal_accordionItem:first-child {
      padding-left: 0; }
    .horizontal_accordionItem:not(.active) {
      cursor: pointer; }
    .horizontal_accordionItem:not(.active):hover {
      background-color: #f9f9f9; }
    .horizontal_accordionItem:last-child {
      padding-left: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
  @media screen and (max-width: 768px) {
    .horizontal_accordion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .horizontal_accordionItem {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .horizontal_accordion:not(.open) {
    overflow-x: hidden; }

/*---------------------------------
## Pricing Table
---------------------------------*/
.service {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4.4vh;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  @media screen and (max-width: 1024px) {
    .service {
      padding: 20px; } }
  .service .service_icon {
    margin-bottom: 10px;
    font-size: 42px; }
    .service .service_icon .ion {
      font-size: 42px; }
    .service .service_icon img {
      max-width: 36px; }
  .service_title {
    margin: 0; }
  .service_subtitle {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 0.94rem; }
  .service_list {
    margin: 0;
    list-style-type: none; }
  .service_list + .btn {
    margin-top: 25px; }
  .service .btn {
    background: #17161A;
    border-color: #17161A; }
  .service_list_item:first-child {
    padding-top: 0; }
  .service_list_item:last-child {
    padding-bottom: 0; }
  .service_list_item .ion {
    font-size: 22px;
    vertical-align: -3px;
    color: #d90a2c; }
    .service_list_item .ion + .title {
      margin-left: 10px; }
  .service_list_item.disabled {
    color: #6A696C; }
    .service_list_item.disabled .ion {
      color: inherit; }
  .service:hover {
    background-color: rgba(136, 136, 136, 0.05); }

/*---------------------------------
## Pricing Table
---------------------------------*/
.sticky-section-item {
  height: 100%;
  position: relative; }
  .sticky-section-item-image-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100%; }
  .sticky-section-item-second-image {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 100vh;
    -webkit-clip-path: inset(100% 0px 0px);
            clip-path: inset(100% 0px 0px); }
  .sticky-section-item-content {
    padding-bottom: 100vh;
    position: relative; }

.sticky-section.full-vh {
  height: auto;
  min-height: 100vh; }
  .sticky-section.full-vh .sticky-section-item .sticky-section-item-first-image {
    height: 100vh; }

/*---------------------------------
# Widgets
---------------------------------*/
/*---------------------------------
## Base Widgets
---------------------------------*/
.widgets a ,
.widgets a *:not(.fab) {
  color: #d90a2c;
  font-weight: 500;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .widgets a :hover,
  .widgets a *:not(.fab):hover {
    opacity: .5; }

.widgets cite {
  font-style: normal; }
  .widgets cite:before {
    content: "— "; }

.widgets .rss-date {
  color: #6A696C; }

.widget-title {
  color: #6A696C; }

.widget {
  margin: 0;
  list-style: none;
  padding-top: 3.4vh;
  /* Make sure select elements fit in widgets. */ }
  @media screen and (max-width: 1024px) {
    .widget {
      padding-top: 20px; } }
  .widget.widget_ohio_widget_logo img {
    max-height: 3rem; }
  .widget:first-child {
    padding-top: 0; }
  @media screen and (max-width: 768px) {
    .widget {
      padding-top: 30px; } }
  .widget.widget_rating_filter a:before, .widget.widget_ohio_widget_logo a:before {
    display: none; }
  .widget select {
    max-width: 100%; }
  .widget ul {
    margin-left: 0; }
  .widget h3 {
    font-size: 16px; }

h3.widget-title {
  text-align: inherit;
  line-height: inherit;
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: 0;
  color: #6A696C; }

section.widget:first-child .widget-title {
  margin-top: 5px; }

.widget input.search-field.flat:not([type="submit"]) {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.widget .subtitle {
  color: #6A696C; }

.widget .select .select-options {
  min-width: 300px; }

/*---------------------------------
## Standard Widgets
---------------------------------*/
/*---------------------------------
## Recent comments widget
---------------------------------*/
.widget_recent_comments h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_recent_comments h3.title {
      margin-bottom: 15px; } }

.widget_recent_comments ul {
  list-style: none; }

.widget_recent_comments li {
  padding-left: 0; }
  .widget_recent_comments li:after {
    display: none; }
  .widget_recent_comments li.current-cat > a {
    font-weight: 600; }
  .widget_recent_comments li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_recent_comments li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_recent_comments li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_recent_comments li.cat-parent.current-cat .children {
      display: block; }

.widget_recent_comments .children {
  margin-left: 15px; }

.widget_recent_comments ul .comment-author-link a {
  color: #d90a2c; }

.widget_recent_comments ul li > a {
  position: relative;
  color: #d90a2c; }

/*---------------------------------
## Recent entries widget
---------------------------------*/
.widget_recent_entries h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_recent_entries h3.title {
      margin-bottom: 15px; } }

.widget_recent_entries ul {
  list-style: none; }

.widget_recent_entries li {
  padding-left: 0; }
  .widget_recent_entries li:after {
    display: none; }
  .widget_recent_entries li.current-cat > a {
    font-weight: 600; }
  .widget_recent_entries li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_recent_entries li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_recent_entries li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_recent_entries li.cat-parent.current-cat .children {
      display: block; }

.widget_recent_entries .children {
  margin-left: 15px; }

.widget_recent_entries ul a {
  display: inline-block;
  margin-bottom: 3px; }

.wp-block-latest-posts,
.wp-block-archives-list,
.wp-block-categories {
  list-style-type: none; }

/*---------------------------------
## Search widget
---------------------------------*/
.widget_search form {
  position: relative; }
  .widget_search form button {
    background: none;
    width: 42px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100%;
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0px 10px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    color: #17161A; }
    .widget_search form button:hover {
      opacity: .6; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::-webkit-input-placeholder {
  color: currentColor; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::-moz-placeholder {
  color: currentColor; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::-ms-input-placeholder {
  color: currentColor; }

.site-footer .widget_search input.placeholder,
.site-footer .widget_search input::placeholder {
  color: currentColor; }

.site-footer .widget_search button {
  color: currentColor; }

/*---------------------------------
## Tag cloud widget
---------------------------------*/
.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
  font-size: 0; }
  .widget_tag_cloud .tagcloud:after, .widget_product_tag_cloud .tagcloud:after {
    content: '';
    display: table;
    clear: both; }
  .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    margin: 0px 6px 6px 0px; }

/*---------------------------------
## Meta widget
---------------------------------*/
.widget_meta h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_meta h3.title {
      margin-bottom: 15px; } }

.widget_meta ul {
  list-style: none; }

.widget_meta li {
  padding-left: 0; }
  .widget_meta li:after {
    display: none; }
  .widget_meta li.current-cat > a {
    font-weight: 600; }
  .widget_meta li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_meta li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_meta li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_meta li.cat-parent.current-cat .children {
      display: block; }

.widget_meta .children {
  margin-left: 15px; }

.widget_meta ul li.cat-item {
  padding-bottom: 14px;
  padding-top: 14px; }

/*---------------------------------
## Archive widget
---------------------------------*/
.widget_archive h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_archive h3.title {
      margin-bottom: 15px; } }

.widget_archive ul {
  list-style: none; }

.widget_archive li {
  padding-left: 0; }
  .widget_archive li:after {
    display: none; }
  .widget_archive li.current-cat > a {
    font-weight: 600; }
  .widget_archive li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_archive li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_archive li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_archive li.cat-parent.current-cat .children {
      display: block; }

.widget_archive .children {
  margin-left: 15px; }

/*---------------------------------
## Calendar widget
---------------------------------*/
.widget_calendar table {
  position: relative;
  text-align: center;
  color: #232226; }
  .widget_calendar table td, .widget_calendar table th {
    border: none;
    padding: 0; }

.widget_calendar caption {
  background: #d90a2c;
  color: #fff;
  width: 100%;
  height: 46px;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  vertical-align: middle; }

.widget_calendar tfoot {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0; }
  .widget_calendar tfoot tr, .widget_calendar tfoot #prev, .widget_calendar tfoot #next {
    display: block;
    font-weight: 600;
    font-size: 0; }
    .widget_calendar tfoot tr a, .widget_calendar tfoot #prev a, .widget_calendar tfoot #next a {
      color: #fff; }
      .widget_calendar tfoot tr a:hover, .widget_calendar tfoot #prev a:hover, .widget_calendar tfoot #next a:hover {
        opacity: .6; }
  .widget_calendar tfoot tr {
    width: 100%; }
  .widget_calendar tfoot td {
    display: none; }
  .widget_calendar tfoot #prev {
    float: left; }
  .widget_calendar tfoot #next {
    float: right; }
  .widget_calendar tfoot #prev a:after, .widget_calendar tfoot #next a:after {
    content: '\f27d';
    font-family: "Ionicons";
    font-size: 21px;
    font-weight: normal; }
  .widget_calendar tfoot #next a:after {
    content: '\f287'; }

.widget_calendar thead {
  line-height: 44px; }
  .widget_calendar thead tr th {
    color: #17161A;
    font-size: 0.94rem; }

.widget_calendar tbody {
  line-height: 44px; }
  .widget_calendar tbody tr td {
    border: none;
    text-align: center;
    font-size: 0.94rem; }
    .widget_calendar tbody tr td#today {
      border-color: rgba(136, 136, 136, 0.15);
      border-collapse: separate;
      border-width: 1px;
      display: block;
      margin: -1px;
      position: relative; }
    .widget_calendar tbody tr td a {
      display: block;
      width: 100%;
      height: 100%;
      font-weight: 600; }
      .widget_calendar tbody tr td a:hover {
        background: rgba(0, 0, 0, 0.2); }

/*---------------------------------
## Nav widget
---------------------------------*/
.widget_nav_menu h3.title,
.widget_pages h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_nav_menu h3.title,
    .widget_pages h3.title {
      margin-bottom: 15px; } }

.widget_nav_menu ul,
.widget_pages ul {
  list-style: none; }

.widget_nav_menu li,
.widget_pages li {
  padding-left: 0; }
  .widget_nav_menu li:after,
  .widget_pages li:after {
    display: none; }
  .widget_nav_menu li.current-cat > a,
  .widget_pages li.current-cat > a {
    font-weight: 600; }
  .widget_nav_menu li.cat-parent,
  .widget_pages li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_nav_menu li.cat-parent:after,
    .widget_pages li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_nav_menu li.cat-parent.current-cat:after,
    .widget_pages li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_nav_menu li.cat-parent.current-cat .children,
    .widget_pages li.cat-parent.current-cat .children {
      display: block; }

.widget_nav_menu .children,
.widget_pages .children {
  margin-left: 15px; }

.widget_nav_menu ul, .widget_nav_menu .menu,
.widget_pages ul,
.widget_pages .menu {
  list-style: none; }

.widget_nav_menu .menu > li,
.widget_pages .menu > li {
  padding: 0px 0px 20px; }
  .widget_nav_menu .menu > li:last-child,
  .widget_pages .menu > li:last-child {
    padding: 0; }

.widget_nav_menu .menu-item a,
.widget_pages .menu-item a {
  display: block; }
  .widget_nav_menu .menu-item a:hover,
  .widget_pages .menu-item a:hover {
    color: #d90a2c; }

.widget_nav_menu .mega-menu-item.has-submenu > a .has-submenu-icon,
.widget_pages .mega-menu-item.has-submenu > a .has-submenu-icon {
  display: none; }

.widget_nav_menu .menu ul,
.widget_pages .menu ul {
  margin-top: 10px; }

.widget_nav_menu .menu-item-depth-0 > .menu-link span,
.widget_pages .menu-item-depth-0 > .menu-link span {
  font-weight: 600; }

.widget_nav_menu .current-menu-item a,
.widget_pages .current-menu-item a {
  color: #d90a2c;
  font-weight: 600; }

.widget_nav_menu div.test,
.widget_pages div.test {
  display: none;
  list-style: none; }

.widget_nav_menu .has-submenu > .sub-nav, .widget_nav_menu .sub-sub-menu,
.widget_pages .has-submenu > .sub-nav,
.widget_pages .sub-sub-menu {
  margin-left: 15px; }

.widget_pages .children {
  margin-top: 10px; }

.site-footer .widget_nav_menu .menu > li {
  padding: 4px 0px; }

.site-footer .widget_nav_menu .menu-link span {
  font-weight: normal; }

/*---------------------------------
## Sidebar menu widget
---------------------------------*/
.widget-sidebar-menu-left {
  list-style: none; }
  .widget-sidebar-menu-left .menu-item {
    font-size: 0.94rem; }
    .widget-sidebar-menu-left .menu-item a {
      display: block; }
      .widget-sidebar-menu-left .menu-item a:hover {
        color: #d90a2c; }
  .widget-sidebar-menu-left ul.sub-menu {
    display: none;
    list-style: none; }

/*---------------------------------
## Categories widget
---------------------------------*/
.widget_categories h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_categories h3.title {
      margin-bottom: 15px; } }

.widget_categories ul {
  list-style: none; }

.widget_categories li {
  padding-left: 0; }
  .widget_categories li:after {
    display: none; }
  .widget_categories li.current-cat > a {
    font-weight: 600; }
  .widget_categories li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_categories li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_categories li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_categories li.cat-parent.current-cat .children {
      display: block; }

.widget_categories .children {
  margin-left: 15px; }

/*---------------------------------
## RSS widget
---------------------------------*/
.widget_rss h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_rss h3.title {
      margin-bottom: 15px; } }

.widget_rss ul {
  list-style: none; }

.widget_rss li {
  padding-left: 0; }
  .widget_rss li:after {
    display: none; }
  .widget_rss li.current-cat > a {
    font-weight: 600; }
  .widget_rss li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_rss li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_rss li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_rss li.cat-parent.current-cat .children {
      display: block; }

.widget_rss .children {
  margin-left: 15px; }

.widget_rss ul {
  list-style: none; }
  .widget_rss ul a {
    color: #d90a2c; }

.widget_rss .rss-date {
  font-size: 0.94rem; }

.widget_rss .rssSummary {
  margin-top: 5px; }

.widget_rss cite {
  margin-top: 5px;
  display: inline-block; }

/*---------------------------------
## RSS widget
---------------------------------*/
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
  width: auto; }
  .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
    line-height: 34px;
    border: none; }
  .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    font-weight: 600; }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
      content: "\f3d0";
      border: none;
      top: 0; }
  .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    visibility: visible; }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
      width: auto; }
    .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu.select-options li a {
      padding: 0px 15px; }

/*---------------------------------
## Theme Widgets
---------------------------------*/
/*---------------------------------
## Ohio logo widget
---------------------------------*/
.widget_ohio_widget_logo a {
  margin: 0;
  display: inline-block; }

.widget_ohio_widget_logo h3 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 30px;
  color: #232226; }

/*---------------------------------
## Ohio recent posts widget
---------------------------------*/
.widget_ohio_widget_recent_posts ul.recent-posts-list {
  list-style: none;
  margin: 0; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list li {
    min-height: 20px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .widget_ohio_widget_recent_posts ul.recent-posts-list li:last-child {
      margin-bottom: 0; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list img {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list h4 {
    font-weight: 600; }
  .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap {
    float: left;
    padding-left: 85px;
    margin-top: -5px; }
    .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap .comments + .author:before,
    .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap .date + .categories:before {
      content: '•';
      display: inline-block;
      vertical-align: middle;
      color: #232226;
      margin-right: 4px; }
    .widget_ohio_widget_recent_posts ul.recent-posts-list .content-wrap.no-thumb {
      padding-left: 0; }

/*---------------------------------
## Ohio about author widget
---------------------------------*/
.widget_ohio_widget_about_author {
  max-width: 100%;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .widget_ohio_widget_about_author .author-avatar {
    margin-bottom: 15px;
    height: 56px;
    min-width: 56px; }
  .widget_ohio_widget_about_author .content-details h6 {
    margin: 0; }
  .widget_ohio_widget_about_author .content-details .site {
    color: #6A696C; }
  .widget_ohio_widget_about_author .content .socialbar a {
    margin-top: 10px; }

/*---------------------------------
## Ohio login widget
---------------------------------*/
.widget_ohio_widget_login {
  overflow: hidden; }
  .widget_ohio_widget_login .login-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: height .25s ease-in-out;
    -o-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out; }
  .widget_ohio_widget_login form {
    overflow: hidden; }
  .widget_ohio_widget_login .login-form {
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: 2; }
    .widget_ohio_widget_login .login-form.hidden {
      display: block;
      opacity: 0;
      position: absolute;
      z-index: 1; }
  .widget_ohio_widget_login .reg-form {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: 1; }
    .widget_ohio_widget_login .reg-form.visible {
      opacity: 1;
      z-index: 2; }
  .widget_ohio_widget_login .reg-success {
    color: #0a6; }
  .widget_ohio_widget_login .login-error,
  .widget_ohio_widget_login .reg-error {
    color: #c22; }
  .widget_ohio_widget_login .login-submit {
    float: left;
    margin-top: 2px; }
    .widget_ohio_widget_login .login-submit.with-registration {
      width: 48%; }
    .widget_ohio_widget_login .login-submit button {
      margin-top: 0; }
  .widget_ohio_widget_login .btn .text-loading {
    display: none; }
  .widget_ohio_widget_login .btn.loading {
    background: transparent;
    color: #17161A;
    opacity: .6;
    cursor: default; }
    .widget_ohio_widget_login .btn.loading .text-loading {
      display: block; }
    .widget_ohio_widget_login .btn.loading .text {
      display: none; }
  .widget_ohio_widget_login .login-registration {
    width: 48%;
    margin-top: 2px;
    float: right; }
    .widget_ohio_widget_login .login-registration a {
      width: 100%; }
      .widget_ohio_widget_login .login-registration a:hover {
        color: #fff;
        text-decoration: none; }
  .widget_ohio_widget_login .login-remember {
    float: left; }
  .widget_ohio_widget_login .login-lost-password {
    float: right; }
  .widget_ohio_widget_login .login-remember,
  .widget_ohio_widget_login .login-lost-password {
    width: auto; }
  .widget_ohio_widget_login .reg-submit {
    margin-top: 12px; }
    .widget_ohio_widget_login .reg-submit button {
      margin-top: 0; }
  .widget_ohio_widget_login .back-to-login {
    margin-top: 20px; }
  .widget_ohio_widget_login .logged-in {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    .widget_ohio_widget_login .logged-in.visible {
      position: relative;
      opacity: 1;
      z-index: 2;
      padding: 5px 0px; }
      .widget_ohio_widget_login .logged-in.visible:after {
        content: '';
        display: table;
        clear: both; }

/*---------------------------------
## Ohio contact widget
---------------------------------*/
.widget_ohio_widget_contact ul.list-box, .widget_ohio_widget_contact ul.widget_recent_comments, .widget_ohio_widget_contact ul.widget_recent_entries, .widget_ohio_widget_contact ul.widget_meta, .widget_ohio_widget_contact ul.widget_archive, .widget_ohio_widget_contact ul.widget_nav_menu,
.widget_ohio_widget_contact ul.widget_pages, .widget_ohio_widget_contact ul.widget_categories, .widget_ohio_widget_contact ul.widget_rss, .widget_ohio_widget_contact ul.widget_product_categories, .widget_ohio_widget_contact ul.widget_layered_nav {
  margin: 0; }

.widget_ohio_widget_contact li {
  padding: 0;
  font-weight: 600;
  list-style: none;
  line-height: 2.3; }
  .widget_ohio_widget_contact li:after {
    display: none; }
  .widget_ohio_widget_contact li address {
    display: inline;
    font-weight: 400; }

/*---------------------------------
## Woo Widgets
---------------------------------*/
/*/*---------------------------------
## Product tag cloud widget
---------------------------------*/
/*---------------------------------
## Product categories widget
---------------------------------*/
.widget_product_categories h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_product_categories h3.title {
      margin-bottom: 15px; } }

.widget_product_categories ul {
  list-style: none; }

.widget_product_categories li {
  padding-left: 0; }
  .widget_product_categories li:after {
    display: none; }
  .widget_product_categories li.current-cat > a {
    font-weight: 600; }
  .widget_product_categories li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_product_categories li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_product_categories li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_product_categories li.cat-parent.current-cat .children {
      display: block; }

.widget_product_categories .children {
  margin-left: 15px; }

.widget_product_categories li.cat-parent:after {
  background: transparent; }

/*---------------------------------
## Products widgets
---------------------------------*/
.widget_products .image,
.widget_top_rated_products .image,
.widget.widget_recently_viewed_products .image {
  position: absolute; }
  .widget_products .image img,
  .widget_top_rated_products .image img,
  .widget.widget_recently_viewed_products .image img {
    width: 60px;
    height: auto;
    vertical-align: top;
    margin-top: 5px; }

.widget_products .content,
.widget_top_rated_products .content,
.widget.widget_recently_viewed_products .content {
  padding-left: 75px;
  margin-bottom: 20px; }

.widget_products li,
.widget_top_rated_products li,
.widget.widget_recently_viewed_products li {
  padding: 0; }

.widget_products li:last-child .content,
.widget_top_rated_products li:last-child .content,
.widget.widget_recently_viewed_products li:last-child .content {
  margin-bottom: 0; }

.widget_products h4,
.widget_top_rated_products h4,
.widget.widget_recently_viewed_products h4 {
  display: block;
  padding: 0;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .widget_products h4 a,
  .widget_top_rated_products h4 a,
  .widget.widget_recently_viewed_products h4 a {
    display: inline-block; }

.widget_products span.price,
.widget_top_rated_products span.price,
.widget.widget_recently_viewed_products span.price {
  font-weight: 600; }

.widget_products div.star-rating,
.widget_top_rated_products div.star-rating,
.widget.widget_recently_viewed_products div.star-rating {
  width: 100%; }

.widget_products div.category,
.widget_top_rated_products div.category,
.widget.widget_recently_viewed_products div.category {
  display: inline-block; }

/*---------------------------------
## Recent reviews widget
---------------------------------*/
.widget_recent_reviews li {
  margin-bottom: 15px; }
  .widget_recent_reviews li:last-child {
    margin-bottom: 0; }
  .widget_recent_reviews li:after {
    content: '';
    display: block;
    clear: both; }

.widget_recent_reviews img {
  max-width: 60px;
  margin-right: 15px;
  display: block;
  float: left; }

.widget_recent_reviews li > a {
  width: 100%;
  display: block;
  line-height: 1.4;
  font-weight: 600; }

.widget_recent_reviews .reviewer {
  padding-left: 75px;
  display: block; }

/*---------------------------------
## Price filter widget
---------------------------------*/
.widget_price_filter .price_slider {
  background-color: rgba(123, 123, 123, 0.05);
  height: 4px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

.widget_price_filter .ui-slider-range {
  background: #d90a2c;
  height: 4px;
  position: absolute; }

.widget_price_filter .ui-slider-handle {
  background: #fff;
  width: 24px;
  height: 24px;
  margin-left: -0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -10px;
  z-index: 5;
  cursor: ew-resize; }
  .widget_price_filter .ui-slider-handle:after {
    content: "";
    background-color: #d90a2c;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px; }
  .widget_price_filter .ui-slider-handle:last-child {
    margin-left: -22px; }

.widget_price_filter .price_slider_amount {
  margin-top: 30px; }

.widget_price_filter .button {
  background: none;
  border: none;
  float: right;
  padding: 0;
  font-weight: 600;
  font-size: 0.78em;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit; }

.widget_price_filter .price_label {
  float: left;
  min-height: 20px;
  line-height: 20px;
  font-size: 0.78em;
  text-transform: uppercase;
  font-weight: 600; }
  .widget_price_filter .price_label .from, .widget_price_filter .price_label .to {
    color: #232226; }

/*---------------------------------
## Woo layered nav widget
---------------------------------*/
.widget_layered_nav h3.title {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .widget_layered_nav h3.title {
      margin-bottom: 15px; } }

.widget_layered_nav ul {
  list-style: none; }

.widget_layered_nav li {
  padding-left: 0; }
  .widget_layered_nav li:after {
    display: none; }
  .widget_layered_nav li.current-cat > a {
    font-weight: 600; }
  .widget_layered_nav li.cat-parent {
    position: relative;
    padding-right: 20px; }
    .widget_layered_nav li.cat-parent:after {
      content: "\f3d0";
      display: inline-block;
      font-family: Ionicons;
      position: absolute;
      font-style: normal;
      right: 0;
      top: 6px;
      font-size: 0.78em; }
    .widget_layered_nav li.cat-parent.current-cat:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .widget_layered_nav li.cat-parent.current-cat .children {
      display: block; }

.widget_layered_nav .children {
  margin-left: 15px; }

/*---------------------------------
## Woo rating filter
---------------------------------*/
.widget_rating_filter li .star-rating:after {
  content: '•';
  color: #6A696C;
  font-size: 16px;
  position: absolute;
  line-height: 0;
  top: 10px;
  right: -8px; }

/*---------------------------------
## Woo product search
---------------------------------*/
.widget_product_search .woocommerce-product-search label .search-field {
  padding-right: 160px; }

.widget_product_search .woocommerce-product-search select {
  position: absolute;
  opacity: 0; }

.widget_product_search .woocommerce-product-search .select-holder {
  position: absolute;
  top: 1px;
  right: 30px;
  width: 125px; }
  .widget_product_search .woocommerce-product-search .select-holder select {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 0;
    opacity: 1; }

/*---------------------------------
## Woo widgets
---------------------------------*/
.widget_recent_reviews .product_list_widget > li > a:before {
  display: none; }

.widget_recent_reviews .product_list_widget > li > a span {
  position: relative; }
  .widget_recent_reviews .product_list_widget > li > a span:before {
    content: '';
    background: currentColor;
    width: 30%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.widget_recent_reviews .product_list_widget > li > a:hover span:before {
  opacity: 1;
  width: 100%; }

.widget-woocommerce-currency-switcher {
  overflow-x: hidden; }

/*---------------------------------
# Content
---------------------------------*/
/*---------------------------------
## Elements
---------------------------------*/
html {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

div {
  outline: none; }

address {
  font-style: normal; }

body {
  background: #fff;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  line-height: 1.65; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: .98em; } }
  body.archive {
    width: 100%; }
  body.no-scroll {
    overflow-y: hidden; }

::-moz-selection {
  background-color: #fcb3bf; }

::selection {
  background-color: #fcb3bf; }

blockquote,
q {
  margin: 25px 0;
  padding-left: 3.4vh;
  padding-right: 3.4vh;
  quotes: "" "";
  position: relative;
  border-left: 5px solid rgba(23, 22, 26, 0.5); }
  @media screen and (max-width: 1024px) {
    blockquote,
    q {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    blockquote,
    q {
      padding-right: 20px; } }
  blockquote p,
  q p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    position: relative; }
  blockquote cite, blockquote h4,
  q cite,
  q h4 {
    position: relative;
    text-align: left;
    margin-top: 5px;
    font-weight: 600;
    font-size: 0.94rem;
    font-style: normal; }

blockquote.wp-block-quote {
  border-left: 4px solid rgba(23, 22, 26, 0.5); }

mark, ins {
  background: #9ff8d0; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

hr {
  background-color: rgba(136, 136, 136, 0.15);
  width: 100%;
  border: 0;
  height: 1px;
  margin: 5px auto;
  display: block; }

.wp-block-separator {
  border-color: rgba(136, 136, 136, 0.15); }

pre {
  background-color: rgba(136, 136, 136, 0.05);
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.94rem; }

img {
  height: auto;
  max-width: 100%; }

.alignfull {
  max-width: none;
  position: relative; }

.widget_price_filter input {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.color-light {
  color: #6A696C; }

/*---------------------------------
### Author avatar
---------------------------------*/
.author-avatar,
.comment-author img {
  min-width: 50px;
  max-width: 50px;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  vertical-align: top; }
  .author-avatar.jetpack-lazy-image,
  .comment-author img.jetpack-lazy-image {
    display: none; }
  @media screen and (max-width: 768px) {
    .author-avatar,
    .comment-author img {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9); } }

/*---------------------------------
### Custom cursor
---------------------------------*/
.custom-cursor .circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden; }
  .custom-cursor .circle-cursor--inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #d90a2c; }
    .custom-cursor .circle-cursor--inner.cursor-link-hover {
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      background-color: #d90a2c;
      opacity: .5; }
  .custom-cursor .circle-cursor--outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #d90a2c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out; }
  @media screen and (max-width: 1024px) {
    .custom-cursor .circle-cursor {
      display: none; } }

.custom-cursor .cursor-link.circle-cursor--inner {
  background: transparent !important;
  text-align: center; }
  .custom-cursor .cursor-link.circle-cursor--inner.cursor-link-hover {
    opacity: 1; }
  .custom-cursor .cursor-link.circle-cursor--inner:after {
    content: "\f273";
    display: block;
    font-family: "Ionicons";
    color: #fff;
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block; }

.custom-cursor .cursor-link.circle-cursor--outer.cursor-link-hover {
  margin-left: -23px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  border-color: #fff; }

.custom-cursor .dark-color.circle-cursor--inner {
  background-color: #17161A; }
  .custom-cursor .dark-color.circle-cursor--inner:after {
    color: #17161A; }

.custom-cursor .dark-color.circle-cursor--outer.cursor-link-hover {
  border-color: #17161A; }

/*---------------------------------
### Parallax image with tilt effect
---------------------------------*/
.perspective-remove .parallax-holder {
  -webkit-perspective: initial !important;
          perspective: initial !important; }
  .perspective-remove .parallax-holder .parallax {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

.parallax-holder {
  -webkit-perspective: 60px;
          perspective: 60px; }
  @media screen and (min-width: 1025px) {
    .parallax-holder .parallax, .parallax-holder .parallax.portfolio-item-image {
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      width: 110%;
      max-width: 110%;
      height: 110%;
      margin-left: -5%;
      margin-top: -5%;
      margin-bottom: -5%; }
    .parallax-holder.portfolio-grid-type-3, .parallax-holder.portfolio-grid-type-4, .parallax-holder.portfolio-grid-type-5 {
      -webkit-perspective: 220;
              perspective: 220; }
      .parallax-holder.portfolio-grid-type-3 .parallax, .parallax-holder.portfolio-grid-type-3 .parallax.portfolio-item-image, .parallax-holder.portfolio-grid-type-4 .parallax, .parallax-holder.portfolio-grid-type-4 .parallax.portfolio-item-image, .parallax-holder.portfolio-grid-type-5 .parallax, .parallax-holder.portfolio-grid-type-5 .parallax.portfolio-item-image {
        height: 104vh;
        margin-left: -5%;
        margin-top: -5%;
        margin-top: -2vh;
        margin-bottom: 0; }
    .parallax-holder.portfolio-grid-type-6 {
      -webkit-perspective: 120;
              perspective: 120; }
    .parallax-holder.portfolio-grid-type-7 {
      -webkit-perspective: 150;
              perspective: 150; } }
  @media screen and (min-width: 769px) {
    .parallax-holder.portfolio-grid-type-7 .parallax {
      width: -webkit-calc(50vw - 30px) !important;
      width: calc(50vw - 30px) !important;
      height: auto !important;
      margin: 0; } }
  @media screen and (max-width: 768px) {
    .parallax-holder .parallax {
      height: auto; } }
  .parallax-holder.parallax-offset-reset .parallax, .parallax-holder.parallax-offset-reset .parallax.portfolio-item-image {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0; }

@media screen and (min-width: 769px) {
  .double-width .parallax-holder {
    -webkit-perspective: 120px;
            perspective: 120px; }
    .double-width .parallax-holder .parallax {
      width: 105%;
      max-width: 105%;
      height: 105%;
      margin-left: -2.5%;
      margin-top: -2.5%;
      margin-bottom: -2.5%; } }

/*---------------------------------
### Links
---------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a.current, a.highlighted {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: #d90a2c; }
  a.highlighted:hover {
    opacity: .6; }

/*---------------------------------
### WP Admin bar links reset
---------------------------------*/
.quicklinks a {
  position: static; }
  .quicklinks a:before {
    display: none;
    visibility: hidden; }

.woocommerce-mini-cart__buttons a:first-child:hover:before {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px); }

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

/*---------------------------------
### Sticky section
---------------------------------*/
[data-ohio-content-scroll] {
  width: 100%; }

/*---------------------------------
### Lists
---------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em; }
  ul li, ol li {
    padding: 5px 0;
    list-style-position: inside; }
  ul ul, ol ul {
    list-style-type: circle; }

ul {
  list-style: disc;
  margin: 0;
  padding: 0; }
  ul.unstyled {
    list-style: none; }
  ul.inline li {
    display: inline-block; }
  ul.list-square li {
    padding-left: 20px;
    list-style: none; }
    ul.list-square li:after {
      content: '\25A0';
      float: left;
      margin-left: -20px;
      margin-top: -1px;
      font-size: 50%;
      vertical-align: middle; }

ol {
  list-style: decimal;
  margin-left: 0;
  padding-left: 0; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 25px; }

dt {
  font-weight: 600; }

dd {
  margin: 0 1.5em 1.5em; }

/*---------------------------------
### Tables
---------------------------------*/
table,
.wp-block-table {
  margin: 15px 0;
  width: 100%; }
  table td, table th,
  .wp-block-table td,
  .wp-block-table th {
    border: none;
    border-top: 1px solid rgba(136, 136, 136, 0.15);
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
    text-align: inherit;
    padding: 10px 10px 10px 0; }
    table td:last-child, table th:last-child,
    .wp-block-table td:last-child,
    .wp-block-table th:last-child {
      padding-right: 0; }
  table th,
  .wp-block-table th {
    font-weight: 600; }
  table.is-style-stripes tbody tr:nth-child(odd),
  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(136, 136, 136, 0.05); }
  table.is-style-stripes td,
  .wp-block-table.is-style-stripes td {
    border-color: rgba(136, 136, 136, 0.15); }

/*---------------------------------
### Arrow link
---------------------------------*/
.arrow-icon {
  fill: currentColor;
  stroke: currentColor; }
  .arrow-icon-back {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .arrow-icon-inverse {
    fill: #fff;
    stroke: #fff; }

/*---------------------------------
### Scroll
---------------------------------*/
body *::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  width: 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

body *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  body *::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3); }

/*---------------------------------
### Buttons
---------------------------------*/
input[type="submit"],
button,
.btn, a.btn input.btn,
a.button,
span.button,
.wp-block-file__button,
.yith-wcwl-add-to-wishlist .btn,
div.button,
.wp-block-file * + .wp-block-file__button,
.wp-block-button__link {
  background-color: #17161A;
  border: 1px solid #17161A;
  padding: 14px 18px;
  min-height: 20px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden; }
  input[type="submit"]:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  .btn:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button), a.btn input.btn:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  a.button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  span.button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  .wp-block-file__button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  .yith-wcwl-add-to-wishlist .btn:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  div.button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  .wp-block-file * + .wp-block-file__button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button),
  .wp-block-button__link:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit):not(.elementor-button) {
    color: #fff; }
  input[type="submit"]:before,
  button:before,
  .btn:before, a.btn input.btn:before,
  a.button:before,
  span.button:before,
  .wp-block-file__button:before,
  .yith-wcwl-add-to-wishlist .btn:before,
  div.button:before,
  .wp-block-file * + .wp-block-file__button:before,
  .wp-block-button__link:before {
    display: none; }
  input[type="submit"] .ion, input[type="submit"] i,
  button .ion,
  button i,
  .btn .ion,
  .btn i, a.btn input.btn .ion, a.btn input.btn i,
  a.button .ion,
  a.button i,
  span.button .ion,
  span.button i,
  .wp-block-file__button .ion,
  .wp-block-file__button i,
  .yith-wcwl-add-to-wishlist .btn .ion,
  .yith-wcwl-add-to-wishlist .btn i,
  div.button .ion,
  div.button i,
  .wp-block-file * + .wp-block-file__button .ion,
  .wp-block-file * + .wp-block-file__button i,
  .wp-block-button__link .ion,
  .wp-block-button__link i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 20px;
    position: relative;
    min-width: 20px;
    height: 20px; }
    input[type="submit"] .ion.ion-md-arrow-forward, input[type="submit"] i.ion-md-arrow-forward,
    button .ion.ion-md-arrow-forward,
    button i.ion-md-arrow-forward,
    .btn .ion.ion-md-arrow-forward,
    .btn i.ion-md-arrow-forward, a.btn input.btn .ion.ion-md-arrow-forward, a.btn input.btn i.ion-md-arrow-forward,
    a.button .ion.ion-md-arrow-forward,
    a.button i.ion-md-arrow-forward,
    span.button .ion.ion-md-arrow-forward,
    span.button i.ion-md-arrow-forward,
    .wp-block-file__button .ion.ion-md-arrow-forward,
    .wp-block-file__button i.ion-md-arrow-forward,
    .yith-wcwl-add-to-wishlist .btn .ion.ion-md-arrow-forward,
    .yith-wcwl-add-to-wishlist .btn i.ion-md-arrow-forward,
    div.button .ion.ion-md-arrow-forward,
    div.button i.ion-md-arrow-forward,
    .wp-block-file * + .wp-block-file__button .ion.ion-md-arrow-forward,
    .wp-block-file * + .wp-block-file__button i.ion-md-arrow-forward,
    .wp-block-button__link .ion.ion-md-arrow-forward,
    .wp-block-button__link i.ion-md-arrow-forward {
      font-size: 21px; }
    input[type="submit"] .ion:before, input[type="submit"] i:before,
    button .ion:before,
    button i:before,
    .btn .ion:before,
    .btn i:before, a.btn input.btn .ion:before, a.btn input.btn i:before,
    a.button .ion:before,
    a.button i:before,
    span.button .ion:before,
    span.button i:before,
    .wp-block-file__button .ion:before,
    .wp-block-file__button i:before,
    .yith-wcwl-add-to-wishlist .btn .ion:before,
    .yith-wcwl-add-to-wishlist .btn i:before,
    div.button .ion:before,
    div.button i:before,
    .wp-block-file * + .wp-block-file__button .ion:before,
    .wp-block-file * + .wp-block-file__button i:before,
    .wp-block-button__link .ion:before,
    .wp-block-button__link i:before {
      display: inline-block; }
    input[type="submit"] .ion-left, input[type="submit"] i-left,
    button .ion-left,
    button i-left,
    .btn .ion-left,
    .btn i-left, a.btn input.btn .ion-left, a.btn input.btn i-left,
    a.button .ion-left,
    a.button i-left,
    span.button .ion-left,
    span.button i-left,
    .wp-block-file__button .ion-left,
    .wp-block-file__button i-left,
    .yith-wcwl-add-to-wishlist .btn .ion-left,
    .yith-wcwl-add-to-wishlist .btn i-left,
    div.button .ion-left,
    div.button i-left,
    .wp-block-file * + .wp-block-file__button .ion-left,
    .wp-block-file * + .wp-block-file__button i-left,
    .wp-block-button__link .ion-left,
    .wp-block-button__link i-left {
      margin-right: 5px; }
    input[type="submit"] .ion-right, input[type="submit"] i-right,
    button .ion-right,
    button i-right,
    .btn .ion-right,
    .btn i-right, a.btn input.btn .ion-right, a.btn input.btn i-right,
    a.button .ion-right,
    a.button i-right,
    span.button .ion-right,
    span.button i-right,
    .wp-block-file__button .ion-right,
    .wp-block-file__button i-right,
    .yith-wcwl-add-to-wishlist .btn .ion-right,
    .yith-wcwl-add-to-wishlist .btn i-right,
    div.button .ion-right,
    div.button i-right,
    .wp-block-file * + .wp-block-file__button .ion-right,
    .wp-block-file * + .wp-block-file__button i-right,
    .wp-block-button__link .ion-right,
    .wp-block-button__link i-right {
      margin-left: 5px; }
  input[type="submit"]:not(.btn-swap):hover .ion.ion-right:before,
  input[type="submit"]:not(.btn-swap):hover .ion.ion-right svg, input[type="submit"]:not(.btn-swap):hover i.ion-right:before,
  input[type="submit"]:not(.btn-swap):hover i.ion-right svg,
  button:not(.btn-swap):hover .ion.ion-right:before,
  button:not(.btn-swap):hover .ion.ion-right svg,
  button:not(.btn-swap):hover i.ion-right:before,
  button:not(.btn-swap):hover i.ion-right svg,
  .btn:not(.btn-swap):hover .ion.ion-right:before,
  .btn:not(.btn-swap):hover .ion.ion-right svg,
  .btn:not(.btn-swap):hover i.ion-right:before,
  .btn:not(.btn-swap):hover i.ion-right svg, a.btn input.btn:not(.btn-swap):hover .ion.ion-right:before,
  a.btn input.btn:not(.btn-swap):hover .ion.ion-right svg, a.btn input.btn:not(.btn-swap):hover i.ion-right:before,
  a.btn input.btn:not(.btn-swap):hover i.ion-right svg,
  a.button:not(.btn-swap):hover .ion.ion-right:before,
  a.button:not(.btn-swap):hover .ion.ion-right svg,
  a.button:not(.btn-swap):hover i.ion-right:before,
  a.button:not(.btn-swap):hover i.ion-right svg,
  span.button:not(.btn-swap):hover .ion.ion-right:before,
  span.button:not(.btn-swap):hover .ion.ion-right svg,
  span.button:not(.btn-swap):hover i.ion-right:before,
  span.button:not(.btn-swap):hover i.ion-right svg,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-right:before,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-right svg,
  .wp-block-file__button:not(.btn-swap):hover i.ion-right:before,
  .wp-block-file__button:not(.btn-swap):hover i.ion-right svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-right:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-right svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-right:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-right svg,
  div.button:not(.btn-swap):hover .ion.ion-right:before,
  div.button:not(.btn-swap):hover .ion.ion-right svg,
  div.button:not(.btn-swap):hover i.ion-right:before,
  div.button:not(.btn-swap):hover i.ion-right svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-right:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-right svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-right:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-right svg,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-right:before,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-right svg,
  .wp-block-button__link:not(.btn-swap):hover i.ion-right:before,
  .wp-block-button__link:not(.btn-swap):hover i.ion-right svg {
    -webkit-animation: hoverBtn ease-out 0.3s;
            animation: hoverBtn ease-out 0.3s; }
  input[type="submit"]:not(.btn-swap):hover .ion.ion-left:before,
  input[type="submit"]:not(.btn-swap):hover .ion.ion-left svg, input[type="submit"]:not(.btn-swap):hover i.ion-left:before,
  input[type="submit"]:not(.btn-swap):hover i.ion-left svg,
  button:not(.btn-swap):hover .ion.ion-left:before,
  button:not(.btn-swap):hover .ion.ion-left svg,
  button:not(.btn-swap):hover i.ion-left:before,
  button:not(.btn-swap):hover i.ion-left svg,
  .btn:not(.btn-swap):hover .ion.ion-left:before,
  .btn:not(.btn-swap):hover .ion.ion-left svg,
  .btn:not(.btn-swap):hover i.ion-left:before,
  .btn:not(.btn-swap):hover i.ion-left svg, a.btn input.btn:not(.btn-swap):hover .ion.ion-left:before,
  a.btn input.btn:not(.btn-swap):hover .ion.ion-left svg, a.btn input.btn:not(.btn-swap):hover i.ion-left:before,
  a.btn input.btn:not(.btn-swap):hover i.ion-left svg,
  a.button:not(.btn-swap):hover .ion.ion-left:before,
  a.button:not(.btn-swap):hover .ion.ion-left svg,
  a.button:not(.btn-swap):hover i.ion-left:before,
  a.button:not(.btn-swap):hover i.ion-left svg,
  span.button:not(.btn-swap):hover .ion.ion-left:before,
  span.button:not(.btn-swap):hover .ion.ion-left svg,
  span.button:not(.btn-swap):hover i.ion-left:before,
  span.button:not(.btn-swap):hover i.ion-left svg,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-left:before,
  .wp-block-file__button:not(.btn-swap):hover .ion.ion-left svg,
  .wp-block-file__button:not(.btn-swap):hover i.ion-left:before,
  .wp-block-file__button:not(.btn-swap):hover i.ion-left svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-left:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion.ion-left svg,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-left:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i.ion-left svg,
  div.button:not(.btn-swap):hover .ion.ion-left:before,
  div.button:not(.btn-swap):hover .ion.ion-left svg,
  div.button:not(.btn-swap):hover i.ion-left:before,
  div.button:not(.btn-swap):hover i.ion-left svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-left:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion.ion-left svg,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-left:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i.ion-left svg,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-left:before,
  .wp-block-button__link:not(.btn-swap):hover .ion.ion-left svg,
  .wp-block-button__link:not(.btn-swap):hover i.ion-left:before,
  .wp-block-button__link:not(.btn-swap):hover i.ion-left svg {
    animation: hoverBtn ease-out 0.3s reverse; }
  input[type="submit"]:not(.btn-swap):hover .ion:before, input[type="submit"]:not(.btn-swap):hover i:before,
  button:not(.btn-swap):hover .ion:before,
  button:not(.btn-swap):hover i:before,
  .btn:not(.btn-swap):hover .ion:before,
  .btn:not(.btn-swap):hover i:before, a.btn input.btn:not(.btn-swap):hover .ion:before, a.btn input.btn:not(.btn-swap):hover i:before,
  a.button:not(.btn-swap):hover .ion:before,
  a.button:not(.btn-swap):hover i:before,
  span.button:not(.btn-swap):hover .ion:before,
  span.button:not(.btn-swap):hover i:before,
  .wp-block-file__button:not(.btn-swap):hover .ion:before,
  .wp-block-file__button:not(.btn-swap):hover i:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover .ion:before,
  .yith-wcwl-add-to-wishlist .btn:not(.btn-swap):hover i:before,
  div.button:not(.btn-swap):hover .ion:before,
  div.button:not(.btn-swap):hover i:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover .ion:before,
  .wp-block-file * + .wp-block-file__button:not(.btn-swap):hover i:before,
  .wp-block-button__link:not(.btn-swap):hover .ion:before,
  .wp-block-button__link:not(.btn-swap):hover i:before {
    color: inherit; }

@-webkit-keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  51% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes hoverBtn {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  51% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1; }
  52% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  53% {
    opacity: 0; }
  54% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }
  input[type="submit"].btn-white,
  button.btn-white,
  .btn.btn-white, a.btn input.btn.btn-white,
  a.button.btn-white,
  span.button.btn-white,
  .wp-block-file__button.btn-white,
  .yith-wcwl-add-to-wishlist .btn.btn-white,
  div.button.btn-white,
  .wp-block-file * + .wp-block-file__button.btn-white,
  .wp-block-button__link.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #17161A; }
    input[type="submit"].btn-white:hover,
    button.btn-white:hover,
    .btn.btn-white:hover, a.btn input.btn.btn-white:hover,
    a.button.btn-white:hover,
    span.button.btn-white:hover,
    .wp-block-file__button.btn-white:hover,
    .yith-wcwl-add-to-wishlist .btn.btn-white:hover,
    div.button.btn-white:hover,
    .wp-block-file * + .wp-block-file__button.btn-white:hover,
    .wp-block-button__link.btn-white:hover {
      background-color: transparent;
      color: #fff; }
  input[type="submit"].btn-swap,
  button.btn-swap,
  .btn.btn-swap, a.btn input.btn.btn-swap,
  a.button.btn-swap,
  span.button.btn-swap,
  .wp-block-file__button.btn-swap,
  .yith-wcwl-add-to-wishlist .btn.btn-swap,
  div.button.btn-swap,
  .wp-block-file * + .wp-block-file__button.btn-swap,
  .wp-block-button__link.btn-swap {
    overflow: hidden;
    position: relative; }
    input[type="submit"].btn-swap i, input[type="submit"].btn-swap .text,
    button.btn-swap i,
    button.btn-swap .text,
    .btn.btn-swap i,
    .btn.btn-swap .text, a.btn input.btn.btn-swap i, a.btn input.btn.btn-swap .text,
    a.button.btn-swap i,
    a.button.btn-swap .text,
    span.button.btn-swap i,
    span.button.btn-swap .text,
    .wp-block-file__button.btn-swap i,
    .wp-block-file__button.btn-swap .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap i,
    .yith-wcwl-add-to-wishlist .btn.btn-swap .text,
    div.button.btn-swap i,
    div.button.btn-swap .text,
    .wp-block-file * + .wp-block-file__button.btn-swap i,
    .wp-block-file * + .wp-block-file__button.btn-swap .text,
    .wp-block-button__link.btn-swap i,
    .wp-block-button__link.btn-swap .text {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    input[type="submit"].btn-swap i, input[type="submit"].btn-swap img,
    button.btn-swap i,
    button.btn-swap img,
    .btn.btn-swap i,
    .btn.btn-swap img, a.btn input.btn.btn-swap i, a.btn input.btn.btn-swap img,
    a.button.btn-swap i,
    a.button.btn-swap img,
    span.button.btn-swap i,
    span.button.btn-swap img,
    .wp-block-file__button.btn-swap i,
    .wp-block-file__button.btn-swap img,
    .yith-wcwl-add-to-wishlist .btn.btn-swap i,
    .yith-wcwl-add-to-wishlist .btn.btn-swap img,
    div.button.btn-swap i,
    div.button.btn-swap img,
    .wp-block-file * + .wp-block-file__button.btn-swap i,
    .wp-block-file * + .wp-block-file__button.btn-swap img,
    .wp-block-button__link.btn-swap i,
    .wp-block-button__link.btn-swap img {
      max-width: 100%;
      text-align: center;
      height: 26px;
      position: absolute;
      top: -webkit-calc(50% - 10px);
      top: calc(50% - 10px);
      font-size: 20px;
      left: 50%;
      top: 50%;
      margin: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    input[type="submit"].btn-swap .text,
    button.btn-swap .text,
    .btn.btn-swap .text, a.btn input.btn.btn-swap .text,
    a.button.btn-swap .text,
    span.button.btn-swap .text,
    .wp-block-file__button.btn-swap .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap .text,
    div.button.btn-swap .text,
    .wp-block-file * + .wp-block-file__button.btn-swap .text,
    .wp-block-button__link.btn-swap .text {
      display: inline-block;
      -webkit-transform: translateY(-120%);
          -ms-transform: translateY(-120%);
              transform: translateY(-120%);
      opacity: 0; }
    input[type="submit"].btn-swap:not(.btn-link) .text,
    button.btn-swap:not(.btn-link) .text,
    .btn.btn-swap:not(.btn-link) .text, a.btn input.btn.btn-swap:not(.btn-link) .text,
    a.button.btn-swap:not(.btn-link) .text,
    span.button.btn-swap:not(.btn-link) .text,
    .wp-block-file__button.btn-swap:not(.btn-link) .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:not(.btn-link) .text,
    div.button.btn-swap:not(.btn-link) .text,
    .wp-block-file * + .wp-block-file__button.btn-swap:not(.btn-link) .text,
    .wp-block-button__link.btn-swap:not(.btn-link) .text {
      color: #fff; }
    input[type="submit"].btn-swap:hover i, input[type="submit"].btn-swap:hover img,
    button.btn-swap:hover i,
    button.btn-swap:hover img,
    .btn.btn-swap:hover i,
    .btn.btn-swap:hover img, a.btn input.btn.btn-swap:hover i, a.btn input.btn.btn-swap:hover img,
    a.button.btn-swap:hover i,
    a.button.btn-swap:hover img,
    span.button.btn-swap:hover i,
    span.button.btn-swap:hover img,
    .wp-block-file__button.btn-swap:hover i,
    .wp-block-file__button.btn-swap:hover img,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:hover i,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:hover img,
    div.button.btn-swap:hover i,
    div.button.btn-swap:hover img,
    .wp-block-file * + .wp-block-file__button.btn-swap:hover i,
    .wp-block-file * + .wp-block-file__button.btn-swap:hover img,
    .wp-block-button__link.btn-swap:hover i,
    .wp-block-button__link.btn-swap:hover img {
      -webkit-transform: translate(-50%, 120%);
          -ms-transform: translate(-50%, 120%);
              transform: translate(-50%, 120%);
      opacity: 0; }
    input[type="submit"].btn-swap:hover .text,
    button.btn-swap:hover .text,
    .btn.btn-swap:hover .text, a.btn input.btn.btn-swap:hover .text,
    a.button.btn-swap:hover .text,
    span.button.btn-swap:hover .text,
    .wp-block-file__button.btn-swap:hover .text,
    .yith-wcwl-add-to-wishlist .btn.btn-swap:hover .text,
    div.button.btn-swap:hover .text,
    .wp-block-file * + .wp-block-file__button.btn-swap:hover .text,
    .wp-block-button__link.btn-swap:hover .text {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; }

.btn-wrap .btn-small {
  min-width: 40px; }

button[disabled].btn-white:hover,
input[type="submit"][disabled].btn-white:hover {
  background-color: #fff;
  color: #17161A; }

button[disabled].btn-brand:hover,
input[type="submit"][disabled].btn-brand:hover {
  background-color: #d90a2c;
  color: #fff; }

/*---------------------------------
### Buttons: primary
---------------------------------*/
.btn:not(.btn-link):hover, .btn:not(.btn-link):active {
  color: #fff;
  background-color: #d90a2c;
  border-color: #d90a2c;
  opacity: .9; }

/*---------------------------------
### Buttons: outline
---------------------------------*/
.btn-outline,
input[type="submit"].btn-outline,
a.btn-outline,
.is-style-outline .wp-block-button__link {
  background-color: transparent; }
  .btn-outline:after, .btn-outline:before,
  input[type="submit"].btn-outline:after,
  input[type="submit"].btn-outline:before,
  a.btn-outline:after,
  a.btn-outline:before,
  .is-style-outline .wp-block-button__link:after,
  .is-style-outline .wp-block-button__link:before {
    display: none; }
  .btn-outline:hover, .btn-outline:focus,
  input[type="submit"].btn-outline:hover,
  input[type="submit"].btn-outline:focus,
  a.btn-outline:hover,
  a.btn-outline:focus,
  .is-style-outline .wp-block-button__link:hover,
  .is-style-outline .wp-block-button__link:focus {
    background-color: #d90a2c;
    color: #fff; }
  .btn-outline.btn-white,
  input[type="submit"].btn-outline.btn-white,
  a.btn-outline.btn-white,
  .is-style-outline .wp-block-button__link.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .btn-outline.btn-white:hover,
    input[type="submit"].btn-outline.btn-white:hover,
    a.btn-outline.btn-white:hover,
    .is-style-outline .wp-block-button__link.btn-white:hover {
      background-color: #fff;
      color: #17161A; }
  .btn-outline.disabled:hover,
  input[type="submit"].btn-outline.disabled:hover,
  a.btn-outline.disabled:hover,
  .is-style-outline .wp-block-button__link.disabled:hover {
    background-color: transparent;
    color: #17161A;
    border-color: #17161A;
    cursor: default; }

.is-style-outline .wp-block-button__link.has-beige-dark-color {
  color: #d90a2c; }

.is-style-outline .wp-block-button__link.has-dark-strong-color {
  color: #17161A; }

.is-style-outline .wp-block-button__link.has-dark-light-color {
  color: #232226; }

.is-style-outline .wp-block-button__link.has-grey-strong-color {
  color: #6A696C; }

.is-style-outline .wp-block-button__link.has-grey-light-color {
  color: #838286; }

/*---------------------------------
### Buttons: flat
---------------------------------*/
.btn-flat,
input[type="submit"].btn-flat,
a.btn-flat {
  background-color: transparent;
  border: none;
  padding: 15px 18px; }
  .btn-flat:after,
  input[type="submit"].btn-flat:after,
  a.btn-flat:after {
    display: none; }
  .btn-flat:hover, .btn-flat:focus,
  input[type="submit"].btn-flat:hover,
  input[type="submit"].btn-flat:focus,
  a.btn-flat:hover,
  a.btn-flat:focus {
    background-color: #d90a2c;
    border-color: #d90a2c;
    color: #fff; }

/*---------------------------------
### Buttons: link
---------------------------------*/
.btn-link,
a.btn-link,
span.btn-link {
  background-color: transparent;
  padding: 3px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none; }
  .btn-link svg,
  a.btn-link svg,
  span.btn-link svg {
    vertical-align: middle;
    margin: -2px 0px 0px 3px; }
  .btn-link:before,
  a.btn-link:before,
  span.btn-link:before {
    display: block;
    bottom: 0; }
  .btn-link:after,
  a.btn-link:after,
  span.btn-link:after {
    display: none; }
  .btn-link:hover, .btn-link:focus,
  a.btn-link:hover,
  a.btn-link:focus,
  span.btn-link:hover,
  span.btn-link:focus {
    background-color: transparent;
    color: #d90a2c; }
  .btn-link.btn-brand,
  a.btn-link.btn-brand,
  span.btn-link.btn-brand {
    color: #d90a2c; }
    .btn-link.btn-brand:hover,
    a.btn-link.btn-brand:hover,
    span.btn-link.btn-brand:hover {
      background-color: transparent; }

/*---------------------------------
### Buttons: different sizes
---------------------------------*/
.btn-small,
a.btn-small,
.product-item .btn-wishlist {
  padding: 7px 15px;
  font-size: 0.96rem; }

.btn-large,
a.btn-large {
  padding: 15px 20px; }

.btn-huge,
a.btn-huge {
  padding: 18px 25px;
  font-size: 1.02em; }

.btn-full-width,
a.btn-full-width {
  width: 100%; }

ins {
  text-decoration: none; }

del {
  color: #6A696C; }

/*---------------------------------
### Buttons: loading spinner
---------------------------------*/
.btn-loading,
.container-loading,
.tp-loader.spinner5,
.yith-wcan-loading {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-loading:before,
  .container-loading:before,
  .tp-loader.spinner5:before,
  .yith-wcan-loading:before {
    content: "";
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    bottom: auto;
    left: auto;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    -webkit-animation: 0.8s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: 0.8s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite; }
  .btn-loading.search-submit:before, .btn-loading.btn-outline:before, .btn-loading.btn-link:before,
  .container-loading.search-submit:before,
  .container-loading.btn-outline:before,
  .container-loading.btn-link:before,
  .tp-loader.spinner5.search-submit:before,
  .tp-loader.spinner5.btn-outline:before,
  .tp-loader.spinner5.btn-link:before,
  .yith-wcan-loading.search-submit:before,
  .yith-wcan-loading.btn-outline:before,
  .yith-wcan-loading.btn-link:before {
    border-color: rgba(23, 22, 26, 0.2);
    border-top-color: rgba(23, 22, 26, 0.8);
    border-right-color: rgba(23, 22, 26, 0.8); }
  .btn-loading.btn-outline:before, .btn-loading.btn:before,
  .container-loading.btn-outline:before,
  .container-loading.btn:before,
  .tp-loader.spinner5.btn-outline:before,
  .tp-loader.spinner5.btn:before,
  .yith-wcan-loading.btn-outline:before,
  .yith-wcan-loading.btn:before {
    margin-right: 8px; }

.btn-loading:before {
  vertical-align: top;
  margin-top: 1px; }

.btn-loading .ion-left {
  display: none; }

.btn-loading:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .btn-loading:hover:before {
    background: transparent;
    width: 18px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.container-loading,
.tp-loader.spinner5,
.yith-wcan-loading {
  background-image: none !important;
  background: transparent; }
  .container-loading:before,
  .tp-loader.spinner5:before,
  .yith-wcan-loading:before {
    position: absolute;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px; }
  .container-loading.hidden:before,
  .tp-loader.spinner5.hidden:before,
  .yith-wcan-loading.hidden:before {
    display: none; }

.yith-wcan-loading {
  position: relative; }
  .yith-wcan-loading:before {
    border-top-color: rgba(23, 22, 26, 0.8);
    border-right-color: rgba(23, 22, 26, 0.8); }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*---------------------------------
### Buttons: round
---------------------------------*/
.btn-round {
  position: relative; }
  .btn-round .ion, .btn-round i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(23, 22, 26, 0.95);
    font-size: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .btn-round a:before {
    display: none; }
  .btn-round:before {
    content: "";
    position: absolute;
    top: 0;
    height: 56px;
    width: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(136, 136, 136, 0.2);
    background: #d90a2c;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .btn-round:focus {
    outline: none; }
    .btn-round:focus:before {
      -webkit-animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1;
              animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1; }
  .btn-round-light .ion, .btn-round-light i {
    background-color: rgba(136, 136, 136, 0.03);
    color: inherit; }
  .btn-round-light:hover .ion, .btn-round-light:hover i {
    background-color: rgba(136, 136, 136, 0.1); }
  .btn-round-small .ion, .btn-round-small i {
    width: 46px;
    height: 46px;
    line-height: 44px; }
  .btn-round-small:before {
    height: 46px;
    width: 46px; }
  .btn-round-outline .ion, .btn-round-outline i {
    background-color: transparent;
    color: #17161A;
    border: 1px solid currentColor; }
  .btn-round-outline.btn-round-light .ion, .btn-round-outline.btn-round-light i {
    color: #fff; }
  .btn-round-outline:hover .ion, .btn-round-outline:hover i, .btn-round-outline.btn-round-light:hover .ion, .btn-round-outline.btn-round-light:hover i {
    background-color: #17161A;
    color: #fff; }

@-webkit-keyframes click_animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0; } }

@keyframes click_animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0; } }

/*---------------------------------
### Buttons: close
---------------------------------*/
.close-bar {
  padding-left: 4.4vh;
  padding-right: 4.4vh;
  height: 14vh;
  position: relative;
  line-height: 1;
  z-index: 11;
  text-align: right; }
  @media screen and (max-width: 1024px) {
    .close-bar {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    .close-bar {
      padding-right: 20px; } }
  @media screen and (max-width: 1024px) {
    .close-bar {
      height: 100px; } }
  .close-bar-btn {
    width: 56px;
    height: 56px;
    position: relative;
    cursor: pointer;
    display: inline-block; }
    .close-bar-btn .ion, .close-bar-btn i {
      display: inline-block;
      vertical-align: top;
      -webkit-animation: btn-rotation 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              animation: btn-rotation 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes btn-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
    .close-bar-btn .ion:after,
    .close-bar-btn i:after {
      display: none; }

/*---------------------------------
### Fields
---------------------------------*/
fieldset.without-label {
  padding-top: 20px; }
  fieldset.without-label button.btn {
    margin-top: 0; }

.wpcf7-form label,
.field-label,
label {
  font-size: 0.93em;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  font-style: normal;
  text-align: left; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
.select2-container--default .select2-selection--single,
textarea {
  color: #232226;
  background-color: rgba(23, 22, 26, 0.04);
  border: 1px solid transparent;
  width: 100%;
  padding: 14px 15px;
  line-height: 1.3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  outline: none;
  font-family: inherit;
  font-weight: 400;
  font-size: inherit; }
  input[type="text"].outline,
  input[type="password"].outline,
  input[type="number"].outline,
  input[type="email"].outline,
  input[type="tel"].outline,
  input[type="url"].outline,
  select.outline,
  .select2-container--default .select2-selection--single.outline,
  textarea.outline {
    background-color: rgba(136, 136, 136, 0.05);
    border-color: rgba(136, 136, 136, 0.05); }
    input[type="text"].outline:focus,
    input[type="password"].outline:focus,
    input[type="number"].outline:focus,
    input[type="email"].outline:focus,
    input[type="tel"].outline:focus,
    input[type="url"].outline:focus,
    select.outline:focus,
    .select2-container--default .select2-selection--single.outline:focus,
    textarea.outline:focus {
      background-color: rgba(136, 136, 136, 0.05); }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  select:hover,
  .select2-container--default .select2-selection--single:hover,
  textarea:hover {
    color: inherit; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  .select2-container--default .select2-selection--single:focus,
  textarea:focus {
    background-color: rgba(23, 22, 26, 0.07); }

.wpforms-form .wpforms-field input {
  z-index: 1; }

.wpforms-form .wpforms-field.wpforms-field-radio:not(.wpforms-one-half) {
  display: contents; }

.wpforms-form .wpforms-field .select-holder {
  display: inline-block; }
  .wpforms-form .wpforms-field .select-holder:after {
    display: none; }

/*---------------------------------
### Select2
---------------------------------*/
.select2-container--default .select2-selection--single {
  display: block;
  height: auto;
  margin: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: inherit;
    color: inherit; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: "\f3d0";
      font-family: "Ionicons";
      font-weight: 600;
      font-size: 13px;
      position: absolute;
      line-height: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

/*---------------------------------
### Select custom
---------------------------------*/
.select-holder {
  position: relative; }
  .select-holder:after {
    content: "\f3d0";
    font-family: "Ionicons";
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 18px;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

select {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px 0 15px;
  height: 50px; }

/*---------------------------------
### Select inline
---------------------------------*/
.select-inline .select-holder:after,
.variation .select-holder:after {
  right: 12px; }

.select-inline .select-holder select,
.variation .select-holder select {
  height: 32px;
  font-size: 0.94rem;
  padding-left: 12px;
  padding-right: 28px; }

input[type="checkbox"] + span {
  margin-left: 5px;
  font-size: initial; }

input.placeholder, input::-webkit-input-placeholder,
textarea.placeholder,
textarea::-webkit-input-placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

input.placeholder, input::-moz-placeholder,
textarea.placeholder,
textarea::-moz-placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

input.placeholder, input::-ms-input-placeholder,
textarea.placeholder,
textarea::-ms-input-placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

input.placeholder, input::placeholder,
textarea.placeholder,
textarea::placeholder {
  color: #6A696C;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

textarea {
  width: 100%;
  height: 150px;
  resize: vertical; }

.input-group:after {
  content: '';
  clear: both;
  display: table; }

.input-group > br {
  display: none; }

.input-group .input-block {
  float: left; }
  .input-group .input-block.col-6 {
    width: 50%; }
  .input-group .input-block.col-4 {
    width: 33.33334%; }
  .input-group .input-block.col-3 {
    width: 25%; }
  .input-group .input-block.col-2 {
    width: 16.6665%; }
  .input-group .input-block.col-fifth {
    width: 20%; }
  .input-group .input-block[class^="col-"] button.btn {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .input-group .input-block input {
      border-right-width: 1px; }
    .input-group .input-block.col-6, .input-group .input-block.col-4, .input-group .input-block.col-3, .input-group .input-block.col-2, .input-group .input-block.col-fifth {
      width: 100%;
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .input-group .input-block.offset input, .input-group .input-block.offset:last-of-type input:not([type="submit"]) {
    border-width: 1px; }

/*---------------------------------
### Filter
---------------------------------*/
.filter-holder {
  position: relative; }
  .filter-holder .filter {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    width: 100%;
    font-size: 0.94rem; }
    .filter-holder .filter .result {
      margin-left: 10px;
      margin-right: 10px; }
    .filter-holder .filter .select-inline {
      margin-left: 8px; }
      .filter-holder .filter .select-inline select {
        max-width: 162px; }
      .filter-holder .filter .select-inline span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .filter-holder .filter p {
      width: auto;
      margin: 0px 20px 0px 0px; }
    @media screen and (max-width: 768px) {
      .filter-holder .filter {
        margin-top: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .filter-holder .filter .select-inline {
          margin: 15px 0px 0px 0px;
          width: 100%; }
          .filter-holder .filter .select-inline select {
            width: 100%;
            line-height: 45px;
            height: 45px;
            max-width: none; } }
  .filter-holder .btn-filter {
    display: none;
    z-index: 10;
    margin-left: 15px; }
    @media screen and (max-width: 768px) {
      .filter-holder .btn-filter {
        display: block;
        white-space: nowrap; } }
  @media screen and (min-width: 769px) {
    .filter-holder .close-bar {
      display: none; } }
  .filter-holder.visible .mbl-overlay {
    visibility: visible;
    opacity: 1;
    left: 0; }
    .filter-holder.visible .mbl-overlay .filter {
      top: 0;
      position: static;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }

/*---------------------------------
### Scroll top button
---------------------------------*/
.scroll-bar-container {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  min-height: 56px;
  list-style: none;
  left: 4.4vh;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
      -ms-transform: rotate(-90deg) translate(-50%, 0);
          transform: rotate(-90deg) translate(-50%, 0); }
  @media screen and (max-width: 1024px) {
    .scroll-bar-container {
      left: 20px; } }

.clb-social,
.clb-scroll-top {
  font-weight: 600;
  margin-right: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-social:before,
  .clb-scroll-top:before {
    display: none; }
  .clb-social.light-typo, .clb-social.light-typo .font-titles,
  .clb-scroll-top.light-typo,
  .clb-scroll-top.light-typo .font-titles {
    color: #fff; }
  .clb-social.dark-typo, .clb-social.dark-typo .font-titles,
  .clb-scroll-top.dark-typo,
  .clb-scroll-top.dark-typo .font-titles {
    color: #17161A; }

.clb-scroll-top {
  opacity: 0;
  visibility: hidden; }
  .clb-scroll-top-holder {
    white-space: nowrap; }
  .clb-scroll-top-bar {
    width: 60px;
    height: 2px;
    margin-right: 15px;
    position: relative; }
    .clb-scroll-top-bar:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: currentColor;
      opacity: .3; }
    .clb-scroll-top-bar .scroll-track {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      background-color: currentColor; }
  .clb-scroll-top.clb-slider-scroll-top {
    visibility: visible;
    opacity: 1; }
    .clb-scroll-top.clb-slider-scroll-top .clb-scroll-top-bar .scroll-track {
      width: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

/*---------------------------------
### Portfolio scroll label
---------------------------------*/
.scroll-bar-container.grid_9,
.portfolio-type-9 .scroll-bar-container {
  width: 100%;
  left: 0%;
  bottom: 0;
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto; }
  .scroll-bar-container.grid_9 .page-container,
  .portfolio-type-9 .scroll-bar-container .page-container {
    width: 100%; }
    .scroll-bar-container.grid_9 .page-container > [class*="vc_col-md-"],
    .portfolio-type-9 .scroll-bar-container .page-container > [class*="vc_col-md-"] {
      position: relative; }
  .scroll-bar-container.grid_9 .clb-scroll-top,
  .portfolio-type-9 .scroll-bar-container .clb-scroll-top {
    bottom: 4.4vh;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .scroll-bar-container.grid_9 .clb-scroll-top,
      .portfolio-type-9 .scroll-bar-container .clb-scroll-top {
        bottom: 20px; } }

.portfolio-type-6 .scroll-bar-container .clb-scroll-top {
  left: 0; }
  @media screen and (max-width: 1440px) and (min-width: 1025px) {
    .portfolio-type-6 .scroll-bar-container .clb-scroll-top {
      left: 3.3vw; } }

[data-isotope-grid] {
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out; }

/*---------------------------------
### Tags
---------------------------------*/
.tag:not(body),
.tag-cloud-link,
.pricing_price_time {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  font-size: 14.5px !important;
  font-weight: 500;
  color: inherit;
  background-color: rgba(136, 136, 136, 0.1); }
  .tag:not(body) a,
  .tag-cloud-link a,
  .pricing_price_time a {
    display: block; }
    .tag:not(body) a:before,
    .tag-cloud-link a:before,
    .pricing_price_time a:before {
      display: none; }
  .tag:not(body):hover,
  .tag-cloud-link:hover,
  .pricing_price_time:hover {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background-color: #d90a2c;
    color: #fff; }
    .tag:not(body):hover a,
    .tag-cloud-link:hover a,
    .pricing_price_time:hover a {
      color: #fff; }
  .tag:not(body):before,
  .tag-cloud-link:before,
  .pricing_price_time:before {
    display: none; }
  .tag:not(body).tag-brand-bg-color,
  .tag-cloud-link.tag-brand-bg-color,
  .pricing_price_time.tag-brand-bg-color {
    background: customColor; }
  .tag:not(body).tag-sale, .tag:not(body).tag-out-of-stock,
  .tag-cloud-link.tag-sale,
  .tag-cloud-link.tag-out-of-stock,
  .pricing_price_time.tag-sale,
  .pricing_price_time.tag-out-of-stock {
    color: #fff; }
  .tag:not(body).tag-sale,
  .tag-cloud-link.tag-sale,
  .pricing_price_time.tag-sale {
    background: #d90a2c; }
  .tag:not(body).tag-out-of-stock,
  .tag-cloud-link.tag-out-of-stock,
  .pricing_price_time.tag-out-of-stock {
    background: #17161A; }

/*---------------------------------
### Categories
---------------------------------*/
.category-holder {
  display: inline; }
  .category-holder .category {
    font-weight: 500; }
    .category-holder .category:after {
      content: ","; }
    .category-holder .category:last-child:after {
      content: ""; }
  .category-holder:not(.no-divider):after {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #d90a2c; }

.inline-divider:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c; }

/*---------------------------------
### Share bar global
---------------------------------*/
.clb-share-bar {
  background: #fff;
  display: inline-block;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1; }
  .clb-share-bar .socialbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .clb-share-bar .socialbar .social-text {
      display: none; }
    .clb-share-bar .socialbar > a {
      margin: 0;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .clb-share-bar .socialbar.socialbar-horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }

/*---------------------------------
### SlideUp animated elements
---------------------------------*/
.clb-page-headline .animated-holder,
.project-page .project-page-content .animated-holder,
.project-page-title .animated-holder,
.main-section .animated-holder,
[data-interactive-links-grid] .animated-holder {
  z-index: 10; }
  .clb-page-headline .animated-holder > *,
  .project-page .project-page-content .animated-holder > *,
  .project-page-title .animated-holder > *,
  .main-section .animated-holder > *,
  [data-interactive-links-grid] .animated-holder > * {
    -webkit-animation-name: slide_up_elements;
            animation-name: slide_up_elements; }

/*---------------------------------
### Hidden elements
---------------------------------*/
.animated-holder > *,
.hamburger-nav .menu > *,
.hamburger-nav:not(.type2) .sub-menu > *,
.hamburger-nav:not(.type2) .sub-sub-menu > *,
.hamburger-nav-details > *,
.header-5 .sub-menu > *,
.header-5 .sub-sub-menu > * {
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

*.visible:not(.open-onclick) .animated-holder > *,
*.visible:not(.open-onclick).hamburger-nav .hamburger-nav-holder > .menu > *,
*.visible:not(.open-onclick) .hamburger-nav-details > *,
*.visible:not(.open-onclick) > .sub-menu > *,
*.visible:not(.open-onclick) > .sub-sub-menu > *, *.active .animated-holder > *,
*.active.hamburger-nav .hamburger-nav-holder > .menu > *,
*.active .hamburger-nav-details > *,
*.active > .sub-menu > *,
*.active > .sub-sub-menu > *, *.last-active .animated-holder > *,
*.last-active.hamburger-nav .hamburger-nav-holder > .menu > *,
*.last-active .hamburger-nav-details > *,
*.last-active > .sub-menu > *,
*.last-active > .sub-sub-menu > * {
  -webkit-animation-name: slide_up_elements;
          animation-name: slide_up_elements; }

*.last-active .animated-holder * {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  opacity: 0 !important;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

*:hover:not(.showed-onclick) > .sub-sub-nav > .sub-sub-menu > * {
  -webkit-animation-name: slide_up_elements;
          animation-name: slide_up_elements; }

.animated-holder > *:nth-child(1),
.hamburger-nav .menu > *:nth-child(1),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(1),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(1),
.hamburger-nav-details > *:nth-child(1),
.header-5 .sub-menu > *:nth-child(1),
.header-5 .sub-sub-menu > *:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
       -o-transition-delay: 0.05s;
          transition-delay: 0.05s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(1) > [data-aos-delay] {
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
  -webkit-transition-delay: 0.05s !important;
       -o-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important; }

.clb-slider .animated-holder > *:nth-child(1) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s; }

.animated-holder > *:nth-child(2),
.hamburger-nav .menu > *:nth-child(2),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(2),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(2),
.hamburger-nav-details > *:nth-child(2),
.header-5 .sub-menu > *:nth-child(2),
.header-5 .sub-sub-menu > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(2) > [data-aos-delay] {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
  -webkit-transition-delay: 0.1s !important;
       -o-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important; }

.clb-slider .animated-holder > *:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.animated-holder > *:nth-child(3),
.hamburger-nav .menu > *:nth-child(3),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(3),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(3),
.hamburger-nav-details > *:nth-child(3),
.header-5 .sub-menu > *:nth-child(3),
.header-5 .sub-sub-menu > *:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(3) > [data-aos-delay] {
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
  -webkit-transition-delay: 0.15s !important;
       -o-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important; }

.clb-slider .animated-holder > *:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s; }

.animated-holder > *:nth-child(4),
.hamburger-nav .menu > *:nth-child(4),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(4),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(4),
.hamburger-nav-details > *:nth-child(4),
.header-5 .sub-menu > *:nth-child(4),
.header-5 .sub-sub-menu > *:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(4) > [data-aos-delay] {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
  -webkit-transition-delay: 0.2s !important;
       -o-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important; }

.clb-slider .animated-holder > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.animated-holder > *:nth-child(5),
.hamburger-nav .menu > *:nth-child(5),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(5),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(5),
.hamburger-nav-details > *:nth-child(5),
.header-5 .sub-menu > *:nth-child(5),
.header-5 .sub-sub-menu > *:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(5) > [data-aos-delay] {
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
  -webkit-transition-delay: 0.25s !important;
       -o-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important; }

.clb-slider .animated-holder > *:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s; }

.animated-holder > *:nth-child(6),
.hamburger-nav .menu > *:nth-child(6),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(6),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(6),
.hamburger-nav-details > *:nth-child(6),
.header-5 .sub-menu > *:nth-child(6),
.header-5 .sub-sub-menu > *:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(6) > [data-aos-delay] {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important; }

.clb-slider .animated-holder > *:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.animated-holder > *:nth-child(7),
.hamburger-nav .menu > *:nth-child(7),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(7),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(7),
.hamburger-nav-details > *:nth-child(7),
.header-5 .sub-menu > *:nth-child(7),
.header-5 .sub-sub-menu > *:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(7) > [data-aos-delay] {
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
  -webkit-transition-delay: 0.35s !important;
       -o-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important; }

.clb-slider .animated-holder > *:nth-child(7) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s; }

.animated-holder > *:nth-child(8),
.hamburger-nav .menu > *:nth-child(8),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(8),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(8),
.hamburger-nav-details > *:nth-child(8),
.header-5 .sub-menu > *:nth-child(8),
.header-5 .sub-sub-menu > *:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(8) > [data-aos-delay] {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
  -webkit-transition-delay: 0.4s !important;
       -o-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important; }

.clb-slider .animated-holder > *:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.animated-holder > *:nth-child(9),
.hamburger-nav .menu > *:nth-child(9),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(9),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(9),
.hamburger-nav-details > *:nth-child(9),
.header-5 .sub-menu > *:nth-child(9),
.header-5 .sub-sub-menu > *:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(9) > [data-aos-delay] {
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
  -webkit-transition-delay: 0.45s !important;
       -o-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important; }

.clb-slider .animated-holder > *:nth-child(9) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s; }

.animated-holder > *:nth-child(10),
.hamburger-nav .menu > *:nth-child(10),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(10),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(10),
.hamburger-nav-details > *:nth-child(10),
.header-5 .sub-menu > *:nth-child(10),
.header-5 .sub-sub-menu > *:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(10) > [data-aos-delay] {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }

.clb-slider .animated-holder > *:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.animated-holder > *:nth-child(11),
.hamburger-nav .menu > *:nth-child(11),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(11),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(11),
.hamburger-nav-details > *:nth-child(11),
.header-5 .sub-menu > *:nth-child(11),
.header-5 .sub-sub-menu > *:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
       -o-transition-delay: 0.55s;
          transition-delay: 0.55s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(11) > [data-aos-delay] {
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
  -webkit-transition-delay: 0.55s !important;
       -o-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important; }

.clb-slider .animated-holder > *:nth-child(11) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s; }

.animated-holder > *:nth-child(12),
.hamburger-nav .menu > *:nth-child(12),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(12),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(12),
.hamburger-nav-details > *:nth-child(12),
.header-5 .sub-menu > *:nth-child(12),
.header-5 .sub-sub-menu > *:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(12) > [data-aos-delay] {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
       -o-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important; }

.clb-slider .animated-holder > *:nth-child(12) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.animated-holder > *:nth-child(13),
.hamburger-nav .menu > *:nth-child(13),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(13),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(13),
.hamburger-nav-details > *:nth-child(13),
.header-5 .sub-menu > *:nth-child(13),
.header-5 .sub-sub-menu > *:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
       -o-transition-delay: 0.65s;
          transition-delay: 0.65s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(13) > [data-aos-delay] {
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
  -webkit-transition-delay: 0.65s !important;
       -o-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important; }

.clb-slider .animated-holder > *:nth-child(13) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s; }

.animated-holder > *:nth-child(14),
.hamburger-nav .menu > *:nth-child(14),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(14),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(14),
.hamburger-nav-details > *:nth-child(14),
.header-5 .sub-menu > *:nth-child(14),
.header-5 .sub-sub-menu > *:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(14) > [data-aos-delay] {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  -webkit-transition-delay: 0.7s !important;
       -o-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important; }

.clb-slider .animated-holder > *:nth-child(14) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.animated-holder > *:nth-child(15),
.hamburger-nav .menu > *:nth-child(15),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(15),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(15),
.hamburger-nav-details > *:nth-child(15),
.header-5 .sub-menu > *:nth-child(15),
.header-5 .sub-sub-menu > *:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(15) > [data-aos-delay] {
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
  -webkit-transition-delay: 0.75s !important;
       -o-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important; }

.clb-slider .animated-holder > *:nth-child(15) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
       -o-transition-delay: 1.15s;
          transition-delay: 1.15s; }

.animated-holder > *:nth-child(16),
.hamburger-nav .menu > *:nth-child(16),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(16),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(16),
.hamburger-nav-details > *:nth-child(16),
.header-5 .sub-menu > *:nth-child(16),
.header-5 .sub-sub-menu > *:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(16) > [data-aos-delay] {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
  -webkit-transition-delay: 0.8s !important;
       -o-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important; }

.clb-slider .animated-holder > *:nth-child(16) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.animated-holder > *:nth-child(17),
.hamburger-nav .menu > *:nth-child(17),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(17),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(17),
.hamburger-nav-details > *:nth-child(17),
.header-5 .sub-menu > *:nth-child(17),
.header-5 .sub-sub-menu > *:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
       -o-transition-delay: 0.85s;
          transition-delay: 0.85s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(17) > [data-aos-delay] {
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
  -webkit-transition-delay: 0.85s !important;
       -o-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important; }

.clb-slider .animated-holder > *:nth-child(17) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s; }

.animated-holder > *:nth-child(18),
.hamburger-nav .menu > *:nth-child(18),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(18),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(18),
.hamburger-nav-details > *:nth-child(18),
.header-5 .sub-menu > *:nth-child(18),
.header-5 .sub-sub-menu > *:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(18) > [data-aos-delay] {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  -webkit-transition-delay: 0.9s !important;
       -o-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important; }

.clb-slider .animated-holder > *:nth-child(18) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.animated-holder > *:nth-child(19),
.hamburger-nav .menu > *:nth-child(19),
.hamburger-nav:not(.type2) .sub-menu > *:nth-child(19),
.hamburger-nav:not(.type2) .sub-sub-menu > *:nth-child(19),
.hamburger-nav-details > *:nth-child(19),
.header-5 .sub-menu > *:nth-child(19),
.header-5 .sub-sub-menu > *:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
       -o-transition-delay: 0.95s;
          transition-delay: 0.95s; }

[data-interactive-links-grid] .portfolio-grid > *:nth-child(19) > [data-aos-delay] {
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
  -webkit-transition-delay: 0.95s !important;
       -o-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important; }

.clb-slider .animated-holder > *:nth-child(19) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s; }

@-webkit-keyframes slide_up_elements {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes slide_up_elements {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

/*---------------------------------
### Back link
---------------------------------*/
.clb-back-link {
  position: fixed;
  top: 4.4vh;
  left: 4.4vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .clb-back-link {
      top: 20px; } }
  @media screen and (max-width: 1024px) {
    .clb-back-link {
      left: 20px; } }
  .clb-back-link .btn-round .ion, .clb-back-link .btn-round i {
    background-color: rgba(136, 136, 136, 0.05); }
  .clb-back-link-caption {
    opacity: 0;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-back-link:hover .clb-back-link-caption {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .clb-back-link.showed {
    opacity: 1;
    visibility: visible; }

/*---------------------------------
### Elements bar
---------------------------------*/
.elements-bar {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  min-height: 56px;
  list-style: none; }
  .elements-bar > li {
    padding: 0; }
  .elements-bar.left {
    left: 4.4vh;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
        -ms-transform: rotate(-90deg) translate(-50%, 0);
            transform: rotate(-90deg) translate(-50%, 0); }
    @media screen and (max-width: 1024px) {
      .elements-bar.left {
        left: 20px; } }
  .elements-bar.right {
    right: 4.4vh;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
        -ms-transform: rotate(-90deg) translate(50%, -100%);
            transform: rotate(-90deg) translate(50%, -100%); }
    @media screen and (max-width: 1024px) {
      .elements-bar.right {
        right: 20px; } }

/*---------------------------------
### Mode color switcher
---------------------------------*/
.clb-switcher-holder {
  height: 30px; }

.clb-mode-switcher {
  font-weight: 500;
  font-size: .94em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 104px;
  height: 28px;
  background-color: #ddddde;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  cursor: pointer; }
  .clb-mode-switcher p {
    margin: -2px 0 0 0; }
  .clb-mode-switcher-item {
    position: relative; }
    .clb-mode-switcher-item p {
      color: #6A696C; }
  .clb-mode-switcher-item, .clb-mode-switcher-toddler-item {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 8px;
    line-height: 1.4;
    margin: 0; }
  .clb-mode-switcher-toddler {
    position: absolute;
    top: 14px;
    right: 0px;
    min-width: 52px;
    height: 28px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-mode-switcher-toddler-wrap {
      position: relative;
      height: 100%; }
    .clb-mode-switcher-toddler-item {
      position: absolute;
      background-color: #fff;
      width: 100%;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      -webkit-box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
              box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05); }
      .clb-mode-switcher-toddler-item .light {
        z-index: 1; }
  .clb-mode-switcher.dark .clb-mode-switcher-toddler {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-mode-switcher.dark .clb-mode-switcher-toddler .clb-mode-switcher-toddler-item.dark {
      z-index: 1; }

/*---------------------------------
### Standart image
---------------------------------*/
.wpb_single_image {
  margin: 0 !important; }

.hover-scale-img img,
.hover-scale-img .blog-metro-image {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-scale-img:hover img:not(.author-avatar),
.hover-scale-img:hover .portfolio-metro-image,
.hover-scale-img:hover .blog-metro-image {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }

.hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a,
.hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image,
.hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image,
.hover-color-overlay .slider a,
.hover-color-overlay.blog-grid .blog-grid-image {
  position: relative;
  display: block; }
  .hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a:after,
  .hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image:after,
  .hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image:after,
  .hover-color-overlay .slider a:after,
  .hover-color-overlay.blog-grid .blog-grid-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 10, 44, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-color-overlay.hover-scale-img .portfolio-item-image:after,
.hover-color-overlay.hover-scale-img .portfolio-item-image a:after {
  background-color: transparent; }

.hover-color-overlay:hover.portfolio-grid-type-2 .portfolio-item-image:after,
.hover-color-overlay:hover.portfolio-grid-type-1 .portfolio-item-image a:after,
.hover-color-overlay:hover.portfolio-grid-type-11 .portfolio-item-image:after,
.hover-color-overlay:hover .slider a:after,
.hover-color-overlay:hover.blog-grid .blog-grid-image:after {
  opacity: 1; }

.hover-greyscale img,
.hover-greyscale .portfolio-metro-image,
.hover-greyscale .blog-metro-image,
.hover-greyscale.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-greyscale:hover img,
.hover-greyscale:hover .portfolio-metro-image,
.hover-greyscale:hover .blog-metro-image,
.hover-greyscale:hover.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

/*---------------------------------
### Mobile overlay
---------------------------------*/
@media screen and (max-width: 768px) {
  .mbl-overlay:not(.menu-mbl-overlay) {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .mbl-overlay:not(.menu-mbl-overlay) .close-bar .ion, .mbl-overlay:not(.menu-mbl-overlay) .close-bar i {
      color: #232226; }
    .mbl-overlay:not(.menu-mbl-overlay) .close-bar .search-global {
      display: block; }
    .mbl-overlay:not(.menu-mbl-overlay) .mbl-overlay-bg {
      position: fixed;
      background-color: rgba(23, 22, 26, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
    .mbl-overlay:not(.menu-mbl-overlay) .mbl-overlay-container {
      position: absolute;
      top: 0;
      height: 100vh;
      z-index: 1;
      background-color: #fff;
      width: -webkit-calc(100% - 56px);
      width: calc(100% - 56px);
      text-align: left;
      overflow-y: auto;
      padding: 94px 20px;
      -webkit-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
              transform: translateX(-50px);
      -webkit-transition-duration: .25s;
           -o-transition-duration: .25s;
              transition-duration: .25s;
      opacity: 0; }
    .mbl-overlay:not(.menu-mbl-overlay).visible .mbl-overlay-container {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; } }

/*---------------------------------
### Preset colors
---------------------------------*/
.has-beige-dark-background-color {
  background-color: #a80822; }
  .has-beige-dark-background-color.wp-block-button__link {
    border-color: #a80822; }

.has-dark-strong-background-color {
  background-color: #17161A; }
  .has-dark-strong-background-color.wp-block-button__link {
    border-color: #17161A; }

.has-dark-light-background-color {
  background-color: #232226; }
  .has-dark-light-background-color.wp-block-button__link {
    border-color: #232226; }

.has-grey-strong-background-color {
  background-color: #838286; }
  .has-grey-strong-background-color.wp-block-button__link {
    border-color: #838286; }

.has-grey-light-background-color {
  background-color: #9d9c9f; }
  .has-grey-light-background-color.wp-block-button__link {
    border-color: #9d9c9f; }

.has-beige-dark-color {
  color: #a80822; }

.has-dark-strong-color {
  color: #17161A; }

.has-dark-light-color {
  color: #232226; }

.has-grey-strong-color {
  color: #6A696C; }

.has-grey-light-color {
  color: #9d9c9f; }

/*---------------------------------
## Pages
---------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.site-content {
  background-color: #fff;
  min-height: -webkit-calc(100vh - 107px);
  min-height: calc(100vh - 107px); }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .site-content {
    overflow-x: hidden; } }

i.ion {
  vertical-align: middle; }

/*---------------------------------
## Blank page
---------------------------------*/
.clb-blank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .clb-blank {
      padding: 20px; } }
  .clb-blank-image {
    background-color: rgba(222, 75, 83, 0.08);
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
    .clb-blank-image i {
      font-size: 40px;
      color: #232226; }
    .clb-blank-image svg {
      width: 20px;
      vertical-align: middle;
      fill: #232226; }
  .clb-blank-headline {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    font-size: -webkit-calc(26px + 6 * ( (100vw - 576px) / 1024));
    font-size: calc(26px + 6 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .clb-blank-headline {
        font-size: 26px; } }
    @media screen and (min-width: 1600px) {
      .clb-blank-headline {
        font-size: 32px; } }
  .clb-blank-details {
    margin: 0px 0px 30px;
    font-size: 17px;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .clb-blank-details {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  .clb-blank-search {
    min-width: 300px; }
  @media screen and (max-width: 768px) {
    .clb-blank {
      margin-top: 15vh;
      max-width: 100%; }
      .clb-blank-search {
        min-width: 100%; } }

.header-cap + .clb-blank {
  margin-top: -webkit-calc(20vh - 14vh);
  margin-top: calc(20vh - 14vh); }

.woocommerce-account .clb-blank {
  margin: 0;
  padding: 0;
  max-width: auto; }
  .woocommerce-account .clb-blank-headline {
    font-size: -webkit-calc(26px + 0 * ( (100vw - 576px) / 1024));
    font-size: calc(26px + 0 * ( (100vw - 576px) / 1024));
    margin-bottom: 20px; }
    @media screen and (max-width: 576px) {
      .woocommerce-account .clb-blank-headline {
        font-size: 26px; } }
    @media screen and (min-width: 1600px) {
      .woocommerce-account .clb-blank-headline {
        font-size: 26px; } }

/*---------------------------------
## Blank shortcode
---------------------------------*/
.clb-blank-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(136, 136, 136, 0.1);
  z-index: 1;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: .98em; }
  .clb-blank-note-inner {
    margin-top: 5px; }
  .clb-blank-note .ion {
    font-size: 35px;
    margin-right: 12px; }

/*---------------------------------
## Authorization page
---------------------------------*/
.page-auth {
  background: #444 url("/wp-content/themes/ohio/images/bg-full.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative; }
  .page-auth:before {
    content: '';
    background: rgba(52, 52, 54, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .page-auth .page-auth-wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .page-auth .page-auth-wrap form {
      background: #fff;
      width: 460px;
      margin: 0 auto;
      padding: 60px; }
      .page-auth .page-auth-wrap form input {
        margin-bottom: 15px; }
      .page-auth .page-auth-wrap form button.btn {
        margin-top: 0; }

/*---------------------------------
## Password protected
---------------------------------*/
.post-password-form {
  text-align: left;
  padding: 2em 0px; }
  @media screen and (min-width: 1025px) {
    .post-password-form {
      width: 50%; } }
  .post-password-form input[type="password"] {
    margin: 8px 0px 15px; }

/*---------------------------------
## Search page
---------------------------------*/
.search.woocommerce .result {
  display: none; }

/*---------------------------------
## Global page animation
---------------------------------*/
.global-page-animation > #page {
  opacity: 0;
  margin-top: -25px;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s; }

.global-page-animation.global-page-animation-active > #page {
  opacity: 1;
  margin-top: 0; }

.global-page-animation.global-page-animation-fade-out > #page {
  opacity: 0;
  margin-top: -25px; }

/*---------------------------------
## Grid
---------------------------------*/
.ohio-masonry {
  -webkit-transition: height 0.25s 0.4s;
  -o-transition: height 0.25s 0.4s;
  transition: height 0.25s 0.4s; }

.breadcrumbs + .page-container .blog-posts-masonry:not(.no-margins),
.breadcrumbs + .page-container .portfolio-grid {
  margin-top: -20px; }
  .breadcrumbs + .page-container .blog-posts-masonry:not(.no-margins).grid-offset,
  .breadcrumbs + .page-container .portfolio-grid.grid-offset {
    margin: 0; }

.breadcrumbs + .page-container .portfolio-sorting + .portfolio-grid {
  margin-top: 0; }

.grid-offset {
  margin: 0 20px; }
  .grid-offset .grid-item.masonry-block {
    padding: 0; }

.grid-item.masonry-block:not(.no-paddings) {
  padding: 20px; }
  .grid-item.masonry-block:not(.no-paddings) .blog-grid:not(.boxed):not(.blog-grid-type-2):not(.blog-grid-type-4):not(.blog-grid-type-6) {
    margin-bottom: 20px; }

.grid-item.blog-post-masonry {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .grid-item.blog-post-masonry:last-child .blog-grid-type-6 {
    border: none; }

.grid-item:not(.masonry-block) {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .grid-item:not(.masonry-block) {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 768px) {
  .grid-item {
    width: 100%; } }

.clb-asymmetric-parallax-grid > * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.vc_row:after,
.vc_row:before {
  content: " ";
  display: table; }

.vc_row:after {
  clear: both; }

@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important; } }

.vc_row,
.vc_row.masonry,
.vc_row.portfolio-grid,
.vc_row.wpb_row,
.vc_row.woo_c-products,
.vc_row.blog-posts-masonry,
.vc_row.tab-items-container,
.site-footer .vc_row,
.breadcrumbs .vc_row,
.project-page-content > .vc_row,
.project-page > .vc_row,
.comments-container .vc_row,
.woo_c-product .page-container > .vc_row,
.clb-page-headline-holder .vc_row {
  margin-left: -20px;
  margin-right: -20px; }

div[class^='vc_col-'] {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  float: left; }

.rtl .vc_rtl-columns-reverse .vc_col-xs-1,
.rtl .vc_rtl-columns-reverse .vc_col-xs-10,
.rtl .vc_rtl-columns-reverse .vc_col-xs-11,
.rtl .vc_rtl-columns-reverse .vc_col-xs-12,
.rtl .vc_rtl-columns-reverse .vc_col-xs-2,
.rtl .vc_rtl-columns-reverse .vc_col-xs-3,
.rtl .vc_rtl-columns-reverse .vc_col-xs-4,
.rtl .vc_rtl-columns-reverse .vc_col-xs-5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-6,
.rtl .vc_rtl-columns-reverse .vc_col-xs-7,
.rtl .vc_rtl-columns-reverse .vc_col-xs-8,
.rtl .vc_rtl-columns-reverse .vc_col-xs-9 {
  float: right; }

.vc_col-xs-12 {
  width: 100%; }

.vc_col-xs-11 {
  width: -webkit-calc(100%/12 * 11);
  width: calc(100%/12 * 11); }

.vc_col-xs-10 {
  width: -webkit-calc(100%/12 * 10);
  width: calc(100%/12 * 10); }

.vc_col-xs-9 {
  width: 75%; }

.vc_col-xs-8 {
  width: -webkit-calc(100%/12 * 8);
  width: calc(100%/12 * 8); }

.vc_col-xs-7 {
  width: -webkit-calc(100%/12 * 7);
  width: calc(100%/12 * 7); }

.vc_col-xs-6 {
  width: 50%; }

.vc_col-xs-5 {
  width: -webkit-calc(100%/12 * 5);
  width: calc(100%/12 * 5); }

.vc_col-xs-4 {
  width: -webkit-calc(100%/12 * 4);
  width: calc(100%/12 * 4); }

.vc_col-xs-3 {
  width: 25%; }

.vc_col-xs-2 {
  width: -webkit-calc(100%/12 * 2);
  width: calc(100%/12 * 2); }

.vc_col-xs-1 {
  width: -webkit-calc(100%/12 * 1);
  width: calc(100%/12 * 1); }

.vc_col-xs-pull-12 {
  right: 100%; }

.vc_col-xs-pull-11 {
  right: -webkit-calc(100%/12 * 11);
  right: calc(100%/12 * 11); }

.vc_col-xs-pull-10 {
  right: -webkit-calc(100%/12 * 10);
  right: calc(100%/12 * 10); }

.vc_col-xs-pull-9 {
  right: 75%; }

.vc_col-xs-pull-8 {
  right: -webkit-calc(100%/12 * 8);
  right: calc(100%/12 * 8); }

.vc_col-xs-pull-7 {
  right: -webkit-calc(100%/12 * 7);
  right: calc(100%/12 * 7); }

.vc_col-xs-pull-6 {
  right: 50%; }

.vc_col-xs-pull-5 {
  right: -webkit-calc(100%/12 * 5);
  right: calc(100%/12 * 5); }

.vc_col-xs-pull-4 {
  right: -webkit-calc(100%/12 * 4);
  right: calc(100%/12 * 4); }

.vc_col-xs-pull-3 {
  right: 25%; }

.vc_col-xs-pull-2 {
  right: -webkit-calc(100%/12 * 2);
  right: calc(100%/12 * 2); }

.vc_col-xs-pull-1 {
  right: -webkit-calc(100%/12 * 1);
  right: calc(100%/12 * 1); }

.vc_col-xs-pull-0 {
  right: auto; }

.vc_col-xs-push-12 {
  left: 100%; }

.vc_col-xs-push-11 {
  left: -webkit-calc(100%/12 * 11);
  left: calc(100%/12 * 11); }

.vc_col-xs-push-10 {
  left: -webkit-calc(100%/12 * 10);
  left: calc(100%/12 * 10); }

.vc_col-xs-push-9 {
  left: 75%; }

.vc_col-xs-push-8 {
  left: -webkit-calc(100%/12 * 8);
  left: calc(100%/12 * 8); }

.vc_col-xs-push-7 {
  left: -webkit-calc(100%/12 * 7);
  left: calc(100%/12 * 7); }

.vc_col-xs-push-6 {
  left: 50%; }

.vc_col-xs-push-5 {
  left: -webkit-calc(100%/12 * 5);
  left: calc(100%/12 * 5); }

.vc_col-xs-push-4 {
  left: -webkit-calc(100%/12 * 4);
  left: calc(100%/12 * 4); }

.vc_col-xs-push-3 {
  left: 25%; }

.vc_col-xs-push-2 {
  left: -webkit-calc(100%/12 * 2);
  left: calc(100%/12 * 2); }

.vc_col-xs-push-1 {
  left: -webkit-calc(100%/12 * 1);
  left: calc(100%/12 * 1); }

.vc_col-xs-push-0 {
  left: auto; }

.vc_col-xs-offset-12 {
  margin-left: 100%; }

.vc_col-xs-offset-11 {
  margin-left: -webkit-calc(100%/12 * 11);
  margin-left: calc(100%/12 * 11); }

.vc_col-xs-offset-10 {
  margin-left: -webkit-calc(100%/12 * 10);
  margin-left: calc(100%/12 * 10); }

.vc_col-xs-offset-9 {
  margin-left: 75%; }

.vc_col-xs-offset-8 {
  margin-left: -webkit-calc(100%/12 * 8);
  margin-left: calc(100%/12 * 8); }

.vc_col-xs-offset-7 {
  margin-left: -webkit-calc(100%/12 * 7);
  margin-left: calc(100%/12 * 7); }

.vc_col-xs-offset-6 {
  margin-left: 50%; }

.vc_col-xs-offset-5 {
  margin-left: -webkit-calc(100%/12 * 5);
  margin-left: calc(100%/12 * 5); }

.vc_col-xs-offset-4 {
  margin-left: -webkit-calc(100%/12 * 4);
  margin-left: calc(100%/12 * 4); }

.vc_col-xs-offset-3 {
  margin-left: 25%; }

.vc_col-xs-offset-2 {
  margin-left: -webkit-calc(100%/12 * 2);
  margin-left: calc(100%/12 * 2); }

.vc_col-xs-offset-1 {
  margin-left: -webkit-calc(100%/12 * 1);
  margin-left: calc(100%/12 * 1); }

.vc_col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left; }
  .rtl .vc_rtl-columns-reverse .vc_col-sm-1,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-10,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-11,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-12,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-2,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-3,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-4,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-5,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-6,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-7,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-8,
  .rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
    float: right; }
  .vc_col-sm-12 {
    width: 100%; }
  .vc_col-sm-11 {
    width: 91.66666667%; }
  .vc_col-sm-10 {
    width: 83.33333333%; }
  .vc_col-sm-9 {
    width: 75%; }
  .vc_col-sm-8 {
    width: 66.66666667%; }
  .vc_col-sm-7 {
    width: 58.33333333%; }
  .vc_col-sm-6 {
    width: 50%; }
  .vc_col-sm-5 {
    width: 41.66666667%; }
  .vc_col-sm-4 {
    width: 33.33333333%; }
  .vc_col-sm-3 {
    width: 25%; }
  .vc_col-sm-2 {
    width: 16.66666667%; }
  .vc_col-sm-1 {
    width: 8.33333333%; }
  .vc_col-sm-pull-12 {
    right: 100%; }
  .vc_col-sm-pull-11 {
    right: 91.66666667%; }
  .vc_col-sm-pull-10 {
    right: 83.33333333%; }
  .vc_col-sm-pull-9 {
    right: 75%; }
  .vc_col-sm-pull-8 {
    right: 66.66666667%; }
  .vc_col-sm-pull-7 {
    right: 58.33333333%; }
  .vc_col-sm-pull-6 {
    right: 50%; }
  .vc_col-sm-pull-5 {
    right: 41.66666667%; }
  .vc_col-sm-pull-4 {
    right: 33.33333333%; }
  .vc_col-sm-pull-3 {
    right: 25%; }
  .vc_col-sm-pull-2 {
    right: 16.66666667%; }
  .vc_col-sm-pull-1 {
    right: 8.33333333%; }
  .vc_col-sm-pull-0 {
    right: auto; }
  .vc_col-sm-push-12 {
    left: 100%; }
  .vc_col-sm-push-11 {
    left: 91.66666667%; }
  .vc_col-sm-push-10 {
    left: 83.33333333%; }
  .vc_col-sm-push-9 {
    left: 75%; }
  .vc_col-sm-push-8 {
    left: 66.66666667%; }
  .vc_col-sm-push-7 {
    left: 58.33333333%; }
  .vc_col-sm-push-6 {
    left: 50%; }
  .vc_col-sm-push-5 {
    left: 41.66666667%; }
  .vc_col-sm-push-4 {
    left: 33.33333333%; }
  .vc_col-sm-push-3 {
    left: 25%; }
  .vc_col-sm-push-2 {
    left: 16.66666667%; }
  .vc_col-sm-push-1 {
    left: 8.33333333%; }
  .vc_col-sm-push-0 {
    left: auto; }
  .vc_col-sm-offset-12 {
    margin-left: 100%; }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-sm-offset-9 {
    margin-left: 75%; }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-sm-offset-6 {
    margin-left: 50%; }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-sm-offset-3 {
    margin-left: 25%; }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-sm-offset-0 {
    margin-left: 0; }
  .vc_col-sm-1\/5 {
    width: 20%; }
  .vc_col-sm-2\/5 {
    width: 40%; }
  .vc_col-sm-3\/5 {
    width: 60%; }
  .vc_col-sm-4\/5 {
    width: 80%; }
  .vc_col-sm-5\/5 {
    width: 100%; } }

@media (min-width: 769px) {
  .vc_col-md-1,
  .vc_col-md-10,
  .vc_col-md-11,
  .vc_col-md-12,
  .vc_col-md-2,
  .vc_col-md-3,
  .vc_col-md-4,
  .vc_col-md-5,
  .vc_col-md-6,
  .vc_col-md-7,
  .vc_col-md-8,
  .vc_col-md-9 {
    float: left; }
  .rtl .vc_rtl-columns-reverse .vc_col-md-1,
  .rtl .vc_rtl-columns-reverse .vc_col-md-10,
  .rtl .vc_rtl-columns-reverse .vc_col-md-11,
  .rtl .vc_rtl-columns-reverse .vc_col-md-12,
  .rtl .vc_rtl-columns-reverse .vc_col-md-2,
  .rtl .vc_rtl-columns-reverse .vc_col-md-3,
  .rtl .vc_rtl-columns-reverse .vc_col-md-4,
  .rtl .vc_rtl-columns-reverse .vc_col-md-5,
  .rtl .vc_rtl-columns-reverse .vc_col-md-6,
  .rtl .vc_rtl-columns-reverse .vc_col-md-7,
  .rtl .vc_rtl-columns-reverse .vc_col-md-8,
  .rtl .vc_rtl-columns-reverse .vc_col-md-9 {
    float: right; }
  .vc_col-md-12 {
    width: 100%; }
  .vc_col-md-11 {
    width: 91.66666667%; }
  .vc_col-md-10 {
    width: 83.33333333%; }
  .vc_col-md-9 {
    width: 75%; }
  .vc_col-md-8 {
    width: 66.66666667%; }
  .vc_col-md-7 {
    width: 58.33333333%; }
  .vc_col-md-6 {
    width: 50%; }
  .vc_col-md-5 {
    width: 41.66666667%; }
  .vc_col-md-4 {
    width: 33.33333333%; }
  .vc_col-md-3 {
    width: 25%; }
  .vc_col-md-2 {
    width: 16.66666667%; }
  .vc_col-md-1 {
    width: 8.33333333%; }
  .vc_col-md-pull-12 {
    right: 100%; }
  .vc_col-md-pull-11 {
    right: 91.66666667%; }
  .vc_col-md-pull-10 {
    right: 83.33333333%; }
  .vc_col-md-pull-9 {
    right: 75%; }
  .vc_col-md-pull-8 {
    right: 66.66666667%; }
  .vc_col-md-pull-7 {
    right: 58.33333333%; }
  .vc_col-md-pull-6 {
    right: 50%; }
  .vc_col-md-pull-5 {
    right: 41.66666667%; }
  .vc_col-md-pull-4 {
    right: 33.33333333%; }
  .vc_col-md-pull-3 {
    right: 25%; }
  .vc_col-md-pull-2 {
    right: 16.66666667%; }
  .vc_col-md-pull-1 {
    right: 8.33333333%; }
  .vc_col-md-pull-0 {
    right: auto; }
  .vc_col-md-push-12 {
    left: 100%; }
  .vc_col-md-push-11 {
    left: 91.66666667%; }
  .vc_col-md-push-10 {
    left: 83.33333333%; }
  .vc_col-md-push-9 {
    left: 75%; }
  .vc_col-md-push-8 {
    left: 66.66666667%; }
  .vc_col-md-push-7 {
    left: 58.33333333%; }
  .vc_col-md-push-6 {
    left: 50%; }
  .vc_col-md-push-5 {
    left: 41.66666667%; }
  .vc_col-md-push-4 {
    left: 33.33333333%; }
  .vc_col-md-push-3 {
    left: 25%; }
  .vc_col-md-push-2 {
    left: 16.66666667%; }
  .vc_col-md-push-1 {
    left: 8.33333333%; }
  .vc_col-md-push-0 {
    left: auto; }
  .vc_col-md-offset-12 {
    margin-left: 100%; }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-md-offset-9 {
    margin-left: 75%; }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-md-offset-6 {
    margin-left: 50%; }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-md-offset-3 {
    margin-left: 25%; }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .vc_col-lg-1,
  .vc_col-lg-10,
  .vc_col-lg-11,
  .vc_col-lg-12,
  .vc_col-lg-2,
  .vc_col-lg-3,
  .vc_col-lg-4,
  .vc_col-lg-5,
  .vc_col-lg-6,
  .vc_col-lg-7,
  .vc_col-lg-8,
  .vc_col-lg-9 {
    float: left; }
  .rtl .vc_rtl-columns-reverse .vc_col-lg-1,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-10,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-11,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-12,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-2,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-3,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-4,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-5,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-6,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-7,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-8,
  .rtl .vc_rtl-columns-reverse .vc_col-lg-9 {
    float: right; }
  .vc_col-lg-12 {
    width: 100%; }
  .vc_col-lg-11 {
    width: 91.66666667%; }
  .vc_col-lg-10 {
    width: 83.33333333%; }
  .vc_col-lg-9 {
    width: 75%; }
  .vc_col-lg-8 {
    width: 66.66666667%; }
  .vc_col-lg-7 {
    width: 58.33333333%; }
  .vc_col-lg-6 {
    width: 50%; }
  .vc_col-lg-5 {
    width: 41.66666667%; }
  .vc_col-lg-4 {
    width: 33.33333333%; }
  .vc_col-lg-3 {
    width: 25%; }
  .vc_col-lg-2 {
    width: 16.66666667%; }
  .vc_col-lg-1 {
    width: 8.33333333%; }
  .vc_col-lg-5th {
    width: 20% !important; }
  .vc_col-lg-pull-12 {
    right: 100%; }
  .vc_col-lg-pull-11 {
    right: 91.66666667%; }
  .vc_col-lg-pull-10 {
    right: 83.33333333%; }
  .vc_col-lg-pull-9 {
    right: 75%; }
  .vc_col-lg-pull-8 {
    right: 66.66666667%; }
  .vc_col-lg-pull-7 {
    right: 58.33333333%; }
  .vc_col-lg-pull-6 {
    right: 50%; }
  .vc_col-lg-pull-5 {
    right: 41.66666667%; }
  .vc_col-lg-pull-4 {
    right: 33.33333333%; }
  .vc_col-lg-pull-3 {
    right: 25%; }
  .vc_col-lg-pull-2 {
    right: 16.66666667%; }
  .vc_col-lg-pull-1 {
    right: 8.33333333%; }
  .vc_col-lg-pull-0 {
    right: auto; }
  .vc_col-lg-push-12 {
    left: 100%; }
  .vc_col-lg-push-11 {
    left: 91.66666667%; }
  .vc_col-lg-push-10 {
    left: 83.33333333%; }
  .vc_col-lg-push-9 {
    left: 75%; }
  .vc_col-lg-push-8 {
    left: 66.66666667%; }
  .vc_col-lg-push-7 {
    left: 58.33333333%; }
  .vc_col-lg-push-6 {
    left: 50%; }
  .vc_col-lg-push-5 {
    left: 41.66666667%; }
  .vc_col-lg-push-4 {
    left: 33.33333333%; }
  .vc_col-lg-push-3 {
    left: 25%; }
  .vc_col-lg-push-2 {
    left: 16.66666667%; }
  .vc_col-lg-push-1 {
    left: 8.33333333%; }
  .vc_col-lg-push-0 {
    left: auto; }
  .vc_col-lg-offset-12 {
    margin-left: 100%; }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-lg-offset-9 {
    margin-left: 75%; }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-lg-offset-6 {
    margin-left: 50%; }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-lg-offset-3 {
    margin-left: 25%; }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-lg-offset-0 {
    margin-left: 0; } }

.vc_pull-right {
  float: right !important; }

.vc_pull-left {
  float: left !important; }

.vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px; }

.vc_section {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px; }

/*---------------------------------
## Popup
---------------------------------*/
.clb-popup {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50vh);
      -ms-transform: translateY(-50vh);
          transform: translateY(-50vh); }
  .clb-popup.hidden {
    opacity: 0;
    visibility: hidden;
    display: initial; }
  .clb-popup.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
  .clb-popup .close-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .clb-popup .close-bar.text-left {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .clb-popup .close-bar .btn-expand {
      display: inline-block; }
  .clb-popup-holder {
    padding: 136px 10vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .clb-popup-holder {
        padding: 80px 10vw; } }
  @media screen and (max-width: 768px) {
    .clb-popup {
      overflow-y: auto; }
      .clb-popup-holder {
        height: auto;
        padding: 96px 25px; }
      .clb-popup .close-bar {
        position: fixed; }
      .clb-popup .clb-slider-nav-btn {
        margin-right: 0 !important; } }

.clb-video-popup iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.clb-portfolio-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clb-portfolio-lightbox-media, .clb-portfolio-lightbox-details {
    height: 100%; }
  .clb-portfolio-lightbox-media {
    width: -webkit-calc(100% - 650px);
    width: calc(100% - 650px);
    height: 100%;
    position: relative; }
    .clb-portfolio-lightbox-media .slider {
      width: 100%;
      height: 100%;
      position: static; }
      .clb-portfolio-lightbox-media .slider .clb-slider-outer-stage,
      .clb-portfolio-lightbox-media .slider .clb-slider-stage {
        height: 100%; }
      .clb-portfolio-lightbox-media .slider .clb-slider-pagination {
        left: 0; }
      .clb-portfolio-lightbox-media .slider .portfolio-lightbox-image {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  .clb-portfolio-lightbox-details {
    width: 650px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    padding: 12vh 10vh;
    background-color: #17161A;
    position: relative;
    color: #fff; }
    .clb-portfolio-lightbox-details .project-page-headline,
    .clb-portfolio-lightbox-details .project-meta-title,
    .clb-portfolio-lightbox-details .btn-link {
      color: #fff; }
    .clb-portfolio-lightbox-details .project-page-headline {
      margin: 10px 0px; }
    .clb-portfolio-lightbox-details .project-page .project-meta li {
      width: -webkit-calc((100% / 3) - 25px);
      width: calc((100% / 3) - 25px); }
    .clb-portfolio-lightbox-details .project-page .project-meta p {
      color: rgba(255, 255, 255, 0.35); }
  @media screen and (max-width: 768px) {
    .clb-portfolio-lightbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-y: scroll; }
      .clb-portfolio-lightbox::-webkit-scrollbar {
        width: 0; }
    .clb-portfolio-lightbox-media {
      width: 100%;
      position: relative;
      overflow-y: auto;
      overflow: visible;
      min-height: 50%; }
    .clb-portfolio-lightbox-details {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      right: auto;
      padding: 20px; } }

.clb-gallery-lightbox .close-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.clb-gallery-lightbox .clb-popup-holder {
  padding-top: 0;
  padding-bottom: 0; }
  .clb-gallery-lightbox .clb-popup-holder .slider {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-gallery-lightbox .clb-popup-holder .slider.ready .clb-slider-item:not(.active) {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-popup-holder .slider,
  .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage {
    height: 100%; }
    .clb-gallery-lightbox .clb-popup-holder .slider .image-wrap,
    .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage .image-wrap {
      padding-top: 136px;
      padding-bottom: 136px; }
      .clb-gallery-lightbox .clb-popup-holder .slider .image-wrap.with-description,
      .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage .image-wrap.with-description {
        padding-bottom: 0; }

.clb-gallery-lightbox .clb-slider {
  max-width: 70%; }
  .clb-gallery-lightbox .clb-slider-outer-stage {
    overflow: visible; }
  .clb-gallery-lightbox .clb-slider-stage {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .clb-gallery-lightbox .clb-slider-item {
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .clb-gallery-lightbox .clb-slider-item img {
      max-height: -webkit-calc(100vh - 290px);
      max-height: calc(100vh - 290px); }
    .clb-gallery-lightbox .clb-slider-item.active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-slider-item:not(.active) {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-slider-nav-btn {
    position: fixed; }
  @media screen and (max-width: 991px) {
    .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage {
      height: 100%; }
      .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap:not(.with-description) {
        padding-top: 30px;
        padding-bottom: 30px; }
        .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap:not(.with-description) img {
          max-height: -webkit-calc(100vh - 60px);
          max-height: calc(100vh - 60px); }
      .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap.with-description {
        padding-top: 30px; }
        .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap.with-description img {
          max-height: -webkit-calc(100vh - 166px);
          max-height: calc(100vh - 166px); } }

.clb-gallery-lightbox .clb-gallery-img-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 136px;
  max-height: 200px;
  width: 100%;
  padding: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .clb-gallery-lightbox .clb-gallery-img-details {
      padding: 20px; } }
  .clb-gallery-lightbox .clb-gallery-img-details .title {
    color: #fff;
    font-size: 18px; }
  .clb-gallery-lightbox .clb-gallery-img-details .caption {
    display: block;
    width: auto;
    color: #6A696C; }

.clb-popup-product {
  display: block;
  overflow-y: auto; }
  .clb-popup-product .vc_row {
    margin: 0; }
    .clb-popup-product .vc_row .vc_col-md-6 {
      padding: 0; }
  .clb-popup-product .woocommerce-product-gallery__image > img {
    width: 100%; }
  .clb-popup-product .woo_c-product {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%; }
    .clb-popup-product .woo_c-product-details {
      background-color: transparent !important; }
      @media screen and (max-width: 768px) {
        .clb-popup-product .woo_c-product-details {
          margin-left: 0;
          margin-right: 0; } }
      .clb-popup-product .woo_c-product-details-inner {
        padding: 7.2vh; }
        @media screen and (max-width: 768px) {
          .clb-popup-product .woo_c-product-details-inner {
            padding: 30px; } }
    .clb-popup-product .woo_c-product-image .product-image-dots {
      margin-top: 3.4vh;
      margin-left: 3.4vh;
      margin-right: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-left: 20px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-right: 20px; } }
    @media screen and (max-width: 768px) {
      .clb-popup-product .woo_c-product .clb-slider-stage {
        -webkit-border-radius: 6px;
        border-radius: 6px; } }
    @media screen and (min-width: 1025px) {
      .clb-popup-product .woo_c-product-details,
      .clb-popup-product .woo_c-product .product-image-dots {
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
      .clb-popup-product .woo_c-product .product-image-dots {
        top: 30px; } }

/*---------------------------------
## Coming soon
---------------------------------*/
.clb-coming-soon {
  background: -webkit-gradient(linear, left top, right top, from(#E7F6F8), to(#FBF6F1));
  background: -webkit-linear-gradient(left, #E7F6F8, #FBF6F1);
  background: -o-linear-gradient(left, #E7F6F8, #FBF6F1);
  background: linear-gradient(90deg, #E7F6F8, #FBF6F1);
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .clb-coming-soon .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .clb-coming-soon .holder h2 {
      margin: 0; }
    .clb-coming-soon .holder p {
      font-size: 1.15em; }
    .clb-coming-soon .holder .countdown-box {
      margin-top: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .clb-coming-soon .holder .countdown-box {
          margin-top: 20px; } }
  .clb-coming-soon .socialbar {
    position: absolute;
    left: 50%;
    bottom: 8.8vh;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
    @media screen and (max-width: 768px) {
      .clb-coming-soon .socialbar {
        bottom: 40px; } }

/*---------------------------------
## Breadcrumbs
---------------------------------*/
.breadcrumbs {
  width: 100%;
  padding-top: 3.4vh;
  padding-bottom: 3.4vh;
  line-height: 20px;
  font-size: 0.94rem;
  line-height: 1; }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      padding-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      padding-bottom: 20px; } }
  .breadcrumbs .vc_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .breadcrumbs .vc_row {
        margin: 0; }
        .breadcrumbs .vc_row [class*="vc_col"] {
          padding: 0; } }
  .breadcrumbs-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    line-height: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media screen and (max-width: 768px) {
      .breadcrumbs-holder {
        height: auto;
        padding: 0; } }
  .breadcrumbs-slug {
    position: relative;
    z-index: 3;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .breadcrumbs-slug li {
      list-style: none;
      padding: 0; }
    .breadcrumbs-slug i {
      margin: -2px 8px 0; }
  .breadcrumbs-inner {
    height: 32px;
    line-height: 32px; }
  .breadcrumbs-slug .active, .breadcrumbs-inner .active {
    font-weight: 500; }

.post-type-archive-product .breadcrumbs-container.vc_col-lg-push-2 {
  left: auto;
  width: 100%; }

/*---------------------------------
## Pagination
---------------------------------*/
.pagination {
  margin-top: 25px;
  font-size: 1em;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .pagination li {
    display: inline-block;
    font-weight: 600;
    padding: 0; }
    .pagination li .btn,
    .pagination li .page-numbers {
      margin: 0px 4px;
      padding: 0px 4px;
      height: 36px;
      line-height: 36px;
      vertical-align: top;
      display: inline-block; }
      .pagination li .btn .ion,
      .pagination li .page-numbers .ion {
        vertical-align: middle;
        margin-top: -3px; }
      .pagination li .btn.active, .pagination li .btn.current,
      .pagination li .page-numbers.active,
      .pagination li .page-numbers.current {
        color: #d90a2c; }
        .pagination li .btn.active:before, .pagination li .btn.current:before,
        .pagination li .page-numbers.active:before,
        .pagination li .page-numbers.current:before {
          width: 100%;
          opacity: 1; }
    .pagination li .page-numbers > .btn {
      padding: 0; }
    .pagination li .page-numbers.current {
      position: relative; }
      .pagination li .page-numbers.current:before {
        content: '';
        background: currentColor;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -2px;
        left: 0; }
    .pagination li:first-child .btn,
    .pagination li:first-child .page-numbers {
      margin-left: 0; }
    .pagination li:last-child .btn,
    .pagination li:last-child .page-numbers {
      margin-right: 0; }

.page-links {
  font-weight: 600; }
  .page-links a {
    margin: 0 5px; }

.lazy-load {
  margin: auto;
  margin-top: 3.4vh;
  margin-bottom: 3.4vh;
  display: block;
  font-weight: 600;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 1024px) {
    .lazy-load {
      margin-top: 20px; } }
  @media screen and (max-width: 1024px) {
    .lazy-load {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .lazy-load {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .lazy-load .btn-round {
    margin-right: 10px;
    display: inline-block; }
    .lazy-load .btn-round .ion {
      vertical-align: middle;
      fill: #17161A;
      color: currentColor;
      font-size: 26px; }
  .lazy-load[data-lazy-load-loading=""] {
    display: none; }
  .lazy-load.active .ion:before, .lazy-load.is-loading .ion:before {
    -webkit-animation: mymove 1s linear 0s infinite;
            animation: mymove 1s linear 0s infinite;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .lazy-load.load-more .loading-text {
    display: none; }
  .lazy-load.load-more.active .loadmore-text, .lazy-load.load-more.is-loading .loadmore-text {
    display: none; }
  .lazy-load.load-more.active .loading-text, .lazy-load.load-more.is-loading .loading-text {
    display: inline; }

.pagination-standard li .btn,
.pagination-standard li .page-numbers {
  background-color: rgba(136, 136, 136, 0.05);
  color: currentColor;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 42px;
  min-width: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0px 15px; }
  .pagination-standard li .btn:before,
  .pagination-standard li .page-numbers:before {
    display: none; }
  .pagination-standard li .btn .ion,
  .pagination-standard li .page-numbers .ion {
    color: currentColor; }
  .pagination-standard li .btn:hover,
  .pagination-standard li .page-numbers:hover {
    background-color: rgba(136, 136, 136, 0.08); }
  .pagination-standard li .btn.active, .pagination-standard li .btn.current,
  .pagination-standard li .page-numbers.active,
  .pagination-standard li .page-numbers.current {
    background-color: #17161A;
    color: #fff !important; }
    .pagination-standard li .btn.active:hover, .pagination-standard li .btn.current:hover,
    .pagination-standard li .page-numbers.active:hover,
    .pagination-standard li .page-numbers.current:hover {
      color: #fff; }

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

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

/*---------------------------------
## Preloader
---------------------------------*/
.page-preloader {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility; }
  .page-preloader .loader {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate; }
  .page-preloader.hidden {
    opacity: 0;
    visibility: hidden; }
  .page-preloader.hide {
    display: none; }
  .page-preloader.percentage-preloader .sk-percentage {
    height: 100%;
    width: 0;
    background-color: #fceef1;
    left: 0;
    position: fixed; }
    .page-preloader.percentage-preloader .sk-percentage-percent {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 6em;
      font-weight: 600;
      letter-spacing: -.02rem; }

@media screen and (max-width: 1024px) {
  .page-preloader {
    display: none; } }

.spinner {
  -webkit-animation: anim1 2s linear infinite;
          animation: anim1 2s linear infinite;
  z-index: 2;
  position: relative;
  width: 50px;
  height: 50px; }
  .spinner .path {
    opacity: .75;
    stroke: #17161A;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite; }

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.sk-fading-circle,
.sk-double-bounce,
.sk-circle,
.sk-folding-cube {
  width: 50px;
  height: 50px; }

.sk-fading-circle {
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #17161A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.sk-double-bounce {
  position: relative; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #17161A;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
            animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #17161A;
    height: 100%;
    width: 5px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
            animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

.sk-circle {
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #17161A;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.sk-folding-cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #17161A;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotate(180deg);
            transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotate(270deg);
            transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*---------------------------------
## Subscribe
---------------------------------*/
.clb-subscribe {
  overflow: hidden;
  max-width: 760px;
  height: auto;
  -webkit-animation: 0.4s slide_up_inner cubic-bezier(0.4, 0, 0.2, 1);
          animation: 0.4s slide_up_inner cubic-bezier(0.4, 0, 0.2, 1);
  /*Sent form state*/ }
  .clb-subscribe .vc_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .clb-subscribe .vc_row {
        display: block; } }
  .clb-subscribe .clb-subscribe-img {
    -webkit-background-size: cover;
            background-size: cover;
    background-color: #fff;
    min-height: 20vh;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .clb-subscribe .clb-subscribe-img {
        -webkit-border-bottom-left-radius: 0px;
                border-bottom-left-radius: 0px; } }
  .clb-subscribe-content.vc_col-sm-6 {
    padding: 4.4vh;
    background-color: #fff; }
    @media screen and (max-width: 1024px) {
      .clb-subscribe-content.vc_col-sm-6 {
        padding: 20px; } }
  .clb-subscribe-content-headline {
    margin: 0px 0px 20px 0px; }
  .clb-subscribe div.wpcf7-validation-errors,
  .clb-subscribe div.wpcf7-acceptance-missing,
  .clb-subscribe div.wpcf7-response-output {
    padding: 0;
    text-align: center; }
  .clb-subscribe .wpcf7-form.sent .subscribe-form {
    display: none; }
  .clb-subscribe .wpcf7-form.sent .wpcf7-mail-sent-ok:before {
    content: "\f2bc";
    font-family: Ionicons;
    font-size: 1.6em;
    display: block;
    margin: 20px auto;
    height: 56px;
    width: 56px;
    line-height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #0ebd6e;
    background-color: rgba(14, 189, 110, 0.15); }
  .clb-subscribe .subscribe-form {
    margin: 20px 0px; }
    @media screen and (max-width: 768px) {
      .clb-subscribe .subscribe-form input[type="email"] {
        margin-bottom: 0; } }

@-webkit-keyframes slide_up_inner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: .5; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@keyframes slide_up_inner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: .5; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

/*---------------------------------
## Search
---------------------------------*/
.clb-search-popup .search-holder {
  width: 100%;
  position: absolute;
  top: -webkit-calc(30vh - 50px);
  top: calc(30vh - 50px);
  left: 0; }
  @media screen and (max-width: 768px) {
    .clb-search-popup .search-holder {
      top: 100px; } }
  .clb-search-popup .search-holder .search-field {
    background-color: rgba(255, 255, 255, 0.03);
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    height: 56px;
    padding-left: 18px;
    padding-right: 18px; }
    .clb-search-popup .search-holder .search-field::-webkit-input-placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field::-moz-placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field::-ms-input-placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field::placeholder {
      color: #fff; }
    .clb-search-popup .search-holder .search-field:hover::-webkit-input-placeholder {
      opacity: .7; }
    .clb-search-popup .search-holder .search-field:hover::-moz-placeholder {
      opacity: .7; }
    .clb-search-popup .search-holder .search-field:hover::-ms-input-placeholder {
      opacity: .7; }
    .clb-search-popup .search-holder .search-field:hover::placeholder {
      opacity: .7; }
  .clb-search-popup .search-holder .product_search_description {
    color: #fff;
    margin-left: 25px;
    max-width: -webkit-calc(100% - 195px);
    max-width: calc(100% - 195px); }
  .clb-search-popup .search-holder .search_results_btn.btn-link {
    color: #fff; }
  .clb-search-popup .search-holder form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 12; }
    .clb-search-popup .search-holder form label {
      margin-bottom: 0; }
    .clb-search-popup .search-holder form .select-holder {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 45px;
      color: #fff; }
      .clb-search-popup .search-holder form .select-holder select {
        background: transparent;
        color: currentColor;
        height: 100%; }
    .clb-search-popup .search-holder form .search-submit {
      color: #fff;
      width: 56px; }
      .clb-search-popup .search-holder form .search-submit.btn-loading:before {
        border-color: rgba(255, 255, 255, 0.2);
        border-top-color: rgba(255, 255, 255, 0.8);
        border-right-color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 768px) {
      .clb-search-popup .search-holder form {
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px); } }

.search_results {
  max-width: 500px;
  margin: 0 auto;
  max-height: 500px;
  overflow: auto; }
  .search_results .suggestions,
  .search_results .no-search-results,
  .search_results #loading {
    margin: 18px 0;
    color: #6A696C; }
  .search_results #loading {
    margin: 25px 15px; }
  .search_results .product_search {
    position: relative;
    padding: 13px 0;
    border-top: solid 1px rgba(136, 136, 136, 0.08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .search_results .product_search_img a:before {
      display: none; }
    .search_results .product_search_img img {
      vertical-align: top;
      max-width: 70px;
      min-width: 70px;
      height: auto; }
    .search_results .product_search_name {
      display: block;
      font-weight: 600; }
    .search_results .product_search_description {
      margin-left: 15px; }
      .search_results .product_search_description .product_search_name div {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
    .search_results .product_search_price {
      font-weight: 600;
      position: absolute;
      right: 0;
      color: #fff; }
    .search_results .product_search:first-child {
      border: none; }
  .search_results_btn.btn-link {
    margin-top: 15px;
    position: relative; }
    .search_results_btn.btn-link:before {
      float: right;
      margin-right: 0 !important; }
  @media screen and (max-width: 768px) {
    .search_results .suggestions,
    .search_results #loading, .search_results_btn {
      margin: 25px 20px; }
    .search_results .product_search {
      margin: 0px 20px; } }

.search-global.fixed {
  position: fixed;
  left: 4.4vh;
  bottom: 4.4vh;
  z-index: 50; }
  @media screen and (max-width: 1024px) {
    .search-global.fixed {
      left: 20px; } }
  @media screen and (max-width: 1024px) {
    .search-global.fixed {
      bottom: 20px; } }
  .search-global.fixed .ion.light-typo {
    color: #fff; }
  .search-global.fixed .ion.dark-typo {
    color: #17161A; }

button.search-submit.btn-loading .ion {
  display: none; }

/*---------------------------------
## Product search widget
---------------------------------*/
.search-form,
.woocommerce-product-search {
  position: relative; }
  .search-form label,
  .woocommerce-product-search label {
    font-size: 1em; }
  .search-form .search-submit,
  .woocommerce-product-search .search-submit {
    color: #232226; }
  .search-form button.search,
  .woocommerce-product-search button.search {
    background: none;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100%;
    border: none;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    outline: none; }
    .search-form button.search:hover,
    .woocommerce-product-search button.search:hover {
      opacity: .6; }

.search-results .clb-page-headline .category-holder:after {
  display: none; }

/*---------------------------------
## Structure
---------------------------------*/
.page-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .page-container {
      padding: 0px 20px; } }
  .page-container.full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .page-container.full {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  .page-container.top-offset {
    padding-top: 8.8vh; }
    @media screen and (max-width: 768px) {
      .page-container.top-offset {
        padding-top: 40px; } }
  .page-container.bottom-offset {
    padding-bottom: 8.8vh; }
    @media screen and (max-width: 768px) {
      .page-container.bottom-offset {
        padding-bottom: 40px; } }
  .page-container:after {
    content: '';
    clear: both;
    display: table; }

/*---------------------------------
### Container width (specific resolutions)
---------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body .page-container:not(.full),
  body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1240px; } }

@media screen and (max-width: 1366px) {
  body .page-container:not(.full),
  body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1180px; } }

@media screen and (max-width: 1280px) {
  body .page-container:not(.full),
  body .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1090px; } }

/*---------------------------------
### Container width (specific headers)
---------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body.with-header-6.with-spacer .page-container:not(.full),
  body.with-header-6.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container, body.with-header-7.with-spacer .page-container:not(.full),
  body.with-header-7.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container,
  body .boxed-container .page-container:not(.full),
  body .boxed-container .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1240px - 10.5vh);
    max-width: calc(1240px - 10.5vh); } }

@media screen and (max-width: 1366px) {
  body.with-header-6.with-spacer .page-container:not(.full),
  body.with-header-6.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container, body.with-header-7.with-spacer .page-container:not(.full),
  body.with-header-7.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container,
  body .boxed-container .page-container:not(.full),
  body .boxed-container .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1180px - 10.5vh);
    max-width: calc(1180px - 10.5vh); } }

@media screen and (max-width: 1280px) {
  body.with-header-6.with-spacer .page-container:not(.full),
  body.with-header-6.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container, body.with-header-7.with-spacer .page-container:not(.full),
  body.with-header-7.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container,
  body .boxed-container .page-container:not(.full),
  body .boxed-container .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1090px - 10.5vh);
    max-width: calc(1090px - 10.5vh); } }

@media screen and (max-width: 1600px) and (min-width: 769px) {
  body.with-header-6:not(.with-spacer) .page-container:not(.full),
  body.with-header-6:not(.with-spacer) .vc_row[data-vc-full-width]:not(.vc_row-no-padding), body.with-header-7:not(.with-spacer) .page-container:not(.full),
  body.with-header-7:not(.with-spacer) .vc_row[data-vc-full-width]:not(.vc_row-no-padding) {
    padding-left: -webkit-calc(10.5vh + 20px);
    padding-left: calc(10.5vh + 20px); }
  body.with-header-6:not(.with-spacer) .elementor-section-full_width > .elementor-container,
  body.with-header-6:not(.with-spacer) .elementor-section-stretched > .elementor-container, body.with-header-7:not(.with-spacer) .elementor-section-full_width > .elementor-container,
  body.with-header-7:not(.with-spacer) .elementor-section-stretched > .elementor-container {
    padding-left: -webkit-calc(10.5vh);
    padding-left: calc(10.5vh); } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body.with-header-5.with-spacer .page-container:not(.full),
  body.with-header-5.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1240px - 33vh);
    max-width: calc(1240px - 33vh); } }

@media screen and (max-width: 1366px) {
  body.with-header-5.with-spacer .page-container:not(.full),
  body.with-header-5.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1180px - 33vh);
    max-width: calc(1180px - 33vh); } }

@media screen and (max-width: 1280px) {
  body.with-header-5.with-spacer .page-container:not(.full),
  body.with-header-5.with-spacer .page-container:not(.full) .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: -webkit-calc(1090px - 33vh);
    max-width: calc(1090px - 33vh); } }

@media screen and (min-width: 1025px) {
  .single-post:not(.single-post-sidebar) .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .single-post:not(.single-post-sidebar) .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .single-post:not(.single-post-sidebar) .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-account:not(.logged-in) .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-account:not(.logged-in) .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-account:not(.logged-in) .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-lost-password .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-lost-password .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-lost-password .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-cart .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-cart .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-cart .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-checkout .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-checkout .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-checkout .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-wishlist .site-content .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-wishlist .clb-page-headline .page-container .vc_row:not(.vc_row-reset):not(.wpb_row),
  .woocommerce-wishlist .breadcrumbs .page-container .vc_row:not(.vc_row-reset):not(.wpb_row) {
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1); }
  .woocommerce-ResetPassword {
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1); }
  .single-post:not(.single-post-sidebar) .site-content .page-container .vc_row .vc_row.portfolio-grid {
    padding-left: 0;
    padding-right: 0; } }

.boxed-container {
  margin-right: 12vw;
  margin-left: 12vw;
  position: relative; }
  @media screen and (max-width: 768px) {
    .boxed-container {
      margin: 0 !important; } }

.page-content {
  width: 100%;
  float: left; }
  .page-content.with-left-sidebar {
    width: 75%;
    float: right; }
  .page-content.with-right-sidebar {
    width: 75%;
    float: left; }
  @media screen and (max-width: 768px) {
    .page-content.with-left-sidebar, .page-content.with-right-sidebar {
      width: 100%; } }

.single-post .page-content.with-left-sidebar .content-area .vc_col-lg-8, .single-post .page-content.with-right-sidebar .content-area .vc_col-lg-8 {
  left: auto;
  width: 100%; }

/*---------------------------------
## Header
---------------------------------*/
.header {
  background: transparent;
  vertical-align: middle;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 60;
  border-style: none;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(136, 136, 136, 0.15); }
  .header-cap {
    width: 100%;
    height: 14vh; }
    @media screen and (max-width: 1024px) {
      .header-cap {
        height: 100px; } }
  .header-wrap {
    position: relative;
    z-index: 1;
    height: 14vh; }
    @media screen and (max-width: 1024px) {
      .header-wrap {
        height: 100px; } }
    .header-wrap-inner {
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-wrap-inner .left-part,
      .header-wrap-inner .right-part,
      .header-wrap-inner .top-part {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .header-wrap-inner .right-part {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header-wrap-inner.vertical-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .header-wrap-inner .menu-optional {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .header-wrap:not(.page-container) {
      padding-left: 4.4vh;
      padding-right: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .header-wrap:not(.page-container) {
          padding-left: 20px; } }
      @media screen and (max-width: 1024px) {
        .header-wrap:not(.page-container) {
          padding-right: 20px; } }
    .header-wrap.wrapped-container {
      padding: 0 15px; }
    .header-wrap .top-part {
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1024px) {
        .header-wrap .top-part.page-container {
          padding: 0; } }
    .header-wrap .bottom-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
  .header .clb-social {
    display: none; }
  .header svg {
    fill: currentColor; }
  .header ul li {
    list-style: none; }
  .header .favorites-global .ion {
    font-size: 22px;
    color: inherit;
    background-color: transparent; }
  .header .favorites-global,
  .header .search-global {
    display: inline-block; }
  .header .fixed-logo,
  .header .mobile-logo,
  .header .fixed-mobile-logo {
    display: none; }
  @media screen and (min-width: 769px) {
    .header .desktop-hamburger {
      min-width: 56px; }
      .header .desktop-hamburger.-left {
        margin-right: 1rem; }
      .header .desktop-hamburger.-right {
        margin-left: 1rem; } }
  .header:not(.-sticky) .mbl-overlay .btn-round {
    color: initial; }
  .header .branding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .branding-title {
      font-weight: bold;
      font-size: 1.4em; }
      .header .branding-title .light {
        color: #fff; }
    .header .branding:hover {
      opacity: .65;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .header .branding .logo img,
    .header .branding .mobile-logo img,
    .header .branding .for-onepage img {
      max-height: 66px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .header .branding .logo img,
        .header .branding .mobile-logo img,
        .header .branding .for-onepage img {
          max-height: 46px; } }
    .header .branding .fixed-logo {
      display: none; }
  .header.header-2 .header-wrap .top-part:not(.page-container) {
    padding-left: 4.4vh;
    padding-right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .header.header-2 .header-wrap .top-part:not(.page-container) {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) {
      .header.header-2 .header-wrap .top-part:not(.page-container) {
        padding-right: 20px; } }
  .header.header-2:not(.-mobile) .header-wrap {
    height: 21vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    padding: 0; }
    .header.header-2:not(.-mobile) .header-wrap .menu-optional {
      min-width: 20vw; }
      .header.header-2:not(.-mobile) .header-wrap .menu-optional-left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header.header-2:not(.-mobile) .header-wrap .menu-optional-left > li:first-child {
          padding-left: 0; }
      .header.header-2:not(.-mobile) .header-wrap .menu-optional-right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .header.header-2:not(.-mobile) .header-wrap .top-part.page-container:after {
      content: none; }
    .header.header-2:not(.-mobile) .header-wrap .middle-part {
      border-top: 1px solid rgba(136, 136, 136, 0.15); }
    .header.header-2:not(.-mobile) .header-wrap .bottom-part {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .header.header-2:not(.-mobile) .header-wrap .top-part,
    .header.header-2:not(.-mobile) .header-wrap .bottom-part {
      height: auto;
      padding-top: 1.5vh;
      padding-bottom: 1.5vh; }
  .header.header-2:not(.-mobile).-sticky .header-wrap {
    height: 17vh; }
  .header.header-2.-mobile .header-wrap {
    padding: 0; }
  .header.header-2.-mobile .branding + .menu-optional {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .header.header-2 .header-wrap .menu-optional {
      min-width: auto !important; }
    .header.header-2 .branding + .menu-optional {
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .header.header-3:not(.-mobile) .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .header.header-4 .menu-blank {
    margin-right: 10vw; }
  .header.header-4 .left-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header.header-4 .left-part .desktop-hamburger {
      margin-right: 1rem; }
    .header.header-4 .left-part .menu-optional > li:first-child {
      padding-left: 0; }
  .header.header-4:not(.-mobile) {
    opacity: 0;
    -webkit-transition-duration: 0.05s;
         -o-transition-duration: 0.05s;
            transition-duration: 0.05s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
    .header.header-4:not(.-mobile) .branding {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .header.header-4:not(.-mobile) .branding-title {
        width: auto;
        padding: 0 30px; }
    .header.header-4:not(.-mobile) .left-part,
    .header.header-4:not(.-mobile) .right-part {
      z-index: 20; }
    .header.header-4:not(.-mobile) .top-part {
      height: 100%;
      position: relative; }
      .header.header-4:not(.-mobile) .top-part .nav {
        position: absolute; }
      .header.header-4:not(.-mobile) .top-part.page-container:after {
        display: none; }
  .header.header-5:not(.-mobile) {
    width: 33vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0; }
    .header.header-5:not(.-mobile) .header-wrap {
      height: 100vh;
      padding-bottom: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .header.header-5:not(.-mobile) .header-wrap {
          padding-bottom: 20px; } }
      .header.header-5:not(.-mobile) .header-wrap .top-part {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 14vh; }
        @media screen and (max-width: 1024px) {
          .header.header-5:not(.-mobile) .header-wrap .top-part {
            height: 100px; } }
      .header.header-5:not(.-mobile) .header-wrap .bottom-part {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .header.header-5:not(.-mobile) .middle-part,
    .header.header-5:not(.-mobile) .mbl-overlay {
      width: 100%; }
    .header.header-5:not(.-mobile) .menu {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header.header-5:not(.-mobile) .menu li {
        font-size: 18px;
        font-weight: 600;
        width: 100%; }
        .header.header-5:not(.-mobile) .menu li a {
          width: 100%;
          padding-top: 0.3rem;
          padding-bottom: 0.3rem; }
          .header.header-5:not(.-mobile) .menu li a .has-submenu-icon {
            position: absolute; }
        .header.header-5:not(.-mobile) .menu li .sub-menu {
          margin-left: 4.4vh; }
          @media screen and (max-width: 1024px) {
            .header.header-5:not(.-mobile) .menu li .sub-menu {
              margin-left: 20px; } }
        .header.header-5:not(.-mobile) .menu li > ul {
          -webkit-box-shadow: none;
                  box-shadow: none;
          min-width: 33vh;
          position: absolute;
          top: 0;
          left: -webkit-calc(100% - 0.8rem);
          left: calc(100% - 0.8rem);
          color: #fff;
          background-color: transparent;
          padding: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
          .header.header-5:not(.-mobile) .menu li > ul li {
            -webkit-transition-duration: 0.4s;
                 -o-transition-duration: 0.4s;
                    transition-duration: 0.4s; }
        .header.header-5:not(.-mobile) .menu li:hover > ul,
        .header.header-5:not(.-mobile) .menu li:hover > ul > *, .header.header-5:not(.-mobile) .menu li:hover:after {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          visibility: visible;
          opacity: 1; }
      .header.header-5:not(.-mobile) .menu > .nav-item > a {
        padding-left: 0;
        padding-right: 0; }
      .header.header-5:not(.-mobile) .menu > .nav-item.has-submenu .menu-plus {
        display: initial; }
      .header.header-5:not(.-mobile) .menu > .nav-item.has-submenu .menu-chevron {
        display: none; }
      .header.header-5:not(.-mobile) .menu > .nav-item li {
        padding-left: 4.4vh; }
        @media screen and (max-width: 1024px) {
          .header.header-5:not(.-mobile) .menu > .nav-item li {
            padding-left: 20px; } }
      .header.header-5:not(.-mobile) .menu > .nav-item:after {
        content: "";
        height: 100vh;
        background: rgba(23, 22, 26, 0.99);
        position: fixed;
        left: 33vh;
        right: 0;
        top: 0;
        z-index: -1;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .header.header-5:not(.-mobile) .menu-optional {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header.header-5:not(.-mobile) .menu-optional .cart-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header.header-5:not(.-mobile) .menu-optional > li {
        margin-top: 0.5rem;
        width: 100%; }
        .header.header-5:not(.-mobile) .menu-optional > li, .header.header-5:not(.-mobile) .menu-optional > li:first-child {
          padding-left: 0; }
        .header.header-5:not(.-mobile) .menu-optional > li .submenu_cart {
          top: auto;
          right: auto;
          left: 0;
          margin-bottom: -webkit-calc(56px + 30px);
          margin-bottom: calc(56px + 30px);
          position: fixed;
          bottom: 4.4vh;
          margin-left: 4.4vh; }
          @media screen and (max-width: 1024px) {
            .header.header-5:not(.-mobile) .menu-optional > li .submenu_cart {
              bottom: 20px; } }
          @media screen and (max-width: 1024px) {
            .header.header-5:not(.-mobile) .menu-optional > li .submenu_cart {
              margin-left: 20px; } }
  .header.header-6:not(.-mobile) .branding {
    top: 66px; }
  .header.header-7:not(.-mobile) .header-wrap-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header.header-7:not(.-mobile) .branding {
    top: 0; }
  .header.header-7:not(.-mobile) .middle-part {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .header.header-7.-mobile .top-part {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .header.header-7.-mobile .middle-part {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .header.header-7.-mobile .bottom-part {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .header:not(.-mobile).header-5, .header:not(.-mobile).header-6, .header:not(.-mobile).header-7 {
    border-bottom: none !important;
    border-right-width: 1px;
    border-right-color: rgba(136, 136, 136, 0.15); }
  .header:not(.-mobile).header-6, .header:not(.-mobile).header-7 {
    position: fixed;
    width: 10.5vh;
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: none; }
    .header:not(.-mobile).header-6.-sticky .header-wrap, .header:not(.-mobile).header-7.-sticky .header-wrap {
      height: 100%; }
    .header:not(.-mobile).header-6 .header-wrap, .header:not(.-mobile).header-7 .header-wrap {
      height: 100%; }
    .header:not(.-mobile).header-6 .vertical-inner, .header:not(.-mobile).header-7 .vertical-inner {
      padding-top: 3.4vh;
      padding-bottom: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .header:not(.-mobile).header-6 .vertical-inner, .header:not(.-mobile).header-7 .vertical-inner {
          padding-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .header:not(.-mobile).header-6 .vertical-inner, .header:not(.-mobile).header-7 .vertical-inner {
          padding-bottom: 20px; } }
    .header:not(.-mobile).header-6 .header-wrap, .header:not(.-mobile).header-7 .header-wrap {
      padding: 0; }
    .header:not(.-mobile).header-6 ~ .hamburger-nav.split, .header:not(.-mobile).header-7 ~ .hamburger-nav.split {
      left: 80px;
      z-index: 100; }
    .header:not(.-mobile).header-6 .submenu_cart, .header:not(.-mobile).header-7 .submenu_cart {
      top: auto;
      right: auto;
      left: 0;
      bottom: -60px;
      position: fixed;
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      -webkit-transform: rotate(90deg) translate(0%, 0%);
          -ms-transform: rotate(90deg) translate(0%, 0%);
              transform: rotate(90deg) translate(0%, 0%);
      margin-bottom: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .header:not(.-mobile).header-6 .submenu_cart, .header:not(.-mobile).header-7 .submenu_cart {
          margin-bottom: 20px; } }
    .header:not(.-mobile).header-6 .menu, .header:not(.-mobile).header-7 .menu {
      display: none; }
    .header:not(.-mobile).header-6 .branding, .header:not(.-mobile).header-7 .branding {
      position: absolute;
      left: 0;
      min-width: 35vh;
      min-height: 10.5vh;
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: rotate(-90deg) translate(-100%, 0%);
          -ms-transform: rotate(-90deg) translate(-100%, 0%);
              transform: rotate(-90deg) translate(-100%, 0%);
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .header:not(.-mobile).header-6 .top-part-inner, .header:not(.-mobile).header-7 .top-part-inner {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header:not(.-mobile).header-6 .bottom-part, .header:not(.-mobile).header-7 .bottom-part {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      position: relative; }
      .header:not(.-mobile).header-6 .bottom-part .menu-optional, .header:not(.-mobile).header-7 .bottom-part .menu-optional {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 10.5vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotate(-90deg) translate(0%, 100%);
            -ms-transform: rotate(-90deg) translate(0%, 100%);
                transform: rotate(-90deg) translate(0%, 100%); }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional > li:first-child, .header:not(.-mobile).header-7 .bottom-part .menu-optional > li:first-child {
          padding-left: 1rem; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional > li:last-child, .header:not(.-mobile).header-7 .bottom-part .menu-optional > li:last-child {
          padding-left: 0; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional *, .header:not(.-mobile).header-7 .bottom-part .menu-optional * {
          white-space: nowrap; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional .lang-dropdown, .header:not(.-mobile).header-7 .bottom-part .menu-optional .lang-dropdown {
          min-width: 92px; }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional .ion, .header:not(.-mobile).header-7 .bottom-part .menu-optional .ion {
          -webkit-transform-origin: left bottom;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
          -webkit-transform: rotate(90deg) translate(-100%, 0);
              -ms-transform: rotate(90deg) translate(-100%, 0);
                  transform: rotate(90deg) translate(-100%, 0); }
        .header:not(.-mobile).header-6 .bottom-part .menu-optional .cart-holder, .header:not(.-mobile).header-7 .bottom-part .menu-optional .cart-holder {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
  .header:not(.-mobile).extended-menu .hamburger {
    display: none; }
  .header:not(.-mobile).hamburger-position-right .left-part .hamburger,
  .header:not(.-mobile).hamburger-position-right .menu-optional-left .hamburger,
  .header:not(.-mobile).hamburger-position-right .top-part .hamburger {
    display: none; }
  .header:not(.-mobile).hamburger-position-right .right-part .hamburger,
  .header:not(.-mobile).hamburger-position-right .menu-optional-right .hamburger,
  .header:not(.-mobile).hamburger-position-right .bottom-part .hamburger {
    display: block; }
  .header:not(.-mobile).hamburger-position-left .right-part .hamburger,
  .header:not(.-mobile).hamburger-position-left .menu-optional-right .hamburger,
  .header:not(.-mobile).hamburger-position-left .bottom-part .hamburger {
    display: none; }
  .header:not(.-mobile).hamburger-position-left .left-part .hamburger,
  .header:not(.-mobile).hamburger-position-left .menu-optional-left .hamburger,
  .header:not(.-mobile).hamburger-position-left .top-part .hamburger {
    display: block; }
  .header.-mobile .clb-social {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(-90deg) translate(0, -90%);
        -ms-transform: rotate(-90deg) translate(0, -90%);
            transform: rotate(-90deg) translate(0, -90%);
    right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .header.-mobile .clb-social {
        right: 20px; } }
    .header.-mobile .clb-social-holder {
      color: #fff; }
  .header.-mobile.header-5 .header-wrap-inner, .header.-mobile.header-6 .header-wrap-inner, .header.-mobile.header-7 .header-wrap-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header.-mobile.header-5 .header-wrap-inner .top-part,
    .header.-mobile.header-5 .header-wrap-inner .middle-part, .header.-mobile.header-6 .header-wrap-inner .top-part,
    .header.-mobile.header-6 .header-wrap-inner .middle-part, .header.-mobile.header-7 .header-wrap-inner .top-part,
    .header.-mobile.header-7 .header-wrap-inner .middle-part {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header.-mobile.header-5 .header-wrap-inner .middle-part, .header.-mobile.header-6 .header-wrap-inner .middle-part, .header.-mobile.header-7 .header-wrap-inner .middle-part {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .header.-mobile.header-5 .header-wrap-inner .bottom-part, .header.-mobile.header-6 .header-wrap-inner .bottom-part, .header.-mobile.header-7 .header-wrap-inner .bottom-part {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .header.-mobile.header-6 .top-part-inner,
  .header.-mobile.header-6 .middle-part-inner, .header.-mobile.header-7 .top-part-inner,
  .header.-mobile.header-7 .middle-part-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header.-mobile .header-wrap .clb-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    margin-right: 0 !important; }
  .header.-mobile .header-wrap .mbl-overlay.visible .clb-social {
    visibility: visible; }
  @media screen and (max-width: 768px) {
    .header {
      opacity: 0;
      -webkit-transition-duration: 0.05s;
           -o-transition-duration: 0.05s;
              transition-duration: 0.05s;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
           -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity; }
    .header .lang-dropdown-holder {
      display: none; }
      .header .lang-dropdown-holder + li {
        padding-left: 0; }
    .header.header-6 .hamburger, .header.header-7 .hamburger {
      margin-right: 0.6rem; }
    .header.header-6 .mobile-hamburger.-right .hamburger, .header.header-7 .mobile-hamburger.-right .hamburger {
      margin-right: 0; }
    .header.header-6 .bottom-part .menu-optional a, .header.header-6 .bottom-part .menu-optional .ion, .header.header-7 .bottom-part .menu-optional a, .header.header-7 .bottom-part .menu-optional .ion {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .header .mobile-hamburger {
      min-width: 56px; }
      .header .mobile-hamburger.-left {
        margin-right: 0.6rem; }
      .header .mobile-hamburger.-right {
        margin-left: 0.6rem; }
    .header.mobile-hamburger-position-right .left-part .hamburger,
    .header.mobile-hamburger-position-right .menu-optional-left .hamburger,
    .header.mobile-hamburger-position-right .top-part .hamburger,
    .header.mobile-hamburger-position-right .middle-part .hamburger {
      display: none; }
    .header.mobile-hamburger-position-right .right-part .hamburger,
    .header.mobile-hamburger-position-right .menu-optional-right .hamburger,
    .header.mobile-hamburger-position-right .bottom-part .hamburger {
      display: block; }
    .header.mobile-hamburger-position-left .right-part .hamburger,
    .header.mobile-hamburger-position-left .menu-optional-right .hamburger,
    .header.mobile-hamburger-position-left .bottom-part .hamburger {
      display: none; }
    .header.mobile-hamburger-position-left .left-part .hamburger,
    .header.mobile-hamburger-position-left .menu-optional-left .hamburger,
    .header.mobile-hamburger-position-left .top-part .hamburger,
    .header.mobile-hamburger-position-left .middle-part .hamburger {
      display: block; }
    .header .logo.with-mobile {
      display: none; }
    .header .mobile-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header.header-2 .top-part, .header.header-4 .top-part {
      height: 100%; }
    .header.header-2 .menu-optional.text-right,
    .header.header-2 .menu-optional.text-left, .header.header-4 .menu-optional.text-right,
    .header.header-4 .menu-optional.text-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header.header-2 .menu-optional.text-right li,
      .header.header-2 .menu-optional.text-left li, .header.header-4 .menu-optional.text-right li,
      .header.header-4 .menu-optional.text-left li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .header.header-2 .menu-optional.text-left .wishlist, .header.header-4 .menu-optional.text-left .wishlist {
      display: none; } }
  .header.-sticky {
    background: #fff;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
    .header.-sticky .header-wrap {
      height: 9vh; }
    .header.-sticky.showed {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      z-index: 1000;
      -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .header.-sticky.with-header-cap {
      margin: 0; }
    .header.-sticky .branding img {
      max-height: 4.5vh; }

:not(.is-mobile-menu).with-header-2 .header-cap {
  height: 21vh; }

:not(.is-mobile-menu).with-header-5.with-spacer .site-content,
:not(.is-mobile-menu).with-header-5.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-5.with-spacer .elementor-section-stretched {
  padding-left: 33vh; }

:not(.is-mobile-menu).with-header-5.with-spacer .site-footer {
  margin-left: 33vh; }

:not(.is-mobile-menu).with-header-5 .elements-bar.left,
:not(.is-mobile-menu).with-header-5 .search-global.fixed,
:not(.is-mobile-menu).with-header-5 .clb-back-link {
  margin-left: 33vh; }

:not(.is-mobile-menu).with-header-7 .hamburger-nav:not(.type2):not(.type3) {
  padding-left: 12vh; }

:not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

:not(.is-mobile-menu).with-header-6.with-spacer .site-content,
:not(.is-mobile-menu).with-header-6.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-6.with-spacer .elementor-section-stretched, :not(.is-mobile-menu).with-header-7.with-spacer .site-content,
:not(.is-mobile-menu).with-header-7.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-7.with-spacer .elementor-section-stretched {
  padding-left: 10.5vh; }

:not(.is-mobile-menu).with-header-6.with-spacer .site-footer, :not(.is-mobile-menu).with-header-7.with-spacer .site-footer {
  margin-left: 10.5vh; }

:not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar, :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
  width: 100vh;
  height: 10.5vh;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(90deg) translate(0, -100%);
      -ms-transform: rotate(90deg) translate(0, -100%);
          transform: rotate(90deg) translate(0, -100%);
  padding-left: 3.4vh;
  padding-right: 3.4vh; }
  @media screen and (max-width: 1024px) {
    :not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar, :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
      padding-left: 20px; } }
  @media screen and (max-width: 1024px) {
    :not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar, :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
      padding-right: 20px; } }

:not(.is-mobile-menu).with-header-6 .elements-bar.left,
:not(.is-mobile-menu).with-header-6 .clb-back-link,
:not(.is-mobile-menu).with-header-6 .search-global.fixed,
:not(.is-mobile-menu).with-header-6 .scroll-bar-container, :not(.is-mobile-menu).with-header-7 .elements-bar.left,
:not(.is-mobile-menu).with-header-7 .clb-back-link,
:not(.is-mobile-menu).with-header-7 .search-global.fixed,
:not(.is-mobile-menu).with-header-7 .scroll-bar-container {
  margin-left: 10.5vh; }

:not(.is-mobile-menu).with-header-6 .search-global.fixed, :not(.is-mobile-menu).with-header-7 .search-global.fixed {
  bottom: 3.4vh; }
  @media screen and (max-width: 1024px) {
    :not(.is-mobile-menu).with-header-6 .search-global.fixed, :not(.is-mobile-menu).with-header-7 .search-global.fixed {
      bottom: 20px; } }

:not(.is-mobile-menu).with-header-5 .header-cap, :not(.is-mobile-menu).with-header-6 .header-cap, :not(.is-mobile-menu).with-header-7 .header-cap {
  display: none; }
  @media screen and (max-width: 768px) {
    :not(.is-mobile-menu).with-header-5 .header-cap, :not(.is-mobile-menu).with-header-6 .header-cap, :not(.is-mobile-menu).with-header-7 .header-cap {
      display: block; } }

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-7, :not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-7, :not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-7 {
  display: none; }

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .site-footer, :not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .site-footer, :not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .site-footer {
  margin-left: 0; }

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .elementor-section-stretched, :not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .elementor-section-stretched, :not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .elementor-section-stretched {
  padding-left: 0; }

.page-is-loaded.is-mobile-menu .nav {
  display: block; }

@media screen and (max-width: 768px) {
  .page-is-loaded .header,
  .page-is-loaded .mbl-overlay {
    opacity: 1; }
  .page-is-loaded .header:not(.-mobile).header-1 .nav-container {
    display: none; } }

.header-dynamic-typo.dark-typo .menu > li > a,
.header-dynamic-typo.dark-typo .menu-optional .cart-total a,
.header-dynamic-typo.dark-typo .menu-optional > li > a:not(.btn-optional),
.header-dynamic-typo.dark-typo .select-styled,
.header-dynamic-typo.dark-typo .menu-optional .btn-round-light:not(.clb-close) .ion,
.header-dynamic-typo.dark-typo .hamburger .ion,
.header-dynamic-typo.dark-typo .menu-blank,
.header-dynamic-typo.dark-typo .branding {
  color: #17161A !important; }

.header-dynamic-typo.dark-typo .branding .logo {
  display: none !important; }

.header-dynamic-typo.dark-typo .branding .for-onepage .dark {
  display: block !important; }

@media screen and (max-width: 768px) {
  .header-dynamic-typo .branding .mobile-logo {
    display: none; } }

.header-dynamic-typo.light-typo .menu > li > a,
.header-dynamic-typo.light-typo .menu-optional .cart-total a,
.header-dynamic-typo.light-typo .menu-optional > li > a:not(.btn-optional),
.header-dynamic-typo.light-typo .select-styled,
.header-dynamic-typo.light-typo .menu-optional .btn-round-light:not(.clb-close) .ion,
.header-dynamic-typo.light-typo .hamburger .ion,
.header-dynamic-typo.light-typo .menu-blank,
.header-dynamic-typo.light-typo .branding {
  color: #fff !important; }

.header-dynamic-typo.light-typo .branding .logo {
  display: none !important; }

.header-dynamic-typo.light-typo .branding .for-onepage .light {
  display: block !important; }

.elementor-html .header:not(.header-5):not(.header-6):not(.header-7) {
  z-index: 0; }

.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .header,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .clb-slider:not([data-clb-portfolio-lightbox-slider]) .clb-slider-nav-btn,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .clb-smooth-slider .clb-slider-nav-btn,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .elements-bar.right,
.slider-with-bullets:not(.slider-with-bullets-type5):not(.slider-with-bullets-type8) .sticky-nav {
  margin-right: 4.4vh; }

.slider-with-bullets.slider-with-bullets-type5 .header,
.slider-with-bullets.slider-with-bullets-type5 .clb-slider-nav-btn,
.slider-with-bullets.slider-with-bullets-type5 .elements-bar.right {
  margin-right: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .slider-with-bullets.slider-with-bullets-type5 .header,
    .slider-with-bullets.slider-with-bullets-type5 .clb-slider-nav-btn,
    .slider-with-bullets.slider-with-bullets-type5 .elements-bar.right {
      margin-right: 20px; } }

.slider-with-bullets.slider-with-bullets-type8 .clb-slider-nav-btn,
.slider-with-bullets.slider-with-bullets-type8 .elements-bar.right {
  margin-right: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .slider-with-bullets.slider-with-bullets-type8 .clb-slider-nav-btn,
    .slider-with-bullets.slider-with-bullets-type8 .elements-bar.right {
      margin-right: 20px; } }

.admin-bar .header:not(.-sticky).-mobile .mbl-overlay {
  height: -webkit-calc(100vh - 46px);
  height: calc(100vh - 46px);
  top: 46px; }

.admin-bar .header:not(.-sticky).-mobile .submenu_cart {
  margin-top: 3rem; }

.admin-bar .clb-popup,
.admin-bar .-sticky:not(.-mobile),
.admin-bar .header-5:not(.-mobile) .top-part,
.admin-bar .header-6:not(.-mobile) .top-part,
.admin-bar .header-7:not(.-mobile) .top-part,
.admin-bar .header-7:not(.-mobile) .middle-part {
  margin-top: 32px; }

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .with-header-5.single-post .post-share .clb-share-bar {
    left: 10px; }
  .with-header-6.single-post .post-share .clb-share-bar,
  .with-header-7.single-post .post-share .clb-share-bar {
    left: -30px; } }

@media screen and (max-width: 768px) {
  .with-header-5.with-spacer .site-content,
  .with-header-5.with-spacer .site-footer,
  .with-header-5.with-spacer [data-vc-stretch-content],
  .with-header-5.with-spacer .elementor-section-stretched,
  .with-header-6.with-spacer .site-content,
  .with-header-6.with-spacer .site-footer,
  .with-header-6.with-spacer [data-vc-stretch-content],
  .with-header-6.with-spacer .elementor-section-stretched,
  .with-header-7.with-spacer .site-content,
  .with-header-7.with-spacer .site-footer,
  .with-header-7.with-spacer [data-vc-stretch-content],
  .with-header-7.with-spacer .elementor-section-stretched {
    padding-left: 0 !important; } }

/*---------------------------------
## Subheader
---------------------------------*/
.subheader {
  background: rgba(131, 131, 131, 0.05);
  color: #6A696C;
  width: 100%;
  vertical-align: middle;
  cursor: default;
  position: relative;
  padding: 8px 25px;
  font-size: 0.88em;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .subheader {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 768px) {
    .subheader {
      padding-right: 0;
      padding-left: 0; } }
  .subheader .select img {
    display: none; }
  .subheader a {
    color: #6A696C; }
  .subheader ul:not(.select-options):not(.dd-options) {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5; }
    .subheader ul:not(.select-options):not(.dd-options) li {
      display: inline-block;
      vertical-align: middle;
      padding: 0; }
    .subheader ul:not(.select-options):not(.dd-options).left > li:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 14px;
      width: 1px;
      background-color: #6A696C;
      margin: -2px 8px 0px 10px; }
    .subheader ul:not(.select-options):not(.dd-options).left > li:last-child:after {
      display: none; }
    .subheader ul:not(.select-options):not(.dd-options).left > li:first-child {
      padding-left: 0; }
    .subheader ul:not(.select-options):not(.dd-options).right > li:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 14px;
      width: 1px;
      background-color: #6A696C;
      margin: -2px 10px 0px 8px; }
    .subheader ul:not(.select-options):not(.dd-options).right > li:first-child:before {
      display: none; }
    .subheader ul:not(.select-options):not(.dd-options).right > li:last-child {
      padding-right: 0; }
    .subheader ul:not(.select-options):not(.dd-options).right > li > .select-dropdown {
      height: 24px;
      line-height: 24px; }
  .subheader .select.select-dropdown {
    z-index: 999; }
    .subheader .select.select-dropdown ul.select-options li {
      width: 100%; }

/*---------------------------------
## Header title
---------------------------------*/
.clb-page-headline {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .clb-page-headline-holder {
    position: relative;
    padding-top: 7.2vh;
    padding-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      .clb-page-headline-holder {
        padding-top: 30px; } }
    @media screen and (max-width: 768px) {
      .clb-page-headline-holder {
        padding-bottom: 30px; } }
  .clb-page-headline .bg-image {
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .clb-page-headline:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .clb-page-headline.without-cap {
    padding-top: 14vh; }
    @media screen and (max-width: 1024px) {
      .clb-page-headline.without-cap {
        padding-top: 100px; } }
  .clb-page-headline.full-vh {
    padding-top: 0; }
  .clb-page-headline .clb-title {
    margin: 10px 0px;
    max-width: 60%;
    display: inline-block;
    text-align: inherit; }
    @media screen and (max-width: 768px) {
      .clb-page-headline .clb-title {
        margin: 10px 0px; } }
  .clb-page-headline .clb-post-meta {
    max-width: 60%;
    font-size: 17px; }
    .clb-page-headline .clb-post-meta .clb-post-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px;
      list-style: none;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .clb-page-headline .clb-post-meta .clb-post-holder {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-size: 0.94rem; } }
    .clb-page-headline .clb-post-meta-item {
      margin-right: 3.4vh;
      line-height: 1.5;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .clb-page-headline .clb-post-meta-item {
          margin-right: 20px; } }
      .clb-page-headline .clb-post-meta-item .prefix {
        font-size: 0.94rem; }
      .clb-page-headline .clb-post-meta-item:first-child {
        margin-right: 15px; }
      .clb-page-headline .clb-post-meta-item .caption {
        color: #6A696C; }
      .clb-page-headline .clb-post-meta-item span, .clb-page-headline .clb-post-meta-item time {
        font-weight: 600; }
    .clb-page-headline .clb-post-meta .btn {
      margin-top: 20px; }
  .clb-page-headline.text-center .clb-post-meta {
    margin: auto; }
    .clb-page-headline.text-center .clb-post-meta .clb-post-holder {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .clb-page-headline.text-right .clb-post-meta {
    margin: auto;
    max-width: 100%; }
  .clb-page-headline.headline-with-parallax {
    position: relative; }
    .clb-page-headline.headline-with-parallax .parallax {
      position: absolute;
      width: 100%; }
  @media screen and (max-width: 768px) {
    .clb-page-headline {
      min-height: 30vh;
      margin-bottom: -15px; }
      .clb-page-headline:before {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2; }
    .clb-page-headline .clb-title,
    .clb-page-headline .clb-post-meta {
      max-width: 100%; } }

@media screen and (min-width: 1025px) {
  .with-header-2 .clb-page-headline.without-cap {
    padding-top: 21vh; }
  .with-header-5 .clb-page-headline.without-cap,
  .with-header-6 .clb-page-headline.without-cap,
  .with-header-7 .clb-page-headline.without-cap {
    padding-top: initial; }
  .single-post .clb-page-headline .clb-title {
    max-width: 80%; } }

/*---------------------------------
## Footer
---------------------------------*/
.site-footer {
  background-color: rgba(136, 136, 136, 0.05); }
  @media screen and (min-width: 1025px) {
    .site-footer.sticky {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 1;
      visibility: hidden; }
      .site-footer.sticky.visible {
        visibility: visible; } }
  .site-footer .widgets {
    padding-top: 8.8vh;
    padding-bottom: 8.8vh;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .site-footer .widgets {
        padding-top: 40px; } }
    @media screen and (max-width: 768px) {
      .site-footer .widgets {
        padding-bottom: 40px; } }
    .site-footer .widgets .subscribe-form input[type="email"] {
      background-color: rgba(136, 136, 136, 0.06); }
    .site-footer .widgets .subscribe-form .btn .text {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .site-footer .widgets .subscribe-form .btn:hover .text, .site-footer .widgets .subscribe-form .btn:focus .text {
      color: #fff; }
    .site-footer .widgets .socialbar a:hover {
      color: #fff; }
    .site-footer .widgets .socialbar i:hover {
      opacity: 1; }
  .site-footer .page-container + .site-info .site-info-holder {
    border-top: 1px solid rgba(136, 136, 136, 0.15); }
  .site-footer .page-container.full {
    padding-left: 4.4vh;
    padding-right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .site-footer .page-container.full {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) {
      .site-footer .page-container.full {
        padding-right: 20px; } }
  .site-footer .site-info {
    font-size: 0.94rem; }
    .site-footer .site-info-holder {
      padding-top: 3.4vh;
      padding-bottom: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .site-footer .site-info-holder {
          padding-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .site-footer .site-info-holder {
          padding-bottom: 20px; } }
      .site-footer .site-info-holder:after {
        content: '';
        display: table;
        clear: both; }
  @media screen and (max-width: 768px) {
    .site-footer .left,
    .site-footer .right {
      width: 100%;
      text-align: left; }
    .site-footer .right {
      margin-top: 10px; } }

/*---------------------------------
## Menus
---------------------------------*/
.menu-blank {
  background-color: rgba(136, 136, 136, 0.06);
  padding: 0.8rem 1.2rem;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .menu-blank a {
    font-weight: bold;
    font-family: inherit; }

.has-submenu-icon {
  position: absolute;
  color: currentColor;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0;
  font-size: 0.94rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  opacity: .65; }
  .has-submenu-icon .menu-plus {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.has-submenu:hover > a > .has-submenu-icon .menu-plus, .has-submenu.active > a > .has-submenu-icon .menu-plus, .has-submenu.visible > a > .has-submenu-icon .menu-plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.nav {
  cursor: default;
  position: relative;
  z-index: 10;
  font-weight: 500;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav a:before,
  .nav .close-bar {
    display: none; }
  .nav .mbl-overlay {
    display: block; }
  .nav.with-counters .nav-item {
    counter-increment: number; }
    .nav.with-counters .nav-item > a > span {
      position: relative; }
      .nav.with-counters .nav-item > a > span:before {
        content: "0" counter(number);
        display: inline-block;
        font-weight: bold;
        width: auto;
        right: 0;
        top: -0.75em;
        line-height: 0.6em;
        font-size: 0.6em;
        position: absolute;
        height: auto;
        opacity: .75; }
        @media screen and (max-width: 768px) {
          .nav.with-counters .nav-item > a > span:before {
            display: none; } }
  .nav.hidden {
    display: none; }

.header:not(.-mobile) .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header:not(.-mobile) .menu li {
    position: relative;
    padding: 0; }
    .header:not(.-mobile) .menu li span {
      white-space: normal;
      line-height: 1.3; }
    .header:not(.-mobile) .menu li > ul {
      width: auto;
      min-width: 210px;
      position: absolute;
      left: 0;
      top: 40px;
      z-index: 10;
      margin: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transform-origin: 50% -50px;
          -ms-transform-origin: 50% -50px;
              transform-origin: 50% -50px;
      -webkit-transform: perspective(300px) rotateX(-15deg);
              transform: perspective(300px) rotateX(-15deg);
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
      -webkit-transition-property: opacity, visibility, -webkit-transform;
      transition-property: opacity, visibility, -webkit-transform;
      -o-transition-property: transform, opacity, visibility;
      transition-property: transform, opacity, visibility;
      transition-property: transform, opacity, visibility, -webkit-transform; }
      .header:not(.-mobile) .menu li > ul > li {
        line-height: 100%;
        font-size: .96rem;
        font-weight: normal; }
        .header:not(.-mobile) .menu li > ul > li a {
          padding: 8px 25px;
          display: block; }
          .header:not(.-mobile) .menu li > ul > li a:hover {
            background: rgba(136, 136, 136, 0.05); }
          .header:not(.-mobile) .menu li > ul > li a > .has-submenu-icon > .menu-chevron {
            display: none; }
        .header:not(.-mobile) .menu li > ul > li > ul {
          top: -15px;
          left: 100%; }
      .header:not(.-mobile) .menu li > ul .has-submenu-icon {
        margin-right: 25px; }
    .header:not(.-mobile) .menu li:hover > ul, .header:not(.-mobile) .menu li.active > ul {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      z-index: 200;
      transform: none;
      visibility: visible;
      opacity: 1; }
    .header:not(.-mobile) .menu li:hover .sub-menu-wide ul, .header:not(.-mobile) .menu li.active .sub-menu-wide ul {
      visibility: visible;
      opacity: 1; }
  .header:not(.-mobile) .menu > .nav-item {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .header:not(.-mobile) .menu > .nav-item > a {
      padding: 0 1.3vw;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header:not(.-mobile) .menu > .nav-item > a > .has-submenu-icon {
        padding-left: 0.5rem;
        position: static; }
        .header:not(.-mobile) .menu > .nav-item > a > .has-submenu-icon > .menu-plus {
          display: none; }
  .header:not(.-mobile) .menu .sub-menu-wide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-calc(100vw - 8.8vh);
    width: calc(100vw - 8.8vh);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .header:not(.-mobile) .menu .sub-menu-wide {
        width: -webkit-calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: auto !important; } }
    .header:not(.-mobile) .menu .sub-menu-wide > li {
      width: -webkit-calc(100% / 6);
      width: calc(100% / 6); }
      .header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link {
        text-transform: uppercase;
        opacity: 0.65;
        font-size: .8em;
        font-weight: 600;
        margin-bottom: 0.5rem; }
        .header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link:hover {
          background: transparent; }
    .header:not(.-mobile) .menu .sub-menu-wide ul {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .header:not(.-mobile) .menu .sub-menu-wide .has-submenu-icon {
      display: none; }
  .header:not(.-mobile) .menu:hover .nav-item:not(:hover) {
    opacity: 0.5; }

.header:not(.-mobile) .mbl-overlay {
  height: 100%; }
  .header:not(.-mobile) .mbl-overlay .lang-dropdown {
    display: none; }
  .header:not(.-mobile) .mbl-overlay-container {
    height: 100%; }

.header:not(.-mobile) .copyright,
.header:not(.-mobile) .mobile-hamburger {
  display: none; }

.header:not(.-mobile) .nav-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header:not(.-mobile) .nav.with-mobile-menu #mobile-menu {
  display: none; }

.header.-mobile .menu-chevron {
  display: none; }

.header.-mobile .menu li > ul {
  height: 0px;
  margin: 0;
  padding-left: 15px;
  overflow: hidden;
  font-size: 0.95em;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .header.-mobile .menu li > ul.active {
    height: auto; }
  .header.-mobile .menu li > ul li {
    padding: 0; }
    .header.-mobile .menu li > ul li.active {
      font-weight: 600; }
  .header.-mobile .menu li > ul ul {
    font-weight: 500; }

.header.-mobile .menu > .nav-item {
  font-size: 17px;
  position: relative;
  padding: 0;
  margin: 0 -20px; }
  .header.-mobile .menu > .nav-item a {
    display: block;
    line-height: 2em;
    padding: 5px 20px;
    position: relative; }
    .header.-mobile .menu > .nav-item a .has-submenu-icon {
      right: 20px; }
  .header.-mobile .menu > .nav-item.active > a {
    background-color: rgba(136, 136, 136, 0.05); }
    .header.-mobile .menu > .nav-item.active > a:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 2px;
      left: 0;
      top: 0;
      opacity: 1;
      background-color: currentColor; }

.header.-mobile .nav .close-bar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header.-mobile .nav.with-mobile-menu #primary-menu {
  display: none; }

.header.-mobile .nav:not(.with-mobile-menu) #mobile-menu {
  display: none; }

.header.-mobile .mbl-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .header.-mobile .mbl-overlay-bg {
    position: fixed;
    background-color: rgba(23, 22, 26, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
  .header.-mobile .mbl-overlay-container {
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    text-align: left;
    overflow-y: auto;
    padding: 100px 20px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    opacity: 0; }
  .header.-mobile .mbl-overlay .lang-dropdown {
    display: inline-block;
    margin-top: 20px; }
  .header.-mobile .mbl-overlay .copyright {
    font-weight: 400;
    font-size: 0.94rem;
    margin-top: 20px; }
  .header.-mobile .mbl-overlay .select {
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    font-size: 0.94rem; }
  .header.-mobile .mbl-overlay.visible .mbl-overlay-container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1; }

.header.-mobile .desktop-hamburger {
  display: none; }

.header.-mobile.-sticky .clb-social {
  position: absolute; }

.header.-mobile.-sticky .close-bar {
  position: static; }
  .header.-mobile.-sticky .close-bar .clb-close {
    z-index: 10; }
  .header.-mobile.-sticky .close-bar .search-global {
    position: absolute; }

.header.-mobile:not(.without-mobile-search) .search-global {
  display: block !important; }

.header.-mobile.without-mobile-search .search-global {
  display: none; }

@media screen and (max-width: 768px) {
  .header .mbl-overlay {
    opacity: 0; } }

.hamburger {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  vertical-align: top; }
  .hamburger-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .hamburger-holder ._shape {
      width: 18px;
      margin: 3px 0px;
      display: block;
      height: 2px;
      background-color: currentColor; }

.menu-optional {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .menu-optional > li {
    padding-left: 1rem; }
    .menu-optional > li:first-child {
      padding-left: 2vw; }
      @media screen and (max-width: 768px) {
        .menu-optional > li:first-child {
          padding-left: 0; } }
  .menu-optional .cart-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .menu-optional .cart {
    position: relative; }
    .menu-optional .cart .icon {
      display: block;
      text-align: center; }
      .menu-optional .cart .icon svg {
        height: 18px; }
    .menu-optional .cart-total {
      margin: 0px 5px;
      font-weight: 600;
      font-size: .9em; }
    .menu-optional .cart-counter {
      position: absolute;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 18px;
      min-width: 18px;
      padding: 0px 5px;
      color: #fff;
      top: 0;
      right: 0;
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: .4em;
      font-weight: 600;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.hamburger-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .hamburger-nav {
      padding: 20px; } }
  .hamburger-nav-holder {
    height: 100%;
    top: 4.4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1024px) {
      .hamburger-nav-holder {
        top: 20px; } }
  .hamburger-nav .menu {
    counter-reset: number;
    width: 25%;
    position: relative; }
    .hamburger-nav .menu li {
      color: #fff; }
    .hamburger-nav .menu-blank {
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .hamburger-nav .menu {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }
    .hamburger-nav .menu .menu-chevron {
      display: none; }
    .hamburger-nav .menu.menu-blank {
      width: auto;
      margin: 0;
      color: #fff; }
    .hamburger-nav .menu .nav-item {
      counter-increment: number; }
      .hamburger-nav .menu .nav-item > a:before {
        content: "0" counter(number);
        display: inline-block;
        opacity: 1;
        font-weight: bold;
        width: auto;
        vertical-align: top;
        line-height: 20px;
        font-size: 14px;
        position: relative;
        height: auto;
        background: transparent;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        color: rgba(255, 255, 255, 0.35);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        @media screen and (max-width: 768px) {
          .hamburger-nav .menu .nav-item > a:before {
            font-size: 11px; } }
    .hamburger-nav .menu .mega-menu-item {
      padding: 5px 50px 5px 0px;
      list-style-type: none;
      line-height: 1;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .hamburger-nav .menu .mega-menu-item > a {
        width: 100%;
        vertical-align: middle;
        font-weight: bold;
        font-size: 5vh;
        font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        display: block;
        position: relative;
        z-index: 2; }
        .hamburger-nav .menu .mega-menu-item > a span {
          line-height: 1.2;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .hamburger-nav .menu .mega-menu-item > ul {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .hamburger-nav .menu .mega-menu-item > ul.visible {
          opacity: 1;
          visibility: visible; }
      .hamburger-nav .menu .mega-menu-item:hover > a span, .hamburger-nav .menu .mega-menu-item.active > a span {
        opacity: .5;
        -webkit-transform: translateX(1rem);
            -ms-transform: translateX(1rem);
                transform: translateX(1rem); }
      .hamburger-nav .menu .mega-menu-item:hover > a:before, .hamburger-nav .menu .mega-menu-item.active > a:before {
        -webkit-transform: translateX(1rem);
            -ms-transform: translateX(1rem);
                transform: translateX(1rem);
        opacity: 0; }
      .hamburger-nav .menu .mega-menu-item:hover > a .ion, .hamburger-nav .menu .mega-menu-item.active > a .ion {
        color: #d90a2c; }
      .hamburger-nav .menu .mega-menu-item:hover > ul, .hamburger-nav .menu .mega-menu-item.active > ul {
        opacity: 1;
        visibility: visible; }
        .hamburger-nav .menu .mega-menu-item:hover > ul > *, .hamburger-nav .menu .mega-menu-item.active > ul > * {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          visibility: visible;
          opacity: 1; }
  .hamburger-nav-details {
    font-size: 0.94rem;
    color: rgba(255, 255, 255, 0.35);
    padding-top: 2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .hamburger-nav-details .select-holder {
      display: inline-block; }
      .hamburger-nav-details .select-holder select {
        background-color: rgba(255, 255, 255, 0.05);
        color: #fff; }
    .hamburger-nav-details .details-column {
      width: 25%;
      margin: 1rem 0; }
      @media screen and (max-width: 1024px) {
        .hamburger-nav-details .details-column {
          width: -webkit-calc(100% / 3);
          width: calc(100% / 3); } }
      .hamburger-nav-details .details-column b {
        color: #fff; }
  .hamburger-nav:not(.type2):not(.type3) {
    padding-left: 7.2vh;
    padding-right: 7.2vh; }
    @media screen and (max-width: 768px) {
      .hamburger-nav:not(.type2):not(.type3) {
        padding-left: 30px; } }
    @media screen and (max-width: 768px) {
      .hamburger-nav:not(.type2):not(.type3) {
        padding-right: 30px; } }
    .hamburger-nav:not(.type2):not(.type3) .menu .nav-item > a:before {
      margin-right: 0.5rem; }
  .hamburger-nav.type2, .hamburger-nav.type3 {
    display: block; }
    .hamburger-nav.type2 .page-container, .hamburger-nav.type3 .page-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
    .hamburger-nav.type2 .hamburger-nav-holder, .hamburger-nav.type3 .hamburger-nav-holder {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow-x: hidden;
      overflow-y: scroll;
      scrollbar-width: none; }
      .hamburger-nav.type2 .hamburger-nav-holder::-webkit-scrollbar, .hamburger-nav.type2 .hamburger-nav-holder::-webkit-scrollbar-thumb, .hamburger-nav.type3 .hamburger-nav-holder::-webkit-scrollbar, .hamburger-nav.type3 .hamburger-nav-holder::-webkit-scrollbar-thumb {
        visibility: hidden; }
    .hamburger-nav.type2 .menu, .hamburger-nav.type3 .menu {
      min-width: initial;
      text-align: center;
      width: 40vw; }
      .hamburger-nav.type2 .menu .has-submenu-icon, .hamburger-nav.type3 .menu .has-submenu-icon {
        position: static;
        top: 0;
        right: 0;
        margin-left: -46px;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        z-index: 1; }
        .hamburger-nav.type2 .menu .has-submenu-icon .ion, .hamburger-nav.type3 .menu .has-submenu-icon .ion {
          background-color: transparent;
          font-size: 1.25em; }
      .hamburger-nav.type2 .menu li, .hamburger-nav.type3 .menu li {
        padding-right: 0;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        text-transform: uppercase; }
        .hamburger-nav.type2 .menu li > a, .hamburger-nav.type3 .menu li > a {
          position: relative;
          width: auto;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .hamburger-nav.type2 .menu li > a span, .hamburger-nav.type3 .menu li > a span {
            padding: 0px 10px;
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
            .hamburger-nav.type2 .menu li > a span.cloned, .hamburger-nav.type3 .menu li > a span.cloned {
              position: absolute;
              top: 0;
              -webkit-transform: translateY(100%);
                  -ms-transform: translateY(100%);
                      transform: translateY(100%);
              opacity: 0; }
          .hamburger-nav.type2 .menu li > a:before, .hamburger-nav.type3 .menu li > a:before {
            position: absolute;
            left: -1rem; }
        .hamburger-nav.type2 .menu li > ul, .hamburger-nav.type3 .menu li > ul {
          max-height: 0vh;
          overflow: hidden;
          position: static;
          visibility: visible !important;
          opacity: 1 !important;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin: 0;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          .hamburger-nav.type2 .menu li > ul span, .hamburger-nav.type3 .menu li > ul span {
            font-size: 0.75em; }
        .hamburger-nav.type2 .menu li.active > ul, .hamburger-nav.type3 .menu li.active > ul {
          max-height: 100vh;
          margin-top: 20px;
          margin-bottom: 20px; }
        .hamburger-nav.type2 .menu li:hover .has-submenu-icon, .hamburger-nav.type2 .menu li.active .has-submenu-icon, .hamburger-nav.type3 .menu li:hover .has-submenu-icon, .hamburger-nav.type3 .menu li.active .has-submenu-icon {
          -webkit-transform: translateX(100%);
              -ms-transform: translateX(100%);
                  transform: translateX(100%); }
        .hamburger-nav.type2 .menu li:hover > a span:not(.cloned), .hamburger-nav.type2 .menu li.active > a span:not(.cloned), .hamburger-nav.type3 .menu li:hover > a span:not(.cloned), .hamburger-nav.type3 .menu li.active > a span:not(.cloned) {
          -webkit-transform: translateY(-110%);
              -ms-transform: translateY(-110%);
                  transform: translateY(-110%);
          opacity: 0; }
        .hamburger-nav.type2 .menu li:hover > a span.cloned, .hamburger-nav.type2 .menu li.active > a span.cloned, .hamburger-nav.type3 .menu li:hover > a span.cloned, .hamburger-nav.type3 .menu li.active > a span.cloned {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: .5; }
  .hamburger-nav.type2 .hamburger-nav-details {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hamburger-nav.type3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
    .hamburger-nav.type3 > .page-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .hamburger-nav.type3 > .page-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .hamburger-nav.type3 .hamburger-nav-holder {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 75%; }
      @media screen and (max-width: 768px) {
        .hamburger-nav.type3 .hamburger-nav-holder {
          width: 100%; } }
    .hamburger-nav.type3 .menu {
      width: 100%;
      max-height: 80vh; }
      .hamburger-nav.type3 .menu .mega-menu-item > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: hidden;
        padding-left: 20px;
        font-size: 10vh; }
        @media screen and (max-width: 768px) {
          .hamburger-nav.type3 .menu .mega-menu-item > a {
            font-size: 9vw; } }
        .hamburger-nav.type3 .menu .mega-menu-item > a span {
          line-height: .95; }
          .hamburger-nav.type3 .menu .mega-menu-item > a span.cloned {
            width: 100%;
            -webkit-text-stroke: 1px currentColor;
            -webkit-text-fill-color: transparent; }
        .hamburger-nav.type3 .menu .mega-menu-item > a:before {
          left: 0; }
    .hamburger-nav.type3 .hamburger-nav-details {
      width: 25%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .hamburger-nav.type3 .hamburger-nav-details {
          padding-left: 20px; } }
      @media screen and (max-width: 768px) {
        .hamburger-nav.type3 .hamburger-nav-details {
          height: auto;
          width: 100%;
          padding-left: 0; } }
      .hamburger-nav.type3 .hamburger-nav-details .details-column {
        width: 100%; }

.is-mobile-menu .hamburger-nav {
  display: none; }

/*---------------------------------
## Submenu cart
---------------------------------*/
.submenu_cart {
  position: absolute;
  text-align: left;
  right: -10px;
  top: 120%;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  width: 420px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transform-origin: 50% -50px;
      -ms-transform-origin: 50% -50px;
          transform-origin: 50% -50px;
  -webkit-transform: perspective(300px) rotateX(-15deg);
          transform: perspective(300px) rotateX(-15deg);
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .submenu_cart .btn-round {
    margin-right: 15px; }
  .submenu_cart .widget_shopping_cart_content {
    padding-left: 3.4vh;
    padding-right: 3.4vh;
    padding-bottom: 3.4vh;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .submenu_cart .widget_shopping_cart_content {
        padding-left: 20px; } }
    @media screen and (max-width: 1024px) {
      .submenu_cart .widget_shopping_cart_content {
        padding-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .submenu_cart .widget_shopping_cart_content {
        padding-bottom: 20px; } }
  .submenu_cart.visible {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
    .submenu_cart.visible .cart_heading {
      position: relative; }
  .submenu_cart .cart_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px; }
    .submenu_cart .cart_header .btn-round .ion {
      color: initial; }
  .submenu_cart .cart_heading {
    color: #17161A;
    padding-left: 3.4vh; }
    @media screen and (max-width: 1024px) {
      .submenu_cart .cart_heading {
        padding-left: 20px; } }
    .submenu_cart .cart_heading h6 {
      font-size: 1.2em; }
  @media screen and (max-width: 768px) {
    .submenu_cart {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      position: fixed;
      left: 20px;
      right: 20px;
      top: 80px; } }

.widget_shopping_cart_content .mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding: 15px 0 !important;
  border-top: 1px solid rgba(136, 136, 136, 0.15); }
  .widget_shopping_cart_content .mini_cart_item:after {
    content: '';
    display: table;
    clear: both; }
  .widget_shopping_cart_content .mini_cart_item .font-titles {
    font-weight: 600;
    display: inline-block;
    max-width: 90%;
    line-height: 1.1; }
  .widget_shopping_cart_content .mini_cart_item:hover a.remove {
    opacity: 1;
    visibility: visible; }

.widget_shopping_cart_content .woocommerce-mini-cart {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.widget_shopping_cart_content .mini-cart-image {
  position: relative; }
  .widget_shopping_cart_content .mini-cart-image img {
    width: 70px;
    max-width: 70px;
    height: 70px;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .widget_shopping_cart_content .mini-cart-image img {
        width: 60px;
        max-width: 60px;
        height: 60px; } }
  .widget_shopping_cart_content .mini-cart-image a.remove {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .widget_shopping_cart_content .mini-cart-image a.remove .ion {
      height: 40px;
      width: 40px;
      line-height: 40px; }

.widget_shopping_cart_content .mini-cart-description {
  padding-left: 15px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25; }
  .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px); }
    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > * {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title {
        padding-right: 10px; } }
    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a {
      display: inline-block;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 600;
      font-size: 1.1em;
      font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title .quantity {
      position: absolute;
      top: 0;
      right: 0;
      white-space: nowrap; }
      .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title .quantity .ion {
        font-size: 13px;
        margin-right: 5px; }

.widget_shopping_cart_content .quantity span {
  font-weight: 600; }

.widget_shopping_cart_content .mini-cart-price .amount {
  font-weight: 600; }

.widget_shopping_cart_content .total {
  border-top: 1px solid rgba(136, 136, 136, 0.15);
  padding: 15px 0px;
  margin: 0; }
  .widget_shopping_cart_content .total strong {
    font-weight: 500; }
  .widget_shopping_cart_content .total .amount {
    float: right;
    font-weight: 600; }

.widget_shopping_cart_content .buttons {
  margin: 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize; }
  .widget_shopping_cart_content .buttons a.button {
    display: block; }
    .widget_shopping_cart_content .buttons a.button:hover {
      text-decoration: none;
      opacity: 1 !important; }
    .widget_shopping_cart_content .buttons a.button:first-child {
      display: inline-block;
      width: auto;
      position: relative;
      background: transparent;
      border: none;
      line-height: 1;
      margin-top: 20px;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .widget_shopping_cart_content .buttons a.button:first-child:before {
        display: block;
        bottom: 0; }
    .widget_shopping_cart_content .buttons a.button:last-child {
      width: 100%;
      position: relative;
      color: #fff; }
      .widget_shopping_cart_content .buttons a.button:last-child:before {
        content: "\f287";
        font-family: "Ionicons";
        color: #fff;
        position: absolute;
        right: 16px;
        z-index: 1;
        top: 10px;
        line-height: 1;
        font-weight: normal;
        font-size: 20px; }
      .widget_shopping_cart_content .buttons a.button:last-child:hover:before {
        color: inherit; }

.widget_shopping_cart_content .wcppec-cart-widget-button {
  margin-top: 15px;
  float: left; }

.widget_shopping_cart_content .woo-cart-empty {
  padding: 0;
  max-height: 300px; }

.blockOverlay {
  background: rgba(222, 75, 83, 0.2) !important;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/*---------------------------------
## Sidebar
---------------------------------*/
.page-sidebar {
  float: right;
  position: relative;
  z-index: 1;
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .page-sidebar {
      width: 100%;
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10;
      margin: 40px 0px 0px 0px; } }
  .page-sidebar.sidebar-right {
    float: right; }
  .page-sidebar.sidebar-left {
    float: left; }
  .page-sidebar .widget:first-child {
    padding-top: 0; }
    .page-sidebar .widget:first-child > *:first-child {
      margin-top: 0; }
  .page-sidebar .select2 .select2-selection .select2-selection__rendered {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page-sidebar.sidebar-boxed {
    background-color: rgba(136, 136, 136, 0.05);
    padding: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .page-sidebar.sidebar-boxed {
        padding: 20px; } }

@media screen and (max-width: 768px) {
  .page-container:not(.top-part),
  .page-container .content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

/*---------------------------------
## Navigation
---------------------------------*/
.sticky-nav {
  max-width: 270px;
  position: fixed;
  right: 4.4vh;
  bottom: 4.4vh;
  z-index: 100;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 1024px) {
    .sticky-nav {
      right: 20px; } }
  @media screen and (max-width: 1024px) {
    .sticky-nav {
      bottom: 20px; } }
  .sticky-nav-holder {
    padding: 3.4vh;
    padding-top: 20px;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    @media screen and (max-width: 1024px) {
      .sticky-nav-holder {
        padding: 20px; } }
  .sticky-nav-image {
    height: 120px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .sticky-nav-image img {
      margin-top: -25%; }
  .sticky-nav_heading {
    margin: 5px 0 0;
    color: inherit; }
  .sticky-nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: 16px;
    top: 16px; }
    .sticky-nav_item .nav-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .sticky-nav_item .nav-holder a {
        margin-left: 6px; }
  @media screen and (max-width: 768px) {
    .sticky-nav {
      position: static;
      max-width: 100%;
      padding: 20px 0; } }
  .sticky-nav:hover .sticky-nav-image {
    opacity: 1;
    -webkit-transform: translateY(2%);
        -ms-transform: translateY(2%);
            transform: translateY(2%); }
  .sticky-nav-products {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

/*---------------------------------
## Notification
---------------------------------*/
.notification-bar {
  padding: 10px 15px;
  position: fixed;
  bottom: 4.4vh;
  background-color: #f9f9f9;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 1024px) {
    .notification-bar {
      bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .notification-bar {
      max-width: 100%;
      left: 20px;
      right: 20px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .notification-bar .notification-text {
    font-size: 0.94rem;
    padding-right: 30px;
    color: inherit; }
    .notification-bar .notification-text a {
      font-weight: 600; }
  .notification-bar .notification-link {
    display: inline-block;
    font-weight: 600; }
    .notification-bar .notification-link a:not(:hover) {
      color: currentColor; }
  .notification-bar .notification-btn {
    margin-top: 10px; }
  .notification-bar .clb-close {
    position: absolute;
    top: 2px;
    right: 2px; }
    .notification-bar .clb-close .ion {
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 18px; }
  .notification-bar.active {
    opacity: 1;
    visibility: visible; }

/*---------------------------------
## Socialbar
---------------------------------*/
.clb-social {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-social-holder {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none; }
    .clb-social-holder li {
      margin: 0px 5px; }
      .clb-social-holder li a:after {
        content: "/";
        display: inline;
        padding-left: 10px; }
      .clb-social-holder li:last-child a:after {
        display: none; }
    .clb-social-holder.icons li {
      padding: 0px 5px; }
      .clb-social-holder.icons li i {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .clb-social-holder.icons li a:after {
        display: none; }

/*---------------------------------
## AOS animation
---------------------------------*/
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
       -o-transition-duration: 50ms;
          transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
         -o-transition-delay: 50ms;
            transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
       -o-transition-duration: 350ms;
          transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
       -o-transition-duration: 450ms;
          transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
       -o-transition-duration: 550ms;
          transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
       -o-transition-duration: 650ms;
          transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
         -o-transition-delay: 650ms;
            transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
       -o-transition-duration: 700ms;
          transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
       -o-transition-duration: 750ms;
          transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
         -o-transition-delay: 750ms;
            transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
       -o-transition-duration: 800ms;
          transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
         -o-transition-delay: 800ms;
            transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
       -o-transition-duration: 850ms;
          transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
         -o-transition-delay: 850ms;
            transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
       -o-transition-duration: 900ms;
          transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
         -o-transition-delay: 900ms;
            transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
       -o-transition-duration: 950ms;
          transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
         -o-transition-delay: 950ms;
            transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
         -o-transition-delay: 1000ms;
            transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
       -o-transition-duration: 1050ms;
          transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
         -o-transition-delay: 1050ms;
            transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
       -o-transition-duration: 1100ms;
          transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
         -o-transition-delay: 1100ms;
            transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
       -o-transition-duration: 1150ms;
          transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
         -o-transition-delay: 1150ms;
            transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
       -o-transition-duration: 1200ms;
          transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
       -o-transition-duration: 1250ms;
          transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
         -o-transition-delay: 1250ms;
            transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
       -o-transition-duration: 1300ms;
          transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
         -o-transition-delay: 1300ms;
            transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
       -o-transition-duration: 1350ms;
          transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
         -o-transition-delay: 1350ms;
            transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
       -o-transition-duration: 1400ms;
          transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
         -o-transition-delay: 1400ms;
            transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
       -o-transition-duration: 1450ms;
          transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
         -o-transition-delay: 1450ms;
            transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
       -o-transition-duration: 1500ms;
          transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
         -o-transition-delay: 1500ms;
            transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
       -o-transition-duration: 1550ms;
          transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    -webkit-transition-delay: 1550ms;
         -o-transition-delay: 1550ms;
            transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
       -o-transition-duration: 1600ms;
          transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    -webkit-transition-delay: 1600ms;
         -o-transition-delay: 1600ms;
            transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
       -o-transition-duration: 1650ms;
          transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    -webkit-transition-delay: 1650ms;
         -o-transition-delay: 1650ms;
            transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
       -o-transition-duration: 1700ms;
          transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    -webkit-transition-delay: 1700ms;
         -o-transition-delay: 1700ms;
            transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
       -o-transition-duration: 1750ms;
          transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    -webkit-transition-delay: 1750ms;
         -o-transition-delay: 1750ms;
            transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
       -o-transition-duration: 1800ms;
          transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    -webkit-transition-delay: 1800ms;
         -o-transition-delay: 1800ms;
            transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
       -o-transition-duration: 1850ms;
          transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    -webkit-transition-delay: 1850ms;
         -o-transition-delay: 1850ms;
            transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
       -o-transition-duration: 1900ms;
          transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    -webkit-transition-delay: 1900ms;
         -o-transition-delay: 1900ms;
            transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
       -o-transition-duration: 1950ms;
          transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    -webkit-transition-delay: 1950ms;
         -o-transition-delay: 1950ms;
            transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
       -o-transition-duration: 2000ms;
          transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    -webkit-transition-delay: 2000ms;
         -o-transition-delay: 2000ms;
            transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
       -o-transition-duration: 2050ms;
          transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    -webkit-transition-delay: 2050ms;
         -o-transition-delay: 2050ms;
            transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
       -o-transition-duration: 2100ms;
          transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    -webkit-transition-delay: 2100ms;
         -o-transition-delay: 2100ms;
            transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
       -o-transition-duration: 2150ms;
          transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    -webkit-transition-delay: 2150ms;
         -o-transition-delay: 2150ms;
            transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
       -o-transition-duration: 2200ms;
          transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    -webkit-transition-delay: 2200ms;
         -o-transition-delay: 2200ms;
            transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
       -o-transition-duration: 2250ms;
          transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    -webkit-transition-delay: 2250ms;
         -o-transition-delay: 2250ms;
            transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
       -o-transition-duration: 2300ms;
          transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    -webkit-transition-delay: 2300ms;
         -o-transition-delay: 2300ms;
            transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
       -o-transition-duration: 2350ms;
          transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    -webkit-transition-delay: 2350ms;
         -o-transition-delay: 2350ms;
            transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
       -o-transition-duration: 2400ms;
          transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    -webkit-transition-delay: 2400ms;
         -o-transition-delay: 2400ms;
            transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
       -o-transition-duration: 2450ms;
          transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    -webkit-transition-delay: 2450ms;
         -o-transition-delay: 2450ms;
            transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
       -o-transition-duration: 2500ms;
          transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    -webkit-transition-delay: 2500ms;
         -o-transition-delay: 2500ms;
            transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
       -o-transition-duration: 2550ms;
          transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    -webkit-transition-delay: 2550ms;
         -o-transition-delay: 2550ms;
            transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
       -o-transition-duration: 2600ms;
          transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    -webkit-transition-delay: 2600ms;
         -o-transition-delay: 2600ms;
            transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
       -o-transition-duration: 2650ms;
          transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    -webkit-transition-delay: 2650ms;
         -o-transition-delay: 2650ms;
            transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
       -o-transition-duration: 2700ms;
          transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    -webkit-transition-delay: 2700ms;
         -o-transition-delay: 2700ms;
            transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
       -o-transition-duration: 2750ms;
          transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    -webkit-transition-delay: 2750ms;
         -o-transition-delay: 2750ms;
            transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
       -o-transition-duration: 2800ms;
          transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    -webkit-transition-delay: 2800ms;
         -o-transition-delay: 2800ms;
            transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
       -o-transition-duration: 2850ms;
          transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    -webkit-transition-delay: 2850ms;
         -o-transition-delay: 2850ms;
            transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
       -o-transition-duration: 2900ms;
          transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    -webkit-transition-delay: 2900ms;
         -o-transition-delay: 2900ms;
            transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
       -o-transition-duration: 2950ms;
          transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    -webkit-transition-delay: 2950ms;
         -o-transition-delay: 2950ms;
            transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
       -o-transition-duration: 3000ms;
          transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    -webkit-transition-delay: 3000ms;
         -o-transition-delay: 3000ms;
            transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
       -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
        * Zoom animations:
        * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
        * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
        */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      -webkit-transform: translate3d(0, 30px, 0);
              transform: translate3d(0, 30px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      -webkit-transform: translate3d(-30px, 0, 0);
              transform: translate3d(-30px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      -webkit-transform: translate3d(30px, 0, 0);
              transform: translate3d(30px, 0, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
                transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      -webkit-transform: translate3d(0, 10%, 0);
              transform: translate3d(0, 10%, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    html:not(.no-js) [data-aos='flip-up'] {
      -webkit-transform: perspective(2500px) rotateX(-100deg);
              transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      -webkit-transform: perspective(2500px) rotateX(100deg);
              transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); } }

/*---------------------------------
## Dark mode
---------------------------------*/
.dark-scheme,
.dark-scheme .woo-cart_item_values p span,
.dark-scheme .select-holder select,
.dark-scheme .search-form .search-submit,
.dark-scheme .woocommerce-product-search .search-submit,
.dark-scheme p.subtitle, .dark-scheme .subtitle-font,
.dark-scheme .heading .subtitle,
.dark-scheme .site-footer,
.dark-scheme .site-footer .site-info,
.dark-scheme .site-footer .widgets a,
.dark-scheme .pricing_list_item.disabled,
.dark-scheme a.category {
  color: rgba(255, 255, 255, 0.75); }

.dark-scheme h1, .dark-scheme h2, .dark-scheme h3, .dark-scheme h4, .dark-scheme h5, .dark-scheme h6,
.dark-scheme .socialbar a,
.dark-scheme .font-titles,
.dark-scheme .price,
.dark-scheme .product-item-price,
.dark-scheme .woo-cart_item_name .woo-c_product > a,
.dark-scheme .clb-blank-image i,
.dark-scheme .ohio-slider-sc .btn-round .ion,
.dark-scheme .site-footer .widget-title,
.dark-scheme .site-footer .btn-flat,
.dark-scheme .btn-play.btn-round-outline .ion,
.dark-scheme .socialbar.boxed a i,
.dark-scheme .counter-box-count,
.dark-scheme .search-global.fixed .ion.dark-typo,
.dark-scheme .clb-social.dark-typo,
.dark-scheme .clb-social.dark-typo .font-titles,
.dark-scheme .clb-scroll-top.dark-typo,
.dark-scheme .clb-scroll-top.dark-typo .font-titles,
.dark-scheme .woo_c-product-details .star-rating,
.dark-scheme .portfolio-details .portfolio-details-categories {
  color: #fff; }

.dark-scheme .clb-blank-image svg {
  fill: #fff; }

.dark-scheme mark {
  background: rgba(159, 248, 208, 0.25); }

.dark-scheme .clb-slider-pagination .clb-slider-page {
  background-color: rgba(0, 0, 0, 0.15); }
  .dark-scheme .clb-slider-pagination .clb-slider-page.active {
    background-color: rgba(0, 0, 0, 0.3); }

.dark-scheme,
.dark-scheme .clb-page-headline:before,
.dark-scheme .boxed-container,
.dark-scheme .site-footer,
.dark-scheme .horizontal_accordionItem {
  background-color: #1a191d; }

.dark-scheme .site-content {
  background-color: #1a191d; }

.dark-scheme .horizontal_accordionItem:hover {
  background-color: #1b1a1e; }

.dark-scheme .select2-container--default .select2-results > .select2-results__options,
.dark-scheme .sticky-nav,
.dark-scheme .notification-bar,
.dark-scheme .clb-popup-product .woo_c-product,
.dark-scheme .-sticky .hamburger,
.dark-scheme .header:not(.header-5) .sub-menu,
.dark-scheme .submenu_cart,
.dark-scheme .clb-mode-switcher,
.dark-scheme .sticky-nav_item h6,
.dark-scheme .sticky-product,
.dark-scheme .sticky-product .price,
.dark-scheme .clb-popup-product .price,
.dark-scheme .clb-popup-product .woo_c-product-details-title,
.dark-scheme .header.-sticky,
.dark-scheme .clb-share-bar .socialbar a:not(:hover) i,
.dark-scheme .clb-subscribe,
.dark-scheme .sticky-product-desc .btn,
.dark-scheme .clb-subscribe .btn,
.dark-scheme .select-holder option,
.dark-scheme .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a:not(:hover),
.dark-scheme .product-item .btn-round-light,
.dark-scheme .woocommerce-mini-cart__buttons .button:first-child,
.dark-scheme .-mobile .nav-item a,
.dark-scheme .-mobile .sub-nav-item a,
.dark-scheme .-sticky .branding-title,
.dark-scheme .woo_c-product .sticky-product-desc .category,
.dark-scheme .mbl-overlay .btn-round-light .ion,
.dark-scheme .mbl-overlay .copyright,
.dark-scheme .mbl-overlay .lang-dropdown {
  color: initial; }

.dark-scheme .header .branding .branding-title .logo .main-logo,
.dark-scheme .header .branding .branding-title .mobile-logo .main-logo {
  display: none; }

.dark-scheme .header .branding .branding-title .logo .dark-scheme-logo,
.dark-scheme .header .branding .branding-title .mobile-logo .dark-scheme-logo {
  display: block; }

.dark-scheme .site-footer .widget_ohio_widget_logo .theme-logo .main-logo {
  display: none; }

.dark-scheme .site-footer .widget_ohio_widget_logo .theme-logo .dark-scheme-logo {
  display: block; }

.dark-scheme .dark_mode_light_row.vc_row,
.dark-scheme .dark_mode_light_column.wpb_column > .vc_column-inner,
.dark-scheme .dark_mode_light_row,
.dark-scheme .dark_mode_light_column > .elementor-column-wrap,
.dark-scheme .dark_mode_light_widget > .elementor-widget-container {
  background-color: rgba(255, 255, 255, 0.025) !important; }

.dark-scheme .clb__dark_mode_fill .vc_column-inner,
.dark-scheme .dark_mode_dark_row,
.dark-scheme .dark_mode_dark_column > .elementor-column-wrap,
.dark-scheme .dark_mode_dark_widget > .elementor-widget-container {
  background-color: rgba(26, 25, 29, 0.95) !important; }

.dark-scheme .clb__dark_mode_spacer, .dark-scheme .clb__dark_mode_spacer .elementor-spacer {
  background-color: #1a191d !important; }

.dark-scheme .clb__dark_mode_spacer_light, .dark-scheme .clb__dark_mode_spacer_light .elementor-spacer {
  background-color: rgba(136, 136, 136, 0.05) !important; }

.dark-scheme .clb__dark_mode_spacer_reset, .dark-scheme .clb__dark_mode_spacer_reset .elementor-spacer {
  background-color: transparent !important; }

.dark-scheme .clb__dark_mode_image img {
  mix-blend-mode: multiply; }

.dark-scheme .vc_row .vc-bg-lines div {
  background-color: rgba(255, 255, 255, 0.03); }

.dark-scheme .woo-cart_item,
.dark-scheme table td, .dark-scheme table th,
.dark-scheme .wp-block-table td,
.dark-scheme .wp-block-table th,
.dark-scheme .woo_c-product-details-variations,
.dark-scheme .icon-box.shape-border .icon-box-icon,
.dark-scheme .wp-block-quote:not(.is-large):not(.is-style-large),
.dark-scheme .woo_c-product-details-variations .single_variation_wrap .woo-variation-price,
.dark-scheme blockquote, .dark-scheme q {
  border-color: rgba(136, 136, 136, 0.15); }

.dark-scheme .circle-progress-bar .circle .progress__meter {
  stroke: rgba(255, 255, 255, 0.1); }

.dark-scheme rs-sbg:after {
  content: "";
  background-color: rgba(23, 22, 26, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.dark-scheme .btn,
.dark-scheme .button,
.dark-scheme .alt {
  color: #fff; }
  .dark-scheme .btn:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus),
  .dark-scheme .button:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus),
  .dark-scheme .alt:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus) {
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .dark-scheme .btn.btn-outline,
  .dark-scheme .button.btn-outline,
  .dark-scheme .alt.btn-outline {
    border-color: #6f6f6f; }

.dark-scheme .wc-proceed-to-checkout .button:not(:hover):not(:active):not(:focus) {
  background-color: #6f6f6f;
  border-color: #6f6f6f; }

.dark-scheme .select2-container--default .select2-selection--single,
.dark-scheme input[type="text"],
.dark-scheme input[type="password"],
.dark-scheme input[type="number"],
.dark-scheme input[type="email"],
.dark-scheme input[type="tel"],
.dark-scheme input[type="url"],
.dark-scheme .select-holder select,
.dark-scheme textarea {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.05); }

.dark-scheme .clb-popup .clb-subscribe input[type="email"] {
  background: rgba(136, 136, 136, 0.05); }

.dark-scheme .grid_3 .clb-slider-pagination,
.dark-scheme .grid_4 .clb-slider-pagination,
.dark-scheme .grid_5 .clb-slider-pagination,
.dark-scheme .grid_6 .clb-slider-pagination,
.dark-scheme .grid_7 .clb-slider-pagination,
.dark-scheme .grid_9 .clb-slider-pagination,
.dark-scheme .grid_10 .clb-slider-pagination {
  color: #fff; }

.dark-scheme .grid_3 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_5 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_6 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_9 .portfolio-item-fullscreen .portfolio-item-overlay,
.dark-scheme .grid_10 .portfolio-item-fullscreen .portfolio-item-overlay {
  background: rgba(23, 22, 26, 0.992); }

.dark-scheme .grid_4 .portfolio-item .portfolio-item-overlay {
  background-color: rgba(23, 22, 26, 0.55); }

.dark-scheme .grid_7 .portfolio-item {
  background: rgba(23, 22, 26, 0.992); }
  .dark-scheme .grid_7 .portfolio-item .portfolio-item-image:before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.992)));
    background-image: -webkit-linear-gradient(left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    background-image: -o-linear-gradient(left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    background-image: linear-gradient(to right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992)); }

.dark-scheme .grid_10 .portfolio-item .portfolio-bg-overlay:before {
  background-color: rgba(23, 22, 26, 0.99); }

.dark-scheme .grid_10 .portfolio-item .portfolio-item-image:before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.992)));
  background-image: -webkit-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
  background-image: -o-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
  background-image: linear-gradient(to left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992)); }

.dark-scheme h6.clb-subscribe-content-headline, .dark-scheme h6.sticky-nav_heading, .dark-scheme h6.cart_heading_title {
  color: initial; }

.dark-scheme h5.clb-subscribe-content-headline, .dark-scheme h5.sticky-nav_heading, .dark-scheme h5.cart_heading_title {
  color: initial; }

.dark-scheme h4.clb-subscribe-content-headline, .dark-scheme h4.sticky-nav_heading, .dark-scheme h4.cart_heading_title {
  color: initial; }

.dark-scheme h3.clb-subscribe-content-headline, .dark-scheme h3.sticky-nav_heading, .dark-scheme h3.cart_heading_title {
  color: initial; }

.dark-scheme h2.clb-subscribe-content-headline, .dark-scheme h2.sticky-nav_heading, .dark-scheme h2.cart_heading_title {
  color: initial; }

.dark-scheme h1.clb-subscribe-content-headline, .dark-scheme h1.sticky-nav_heading, .dark-scheme h1.cart_heading_title {
  color: initial; }

@media screen and (max-width: 768px) {
  .dark-scheme .filter-holder {
    color: initial; }
  .dark-scheme .filter-holder .select-holder select {
    background-color: rgba(23, 22, 26, 0.04); }
  .dark-scheme [class*="type"] .woo_c-product-details {
    background-color: #1a191d; } }

.switching *:not(.clb-mode-switcher-toddler),
.switching .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

body:not(.dark-scheme) .header .branding .branding-title .logo .dark-scheme-logo,
body:not(.dark-scheme) .header .branding .branding-title .mobile-logo .dark-scheme-logo {
  display: none; }

body:not(.dark-scheme) .site-footer .widget_ohio_widget_logo .theme-logo .dark-scheme-logo {
  display: none; }

/*---------------------------------
## Elementor
---------------------------------*/
.elementor {
  margin-left: -20px;
  margin-right: -20px; }
  .elementor .elementor-widget-text-editor:not(:first-child) {
    margin-top: -10px; }
  .elementor .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .elementor .animated {
    -webkit-animation-duration: .4s;
            animation-duration: .4s; }

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
  .elementor .fadeInUp {
    -webkit-animation-name: fadeInUpShort;
            animation-name: fadeInUpShort; }
  .elementor .fadeInDown {
    -webkit-animation-name: fadeInDownShort;
            animation-name: fadeInDownShort; }
  .elementor .fadeInLeft {
    -webkit-animation-name: fadeInLeftShort;
            animation-name: fadeInLeftShort; }
  .elementor .fadeInRight {
    -webkit-animation-name: fadeInRightShort;
            animation-name: fadeInRightShort; }

@media screen and (min-width: 1025px) {
  .clb__narrow {
    padding-right: -webkit-calc(10vw + 20px);
    padding-right: calc(10vw + 20px);
    padding-left: -webkit-calc(10vw + 20px);
    padding-left: calc(10vw + 20px); } }

@media screen and (min-width: 1025px) {
  .clb__regular {
    padding-right: -webkit-calc(2vw + 20px);
    padding-right: calc(2vw + 20px);
    padding-left: -webkit-calc(2vw + 20px);
    padding-left: calc(2vw + 20px); } }

.elementor-page .page-container.full .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .elementor-page .page-container.full .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: none; } }

.builder-switcher {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px; }
  .builder-switcher a {
    padding: 1px 10px;
    border: 1px solid #828084;
    font-size: .86em;
    font-weight: 500;
    -webkit-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s; }
    .builder-switcher a:first-child {
      -webkit-border-bottom-left-radius: 14px;
      border-bottom-left-radius: 14px;
      -webkit-border-top-left-radius: 14px;
      border-top-left-radius: 14px; }
    .builder-switcher a:last-child {
      -webkit-border-bottom-right-radius: 14px;
      border-bottom-right-radius: 14px;
      -webkit-border-top-right-radius: 14px;
      border-top-right-radius: 14px;
      margin-left: -1px; }
    .builder-switcher a.active, .builder-switcher a:hover {
      background-color: #828084;
      color: #fff; }
    .builder-switcher a:not(.active):hover {
      background-color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 768px) {
  .elementor-element.elementor-products-grid ul.products {
    grid-template-columns: 100% !important; } }

/*---------------------------------
# Portfolio
---------------------------------*/
/*---------------------------------
## Portfolio Grid
---------------------------------*/
@media screen and (max-width: 768px) {
  .portfolio-grid {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (max-width: 768px) {
  .portfolio-grid .grid-item {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.portfolio-grid.is-loading {
  max-height: 0px !important; }
  .portfolio-grid.is-loading .portfolio-item.portfolio-grid-type-1, .portfolio-grid.is-loading .portfolio-item.portfolio-grid-type-2, .portfolio-grid.is-loading .portfolio-item.portfolio-grid-type-11 {
    visibility: hidden;
    opacity: 0; }

.portfolio-sorting {
  width: auto;
  padding-bottom: 3.4vh;
  vertical-align: middle;
  text-align: center;
  font-size: 1.02em; }
  @media screen and (max-width: 1024px) {
    .portfolio-sorting {
      padding-bottom: 20px; } }
  .portfolio-sorting:after {
    content: '';
    display: table;
    clear: both; }
  .portfolio-sorting.text-left {
    text-align: left; }
  .portfolio-sorting.text-right {
    text-align: right; }
  .portfolio-sorting li {
    display: inline-block;
    padding: 0; }
    .portfolio-sorting li:first-child a {
      margin-left: 0; }
    .portfolio-sorting li:last-child a {
      margin-right: 0; }
    .portfolio-sorting li a {
      margin: 0px 16px;
      display: inline-block;
      font-weight: 500;
      position: relative;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      font-size: .98em; }
      @media screen and (max-width: 768px) {
        .portfolio-sorting li a {
          margin: 0px 25px 0px 0px; } }
      .portfolio-sorting li a .num {
        font-size: 10px;
        top: -5px;
        right: -15px;
        text-align: left;
        position: absolute;
        font-size: 0.7em; }
      .portfolio-sorting li a .name {
        position: relative; }
      .portfolio-sorting li a.active {
        color: #d90a2c;
        font-weight: 600; }
  @media screen and (max-width: 768px) {
    .portfolio-sorting {
      padding-right: 0; }
      .portfolio-sorting, .portfolio-sorting.text-right, .portfolio-sorting.text-left {
        text-align: left; } }

.portfolio-onepage-slider.grid_5 {
  overflow: hidden; }
  .portfolio-onepage-slider.grid_5 .clb-slider-nav-btn {
    z-index: 10; }

.grid_12 {
  position: relative;
  counter-reset: portfolio-number; }
  .grid_12 .portfolio-sorting,
  .grid_12 .lazy-load {
    width: 100%; }
  .grid_12 .portfolio-grid-holder {
    position: relative;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    overflow-x: hidden; }
    .grid_12 .portfolio-grid-holder .portfolio-grid {
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: rotate(-90deg) translateY(100%);
          -ms-transform: rotate(-90deg) translateY(100%);
              transform: rotate(-90deg) translateY(100%);
      overflow-y: auto;
      overflow-x: hidden;
      left: 20px;
      bottom: 0;
      right: 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      top: auto !important;
      position: absolute !important;
      border-left: 1px solid rgba(136, 136, 136, 0.2); }
      .grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
        position: static !important;
        left: auto !important;
        top: auto !important;
        padding: 0 0 0 40px !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: -webkit-calc(100% / 10);
        height: calc(100% / 10); }
        @media screen and (min-width: 1025px) and (max-width: 1440px) {
          .grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
            padding: 0 0 0 25px !important; } }
      .grid_12 .portfolio-grid-holder .portfolio-grid::-webkit-scrollbar, .grid_12 .portfolio-grid-holder .portfolio-grid::-webkit-scrollbar-thumb {
        visibility: hidden; }
      @media screen and (max-width: 768px) {
        .grid_12 .portfolio-grid-holder .portfolio-grid {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          overflow: visible;
          position: relative !important;
          top: auto !important;
          height: auto !important;
          left: auto;
          max-width: 100%; }
          .grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
            padding: 0 0 5px 20px !important; } }
    .grid_12 .portfolio-grid-holder-underline {
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 1px;
      background-color: rgba(136, 136, 136, 0.65);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .grid_12 .portfolio-grid-images {
    z-index: 10;
    position: relative;
    height: 0;
    width: 0; }
    .grid_12 .portfolio-grid-images .portfolio-item-image {
      position: fixed;
      left: 10px;
      top: 10px;
      opacity: 0;
      visibility: hidden;
      will-change: transform;
      pointer-events: none; }
      .grid_12 .portfolio-grid-images .portfolio-item-image-container {
        -webkit-transition: all linear 1s;
        -o-transition: all linear 1s;
        transition: all linear 1s;
        will-change: transform;
        overflow: hidden; }
        .grid_12 .portfolio-grid-images .portfolio-item-image-container > img {
          -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
                  transform: scale(0.8);
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          max-width: 50%; }
      .grid_12 .portfolio-grid-images .portfolio-item-image.animate {
        -webkit-transition: all linear 0.25s;
        -o-transition: all linear 0.25s;
        transition: all linear 0.25s; }
      .grid_12 .portfolio-grid-images .portfolio-item-image.visible img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .grid_12.full-vh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .grid_12.full-vh {
        padding-top: 20px; } }
    .grid_12.full-vh .portfolio-grid-holder {
      margin-bottom: -webkit-calc(6.8vh + 56px);
      margin-bottom: calc(6.8vh + 56px); }
      .grid_12.full-vh .portfolio-grid-holder + .lazy-load {
        margin-top: -webkit-calc(-1 * (3.4vh + 56px));
        margin-top: calc(-1 * (3.4vh + 56px)); }
  @media screen and (max-width: 768px) {
    .grid_12 .portfolio-grid-holder {
      height: auto !important; }
      .grid_12 .portfolio-grid-holder-underline {
        bottom: auto;
        top: 0; } }

.portfolio-item {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details {
    padding: 25px;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details {
        padding: 20px; } }
  .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-image {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
    .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-image img {
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-details {
    padding: 4.4vh;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(136, 136, 136, 0.05); }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1.boxed .portfolio-item-details {
        padding: 20px; } }
  @media screen and (min-width: 1025px) {
    .portfolio-item-grid.portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 110%; } }
  .portfolio-item-grid.portfolio-grid-type-1:not(.boxed) .portfolio-item-details .show-project {
    left: 0;
    right: 0; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-headline + .show-project {
    bottom: -25px; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .show-project {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
  @media screen and (max-width: 768px) {
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .show-project {
      display: none; }
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder {
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important;
      opacity: 1 !important; } }
  .portfolio-item-grid.portfolio-grid-type-2 > a, .portfolio-item-grid.portfolio-grid-type-11 > a {
    display: block; }
  .portfolio-item-grid.portfolio-grid-type-2.metro-style, .portfolio-item-grid.portfolio-grid-type-11.metro-style {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-2 *, .portfolio-item-grid.portfolio-grid-type-11 * {
    color: #fff; }
  .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
    padding: 4.4vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
        padding: 20px; } }
    .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .show-project {
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px); }
    .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .portfolio-item-headline + .show-project, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .portfolio-item-headline + .show-project {
      bottom: 25px; }
  .portfolio-item-grid.portfolio-grid-type-2.hover-color-overlay .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11.hover-color-overlay .portfolio-item-details {
    z-index: 2; }
  .portfolio-item-grid.portfolio-grid-type-2:before, .portfolio-item-grid.portfolio-grid-type-11:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-2:hover .show-project, .portfolio-item-grid.portfolio-grid-type-11:hover .show-project {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-headline + .show-project {
    position: relative;
    left: 0;
    bottom: 0 !important; }
  .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: auto;
    height: auto;
    top: 10px;
    padding: 0;
    z-index: 111111;
    will-change: transform; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .title,
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
      background-color: rgba(23, 22, 26, 0.5); }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .title {
      margin: 0;
      padding: 2px 10px; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
      padding: 0 10px;
      margin-left: -10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details.text-center .category-holder {
      margin: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details.text-right .category-holder {
      margin-right: -10px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
  .portfolio-item-grid.portfolio-grid-type-11:before {
    display: none; }
  .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details {
    opacity: 1;
    visibility: visible; }
    .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .category-holder {
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important;
      opacity: 1 !important; }
  .portfolio-item-grid.portfolio-grid-type-8 {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details {
      padding: 0; }
      .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
        display: inline-block;
        font-size: -webkit-calc(46px + 36 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 36 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
            font-size: 82px; } }
    .portfolio-item-grid.portfolio-grid-type-8:hover .portfolio-item-headline {
      color: inherit; }
    .portfolio-item-grid.portfolio-grid-type-8.invisible {
      opacity: .05 !important;
      visibility: visible !important; }
  .portfolio-item-grid.portfolio-grid-type-12 {
    overflow: visible;
    white-space: nowrap;
    counter-increment: portfolio-number; }
    .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline {
        position: relative; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
          content: "0" counter(portfolio-number);
          display: inline-block;
          opacity: .65;
          font-weight: bold;
          width: auto;
          top: 0;
          right: 0;
          -webkit-transform: translateX(110%);
              -ms-transform: translateX(110%);
                  transform: translateX(110%);
          position: absolute;
          height: auto;
          background: transparent;
          color: currentColor;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          @media screen and (max-width: 768px) {
            .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
              font-size: .9em; } }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a {
          position: relative;
          display: block; }
          .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            font-size: 6.25vw; }
            @media screen and (min-width: 1025px) and (max-width: 1440px) {
              .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
                font-size: 7vw; } }
            @media screen and (max-width: 768px) {
              .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
                font-size: 15vw; } }
            .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline:hover {
              -webkit-text-stroke: 1px currentColor;
              -webkit-text-fill-color: transparent; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder a {
          font-weight: 600; }
    .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-image {
      opacity: 0;
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-image > img {
        mix-blend-mode: multiply;
        opacity: .3; }
    .portfolio-item-grid.portfolio-grid-type-12:hover .portfolio-item-details .portfolio-item-details-headline:after {
      -webkit-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
              transform: translateX(-15px);
      opacity: 0; }
    .portfolio-item-grid.portfolio-grid-type-12:hover .portfolio-item-details .category-holder {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }
    @media screen and (max-width: 768px) {
      .portfolio-item-grid.portfolio-grid-type-12 {
        white-space: normal; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details > a {
          display: block; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder {
          display: none; } }
  .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
    font-size: -webkit-calc(17px + 5 * ( (100vw - 576px) / 1024));
    font-size: calc(17px + 5 * ( (100vw - 576px) / 1024));
    margin-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
        font-size: 17px; } }
    @media screen and (min-width: 1600px) {
      .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
        font-size: 22px; } }
  .portfolio-item-grid .portfolio-item-details .category-holder:after {
    display: none; }
  .portfolio-item-grid .portfolio-item-details .show-project {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    left: 4.4vh;
    right: 4.4vh;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid .portfolio-item-details .show-project {
        left: 20px; } }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid .portfolio-item-details .show-project {
        right: 20px; } }
    .portfolio-item-grid .portfolio-item-details .show-project-link {
      position: relative;
      font-weight: 600;
      display: inline-block; }
      .portfolio-item-grid .portfolio-item-details .show-project-link:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: currentColor;
        top: 50%;
        right: -55px; }
  .portfolio-item-grid .portfolio-item-details.text-right .show-project-link:after {
    left: -55px;
    right: auto; }
  .portfolio-item-grid .portfolio-item-details.text-center .show-project-link:after {
    display: none; }
  .portfolio-item-grid.metro-style .portfolio-metro-image {
    padding-bottom: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
    display: block;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder .category {
      font-size: 0.94rem; }
  .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
    position: absolute;
    z-index: 10;
    top: 4.4vh;
    left: 4.4vh;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
        top: 20px; } }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
        left: 20px; } }
  .portfolio-item-grid.portfolio-grid-type-1:hover .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2:hover .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11:hover .btn-lightbox {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-2:hover .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .show-project {
    opacity: 1; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-2:hover .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .category-holder {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  .portfolio-item-grid .portfolio-item-image {
    width: 100%;
    min-height: 80px;
    position: relative;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid .portfolio-item-image .video-module {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      z-index: 11; }
      .portfolio-item-grid .portfolio-item-image .video-module .btn-round {
        position: relative; }
    .portfolio-item-grid .portfolio-item-image img {
      vertical-align: middle;
      display: block; }
  @media screen and (min-width: 1025px) {
    .portfolio-item-grid:active {
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }
  .portfolio-item-fullscreen {
    height: 100vh;
    min-width: 100%; }
    .portfolio-item-fullscreen .details-holder {
      height: 100%; }
      .portfolio-item-fullscreen .details-holder .portfolio-details {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 0;
        padding-bottom: 0; }
    .portfolio-item-fullscreen .portfolio-details {
      position: relative;
      height: 100%;
      min-height: 65vh;
      z-index: 10;
      padding-top: 14vh;
      padding-bottom: 7.2vh;
      padding-left: 0;
      padding-right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 1024px) {
        .portfolio-item-fullscreen .portfolio-details {
          padding-top: 100px; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen .portfolio-details {
          padding-bottom: 30px; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen .portfolio-details {
          padding-top: 100px;
          padding-left: 0;
          padding-right: 30px;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .portfolio-item-fullscreen .portfolio-details:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 50%;
        background-image: url("/wp-content/themes/ohio/assets/images/pattern.svg"); }
      .portfolio-item-fullscreen .portfolio-details-video {
        margin-bottom: 3.4vh; }
        .portfolio-item-fullscreen .portfolio-details-video .btn-play {
          display: inline-block; }
        @media screen and (max-width: 1024px) {
          .portfolio-item-fullscreen .portfolio-details-video {
            margin-bottom: 20px; } }
      .portfolio-item-fullscreen .portfolio-details-categories {
        margin-bottom: 20px; }
      .portfolio-item-fullscreen .portfolio-details-title h2 {
        font-size: -webkit-calc(46px + 26 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 26 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-fullscreen .portfolio-details-title h2 {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-fullscreen .portfolio-details-title h2 {
            font-size: 72px; } }
        @media screen and (max-width: 768px) {
          .portfolio-item-fullscreen .portfolio-details-title h2 {
            margin: 5px 0px 0px; } }
      .portfolio-item-fullscreen .portfolio-details-title h3 {
        margin: 0;
        font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
        font-size: calc(36px + 4 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-fullscreen .portfolio-details-title h3 {
            font-size: 36px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-fullscreen .portfolio-details-title h3 {
            font-size: 40px; } }
      .portfolio-item-fullscreen .portfolio-details-description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-top: 15px; }
        .portfolio-item-fullscreen .portfolio-details-description .short-description {
          font-size: -webkit-calc(16.6px + 1 * ( (100vw - 576px) / 1024));
          font-size: calc(16.6px + 1 * ( (100vw - 576px) / 1024));
          opacity: .85; }
          @media screen and (max-width: 576px) {
            .portfolio-item-fullscreen .portfolio-details-description .short-description {
              font-size: 16.6px; } }
          @media screen and (min-width: 1600px) {
            .portfolio-item-fullscreen .portfolio-details-description .short-description {
              font-size: 17.6px; } }
      .portfolio-item-fullscreen .portfolio-details-link {
        margin-top: 25px; }
        @media screen and (max-width: 1024px) {
          .portfolio-item-fullscreen .portfolio-details-link {
            margin-top: 20px; } }
        .portfolio-item-fullscreen .portfolio-details-link .btn {
          font-size: 1.1em; }
        .portfolio-item-fullscreen .portfolio-details-link svg {
          fill: currentColor; }
      .portfolio-item-fullscreen .portfolio-details-date {
        position: relative;
        display: inline-block; }
    .portfolio-item-fullscreen .portfolio-item-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      position: absolute; }
    .portfolio-item-fullscreen .portfolio-item-overlay {
      background-color: rgba(255, 255, 255, 0.972); }
    .portfolio-item-fullscreen.portfolio-grid-type-3 .portfolio-item-overlay {
      position: relative; }
      .portfolio-item-fullscreen.portfolio-grid-type-3 .portfolio-item-overlay > .page-container {
        height: 100%; }
    .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay {
      position: relative;
      background-color: rgba(255, 255, 255, 0.05);
      height: 100%; }
      .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details-title h2 {
        font-size: -webkit-calc(46px + 62 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 62 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details-title h2 {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details-title h2 {
            font-size: 108px; } }
      .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-details:before {
        width: 50%;
        height: 20%; }
      @media screen and (min-width: 1025px) {
        .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .short-description {
          padding-right: 40%; } }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-4 .portfolio-item-overlay .portfolio-item-bg-title {
          display: none; } }
    .portfolio-item-fullscreen.portfolio-grid-type-5 {
      /*Start styles for slider*/
      /*End styles for slider*/ }
      .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay {
        width: 50%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay > .page-container {
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 1024px) {
            .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay > .page-container .details-holder {
              height: 90%; } }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details {
          padding-top: 0;
          padding-right: 30px; }
          @media screen and (min-width: 1920px) {
            .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details {
              padding-left: 5vw; }
              .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details:before {
                left: 5vw; } }
          .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-details:before {
            height: 25%; }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay .portfolio-item-bg-title {
          top: 100%;
          left: 15%;
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center;
          -webkit-transform: translateY(0%) rotate(-90deg);
              -ms-transform: translateY(0%) rotate(-90deg);
                  transform: translateY(0%) rotate(-90deg); }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay {
          position: absolute;
          top: 0;
          left: 0; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-5 .portfolio-item-overlay {
          width: 100%;
          position: absolute;
          top: 0;
          padding-top: 90px;
          height: auto; }
        .portfolio-item-fullscreen.portfolio-grid-type-5 .parallax {
          height: 100% !important; } }
      .portfolio-item-fullscreen.portfolio-grid-type-5.active .portfolio-item-image {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.prev-slide .portfolio-item-image {
        -webkit-transform: translateY(-100%) !important;
            -ms-transform: translateY(-100%) !important;
                transform: translateY(-100%) !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.prev-slide.last-slide .portfolio-item-image {
        -webkit-transform: translateY(-20%) !important;
            -ms-transform: translateY(-20%) !important;
                transform: translateY(-20%) !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.next-slide .portfolio-item-image {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-5.next-slide.last-slide .portfolio-item-image {
        -webkit-transform: translateY(20%) !important;
            -ms-transform: translateY(20%) !important;
                transform: translateY(20%) !important;
        -webkit-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-fullscreen.portfolio-grid-type-6 {
      min-width: initial; }
      .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-image {
        background-position: left bottom; }
      .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay {
        padding: 0 7vw;
        background-color: rgba(255, 255, 255, 0.972);
        position: relative; }
        @media screen and (max-width: 768px) {
          .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay {
            height: auto; } }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay .portfolio-item-bg-title {
          display: none; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-6 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-overlay {
            padding-right: 20px;
            padding-left: 20px; }
          .portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-image {
            position: absolute; } }
    .portfolio-item-fullscreen.portfolio-grid-type-7 {
      background: rgba(255, 255, 255, 0.972); }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image {
          width: -webkit-calc(50vw - 30px);
          width: calc(50vw - 30px);
          height: auto;
          left: 0;
          z-index: 1;
          top: 20vh;
          bottom: 20vh; } }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image .portfolio-details-video {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 3; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before {
        right: 0; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-bg-title {
        left: -webkit-calc((100% / 3) + 15px);
        left: calc((100% / 3) + 15px);
        top: 50%; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details:before {
        height: 10vh; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-overlay {
        background: transparent !important; }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-overlay {
          height: 100%; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image .portfolio-item-bg-title {
          bottom: 25px; } }
    .portfolio-item-fullscreen.portfolio-grid-type-9 {
      background: #fff;
      /*End sllider styles*/ }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box {
        opacity: 0; }
      .portfolio-item-fullscreen.portfolio-grid-type-9.active .portfolio-item-image-box {
        -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        opacity: 1; }
      .portfolio-item-fullscreen.portfolio-grid-type-9.active .portfolio-item-bg-title,
      .portfolio-item-fullscreen.portfolio-grid-type-9.active .next-project-img-box {
        opacity: 1; }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay,
      .portfolio-item-fullscreen.portfolio-grid-type-9 .page-container,
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box,
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-details-box {
        height: 100%; }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box {
        overflow: hidden;
        z-index: 1; }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box .portfolio-details-video {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        padding-top: 0;
        padding-bottom: 0; }
        @media screen and (min-width: 1025px) {
          .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-description .short-description {
            font-size: -webkit-calc(13px + 6 * ( (100vw - 576px) / 1024));
            font-size: calc(13px + 6 * ( (100vw - 576px) / 1024));
            font-weight: 600;
            opacity: 1; } }
  @media screen and (min-width: 1025px) and (max-width: 576px) {
    .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-description .short-description {
      font-size: 13px; } }
  @media screen and (min-width: 1025px) and (min-width: 1600px) {
    .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-description .short-description {
      font-size: 19px; } }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details:before {
          height: 25%;
          width: 150%; }
      @media screen and (min-width: 1025px) and (max-width: 1440px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-headline {
          font-size: 54px; } }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-bg-title {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 25px;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-64%, -50%);
            -ms-transform: translate(-64%, -50%);
                transform: translate(-64%, -50%);
        width: 270px;
        height: 270px;
        -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -webkit-transition-delay: .6s;
             -o-transition-delay: .6s;
                transition-delay: .6s;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        @media screen and (min-width: 1025px) and (max-width: 1440px) {
          .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
            -webkit-transform: translate(-80%, -50%);
                -ms-transform: translate(-80%, -50%);
                    transform: translate(-80%, -50%); } }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box .next-project-img {
          width: 100%;
          height: 100%;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: center;
          cursor: pointer;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box .next-project-img:hover {
            -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
                    transform: translateX(10px); }
      @media screen and (min-width: 769px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before {
          display: none; } }
      @media screen and (max-width: 1024px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .next-project-img-box {
          display: none; } }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay {
          width: 100%; }
          .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay .portfolio-details {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
            .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-overlay .portfolio-details-description {
              padding-top: 15px; }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .page-container {
          padding: 0; }
        .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image-box {
          margin: 0 -20px; } }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay {
      position: relative;
      height: 100%;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.99); }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-bg-title {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto;
      opacity: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-preview {
      top: 18vh;
      bottom: 18vh;
      position: absolute; }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-image {
      right: 20px;
      left: 20px;
      width: auto;
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-image:before {
        left: 0; }
    .portfolio-item-fullscreen.portfolio-grid-type-10 .page-container {
      height: 100%;
      overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-bg-overlay {
        padding: 0;
        background: #fff;
        background-image: none !important; }
      .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-details {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          height: 50%;
          padding-top: 0;
          padding-bottom: 0; }
        .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-preview {
          position: absolute;
          padding: 0;
          left: 0;
          bottom: auto;
          top: 0;
          width: 100%;
          height: 50%; }
        .portfolio-item-fullscreen.portfolio-grid-type-10 .details-holder .portfolio-item-image {
          right: 0;
          left: 0;
          width: auto; } }
    .portfolio-item-fullscreen.portfolio-grid-type-10.active .details-holder .portfolio-item-image {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .portfolio-item-fullscreen.portfolio-grid-type-10.active .portfolio-item-bg-title {
      opacity: 1; }
    .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.972)));
      background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972)); }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image {
        position: relative;
        overflow: hidden; }
        .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image:before, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image:before {
          height: 200%;
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          -webkit-transform: rotate(270deg) translate(-118%, -50%);
              -ms-transform: rotate(270deg) translate(-118%, -50%);
                  transform: rotate(270deg) translate(-118%, -50%);
          right: auto !important; } }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-item-image, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-item-image {
        height: 50vh; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-details {
        top: -14vh;
        bottom: auto;
        height: auto; }
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-details-video, .portfolio-item-fullscreen.portfolio-grid-type-9 .portfolio-details-video, .portfolio-item-fullscreen.portfolio-grid-type-10 .portfolio-details-video {
        margin-top: -2vh; } }
    @media screen and (min-width: 1025px) {
      .portfolio-item-fullscreen.portfolio-grid-type-3 .short-description, .portfolio-item-fullscreen.portfolio-grid-type-7 .short-description {
        padding-right: 5vw; } }
    .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.972)));
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.972)); }
    @media screen and (max-width: 768px) {
      .portfolio-item-fullscreen.portfolio-grid-type-7 .portfolio-item-image:before {
        width: 60%;
        left: 0;
        bottom: 0;
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transform: rotate(90deg) translate(-100%, 0);
            -ms-transform: rotate(90deg) translate(-100%, 0);
                transform: rotate(90deg) translate(-100%, 0); } }
    .portfolio-item-fullscreen .portfolio-item-bg-title {
      position: absolute;
      bottom: -10px; }
      .portfolio-item-fullscreen .portfolio-item-bg-title .bg-title {
        z-index: -1;
        line-height: .5;
        white-space: nowrap;
        letter-spacing: -.02em;
        font-size: 300px;
        font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: 700;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        color: rgba(136, 136, 136, 0.04); }
      @media screen and (max-width: 768px) {
        .portfolio-item-fullscreen .portfolio-item-bg-title {
          -webkit-transform: rotate(-90deg) !important;
              -ms-transform: rotate(-90deg) !important;
                  transform: rotate(-90deg) !important;
          -webkit-transform-origin: left bottom;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
          left: -webkit-calc(100% - 50px) !important;
          left: calc(100% - 50px) !important;
          bottom: 15px !important;
          top: auto !important; }
          .portfolio-item-fullscreen .portfolio-item-bg-title .bg-title {
            font-size: 100px; } }

.with-switcher .grid_3 + .clb-scroll-top,
.with-switcher .grid_3 .clb-scroll-top,
.with-switcher .grid_4 + .clb-scroll-top,
.with-switcher .grid_4 .clb-scroll-top,
.with-switcher .grid_5 + .clb-scroll-top,
.with-switcher .grid_5 .clb-scroll-top,
.with-switcher .grid_6 + .clb-scroll-top,
.with-switcher .grid_6 .clb-scroll-top,
.with-switcher .grid_7 + .clb-scroll-top,
.with-switcher .grid_7 .clb-scroll-top,
.with-switcher .grid_10 + .clb-scroll-top,
.with-switcher .grid_10 .clb-scroll-top {
  padding-right: 60px; }

.with-switcher .grid_3 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_4 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_5 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_6 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_7 + .scroll-bar-container .clb-scroll-top,
.with-switcher .grid_10 + .scroll-bar-container .clb-scroll-top {
  padding-right: 60px; }

.grid_3 .clb-slider-pagination,
.grid_4 .clb-slider-pagination,
.grid_5 .clb-slider-pagination,
.grid_6 .clb-slider-pagination,
.grid_7 .clb-slider-pagination,
.grid_9 .clb-slider-pagination,
.grid_10 .clb-slider-pagination {
  color: #232226; }

.portfolio-onepage-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .portfolio-onepage-slider.clb-slider {
    display: block; }

[data-interactive-links-grid] {
  padding-top: 14vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1024px) {
    [data-interactive-links-grid] {
      padding-top: 100px; } }
  [data-interactive-links-grid]:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 30%;
    opacity: .25;
    background-image: url(/wp-content/themes/ohio/assets/images/pattern.svg); }
  [data-interactive-links-grid] .portfolio-item.active {
    -webkit-transform: scale(2.6);
        -ms-transform: scale(2.6);
            transform: scale(2.6); }
  [data-interactive-links-grid] .portfolio-grid {
    z-index: 10;
    width: 100%;
    height: auto !important;
    padding-top: 7.2vh;
    padding-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      [data-interactive-links-grid] .portfolio-grid {
        padding-top: 30px; } }
    @media screen and (max-width: 768px) {
      [data-interactive-links-grid] .portfolio-grid {
        padding-bottom: 30px; } }
    [data-interactive-links-grid] .portfolio-grid .portfolio-item-wrap {
      display: inline-block;
      position: relative !important;
      top: auto !important;
      left: auto !important;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  [data-interactive-links-grid] .portfolio-grid-images {
    position: absolute;
    top: 0; }
    [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images {
      height: 100%;
      overflow: hidden; }
      [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images .interactive-links-grid-image {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images .interactive-links-grid-image:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        [data-interactive-links-grid] .portfolio-grid-images.interactive-links-grid-images .interactive-links-grid-image.scale {
          opacity: 1;
          -webkit-animation: imageScale 15s 1;
                  animation: imageScale 15s 1;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
  [data-interactive-links-grid] .hover-scale-img.visible {
    opacity: 1; }
  [data-interactive-links-grid] nav.pagination {
    margin-top: 0;
    margin-bottom: 0; }
  [data-interactive-links-grid] .portfolio-sorting,
  [data-interactive-links-grid] .pagination,
  [data-interactive-links-grid] .lazy-load {
    z-index: 12;
    padding-top: 4.4vh;
    padding-bottom: 4.4vh; }
    @media screen and (max-width: 1024px) {
      [data-interactive-links-grid] .portfolio-sorting,
      [data-interactive-links-grid] .pagination,
      [data-interactive-links-grid] .lazy-load {
        padding-top: 20px; } }
    @media screen and (max-width: 1024px) {
      [data-interactive-links-grid] .portfolio-sorting,
      [data-interactive-links-grid] .pagination,
      [data-interactive-links-grid] .lazy-load {
        padding-bottom: 20px; } }

.page-template-page_for-projects [data-interactive-links-grid] {
  min-height: 100vh; }

@-webkit-keyframes imageScale {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes imageScale {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes imageOpacity {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  3% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; } }

@keyframes imageOpacity {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  3% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; } }

.double-width .portfolio-grid-type-1.metro-style .portfolio-metro-image {
  padding-bottom: -webkit-calc(50% - 20px);
  padding-bottom: calc(50% - 20px); }
  @media screen and (max-width: 768px) {
    .double-width .portfolio-grid-type-1.metro-style .portfolio-metro-image {
      padding-bottom: 100% !important; } }

.double-width .portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
  padding-bottom: -webkit-calc(50% + 20px);
  padding-bottom: calc(50% + 20px); }
  @media screen and (max-width: 768px) {
    .double-width .portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 100% !important; } }

.double-width .portfolio-grid-type-2.metro-style.hover-parallax-img .portfolio-metro-image,
.double-width .portfolio-grid-type-11.metro-style.hover-parallax-img .portfolio-metro-image {
  padding-bottom: -webkit-calc(100% - 36px);
  padding-bottom: calc(100% - 36px); }
  @media screen and (max-width: 768px) {
    .double-width .portfolio-grid-type-2.metro-style.hover-parallax-img .portfolio-metro-image,
    .double-width .portfolio-grid-type-11.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 100% !important; } }

.ohio-recent-projects-sc .pagination {
  margin: 30px auto; }

.ohio-recent-projects-sc[data-interactive-links-grid] .pagination {
  width: 100%; }

/*---------------------------------
## Portfolio Pages
---------------------------------*/
.project-page {
  position: relative; }
  .project-page .clb-share-bar {
    top: 4.4vh;
    left: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .project-page .clb-share-bar {
        top: 20px; } }
    @media screen and (max-width: 1024px) {
      .project-page .clb-share-bar {
        left: 20px; } }
  .project-page-media-holder {
    position: relative; }
    .project-page-media-holder img {
      width: 100%;
      margin-bottom: 10px;
      vertical-align: top; }
      .project-page-media-holder img:last-of-type {
        margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .project-page-media-holder {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .project-page-media-holder .video-module {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .project-page-content {
    z-index: 2;
    padding-bottom: 8.8vh;
    padding-top: 8.8vh; }
    @media screen and (max-width: 768px) {
      .project-page-content {
        padding-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .project-page-content {
        padding-top: 40px; } }
    @media screen and (max-width: 1024px) {
      .project-page-content {
        padding: 50px 20px; } }
    @media screen and (max-width: 768px) {
      .project-page-content {
        padding: 40px 0px;
        margin-left: 0;
        margin-right: 0; } }
    .project-page-content .project-title {
      margin-bottom: 20px; }
      .project-page-content .project-title .headline {
        margin: 20px 0 10px; }
    .project-page-content .project-description {
      font-size: 17px; }
      .project-page-content .project-description p {
        margin: 0; }
    .project-page-content .project-task {
      margin-top: 30px;
      position: relative; }
      .project-page-content .project-task-description {
        font-size: 17px;
        font-weight: 600; }
    .project-page-content .btn-link {
      margin-top: 20px; }
  .project-page .project-meta {
    list-style: none;
    margin-top: 3.4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .project-page .project-meta {
        margin-top: 20px; } }
    .project-page .project-meta li {
      min-width: -webkit-calc(25% - 25px);
      min-width: calc(25% - 25px);
      width: -webkit-calc(25% - 25px);
      width: calc(25% - 25px);
      margin-right: 25px;
      padding-top: 20px;
      border-top: 1px solid rgba(136, 136, 136, 0.65);
      margin-bottom: 20px; }
      .project-page .project-meta li:last-child {
        margin-bottom: 0; }
      .project-page .project-meta li > * {
        margin: 0; }
      @media screen and (max-width: 1024px) {
        .project-page .project-meta li {
          min-width: -webkit-calc(50% - 20px);
          min-width: calc(50% - 20px);
          width: -webkit-calc(50% - 20px);
          width: calc(50% - 20px);
          margin-right: 20px; } }
  .project-page .project-first-image {
    position: relative; }
    .project-page .project-first-image img {
      margin-bottom: 10px; }
    .project-page .project-first-image .video-module {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .project-page.layout-type1 .project-title .headline, .project-page.layout-type2 .project-title .headline, .project-page.layout-type3 .project-title .headline, .project-page.layout-type4 .project-title .headline {
    margin: 10px 0;
    font-size: -webkit-calc(40px + 14 * ( (100vw - 576px) / 1024));
    font-size: calc(40px + 14 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .project-page.layout-type1 .project-title .headline, .project-page.layout-type2 .project-title .headline, .project-page.layout-type3 .project-title .headline, .project-page.layout-type4 .project-title .headline {
        font-size: 40px; } }
    @media screen and (min-width: 1600px) {
      .project-page.layout-type1 .project-title .headline, .project-page.layout-type2 .project-title .headline, .project-page.layout-type3 .project-title .headline, .project-page.layout-type4 .project-title .headline {
        font-size: 54px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type1 .project-page-content {
      margin-left: 4.4vh; } }
  @media screen and (min-width: 1025px) and (max-width: 1024px) {
    .project-page.layout-type1 .project-page-content {
      margin-left: 20px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type2 .project-page-content {
      margin-right: 4.4vh; } }
  @media screen and (min-width: 1025px) and (max-width: 1024px) {
    .project-page.layout-type2 .project-page-content {
      margin-right: 20px; } }
  .project-page.layout-type2 .clb-share-bar {
    left: auto;
    right: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .project-page.layout-type2 .clb-share-bar {
        right: 20px; } }
  .project-page.layout-type3, .project-page.layout-type4 {
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type3 .project-page-content, .project-page.layout-type4 .project-page-content {
        padding-right: 0;
        padding-left: 0; } }
  .project-page.layout-type3 .clb-share-bar {
    right: -webkit-calc(50% + 20px);
    right: calc(50% + 20px);
    margin-right: 4.4vh;
    left: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
    @media screen and (max-width: 1024px) {
      .project-page.layout-type3 .clb-share-bar {
        margin-right: 20px; } }
  .project-page.layout-type3 .scroll-end .clb-share-bar {
    right: 20px; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type3 .clb-share-bar {
      top: -webkit-calc(100vh - 20px);
      top: calc(100vh - 20px);
      right: 20px;
      -webkit-transform: translate(0%, -100%);
          -ms-transform: translate(0%, -100%);
              transform: translate(0%, -100%); }
    .project-page.layout-type3 .scroll-end .clb-share-bar {
      right: 35px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type3 .project-page-media-holder {
      padding-left: 0; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type3 .project-page-content {
      margin-left: 5vw;
      margin-right: -webkit-calc(10vw + 136px);
      margin-right: calc(10vw + 136px); } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .project-page.layout-type3 .project-page-content {
      margin-left: 3vw;
      margin-right: 8vw; } }
  .project-page.layout-type4 .clb-share-bar {
    left: -webkit-calc(50% + 55px);
    left: calc(50% + 55px);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    right: auto; }
  .project-page.layout-type4 .scroll-end .clb-share-bar {
    left: 55px;
    right: auto; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type4 .clb-share-bar {
      left: 20px;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); } }
  @media screen and (max-width: 768px) {
    .project-page.layout-type4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type4 .project-page-media-holder {
      padding-right: 0; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type4 .project-page-content {
      margin-left: -webkit-calc(10vw + 126px);
      margin-left: calc(10vw + 126px);
      margin-right: 5vw; } }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .project-page.layout-type4 .project-page-content {
      margin-left: 7vw;
      margin-right: 3vw; } }
  .project-page.layout-type3 .clb-share-bar, .project-page.layout-type4 .clb-share-bar {
    top: -webkit-calc(100vh - 40px);
    top: calc(100vh - 40px);
    position: fixed;
    z-index: 10; }
  .project-page.layout-type3 .scroll-end .clb-share-bar, .project-page.layout-type4 .scroll-end .clb-share-bar {
    position: absolute;
    top: auto;
    bottom: 4.4vh;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media screen and (max-width: 1024px) {
      .project-page.layout-type3 .scroll-end .clb-share-bar, .project-page.layout-type4 .scroll-end .clb-share-bar {
        bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .project-page.layout-type3 .clb-share-bar,
    .project-page.layout-type3 .scroll-end .clb-share-bar, .project-page.layout-type4 .clb-share-bar,
    .project-page.layout-type4 .scroll-end .clb-share-bar {
      top: auto;
      position: absolute;
      bottom: 20px;
      right: auto;
      left: 20px; } }
  .project-page.layout-type5 .project-fullscreen-slider, .project-page.layout-type6 .project-fullscreen-slider, .project-page.layout-type8 .project-fullscreen-slider, .project-page.layout-type9 .project-fullscreen-slider {
    overflow: hidden; }
    .project-page.layout-type5 .project-fullscreen-slider .clb-slider-outer-stage, .project-page.layout-type6 .project-fullscreen-slider .clb-slider-outer-stage, .project-page.layout-type8 .project-fullscreen-slider .clb-slider-outer-stage, .project-page.layout-type9 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type5 .project-page-content .vc_col-md-6, .project-page.layout-type6 .project-page-content .vc_col-md-6, .project-page.layout-type8 .project-page-content .vc_col-md-6, .project-page.layout-type9 .project-page-content .vc_col-md-6 {
      margin-top: 40px; } }
  .project-page.layout-type5 .project-image, .project-page.layout-type6 .project-image, .project-page.layout-type8 .project-image, .project-page.layout-type9 .project-image {
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .project-page.layout-type5 .project-image-overlay, .project-page.layout-type6 .project-image-overlay, .project-page.layout-type8 .project-image-overlay, .project-page.layout-type9 .project-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(23, 22, 26, 0.3); }
  @media screen and (max-width: 768px) {
    .project-page.layout-type6 .page-container, .project-page.layout-type8 .page-container {
      padding-right: 40px; } }
  .project-page.layout-type5 .project-fullscreen-slider {
    height: 75vh; }
    .project-page.layout-type5 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  .project-page.layout-type5 .project-page-media-holder {
    position: relative; }
    .project-page.layout-type5 .project-page-media-holder .video-module {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10; }
    .project-page.layout-type5 .project-page-media-holder .clb-share-bar {
      top: auto;
      bottom: 4.4vh;
      left: 0; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type5 .project-page-media-holder .clb-share-bar {
          bottom: 20px; } }
  .project-page.layout-type5 .project-page-content {
    padding-top: 10.6vh;
    padding-bottom: 10.6vh;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type5 .project-page-content {
        padding-top: 50px; } }
    @media screen and (max-width: 768px) {
      .project-page.layout-type5 .project-page-content {
        padding-bottom: 50px; } }
    .project-page.layout-type5 .project-page-content .project-task {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type5 .project-page-media-holder .clb-share-bar {
      left: 20px; }
    .project-page.layout-type5 .project-fullscreen-slider {
      height: 50vh; }
    .project-page.layout-type5 .project-page-content {
      padding: 25px 0; }
      .project-page.layout-type5 .project-page-content .project-link {
        margin-bottom: 20px; } }
  .project-page.layout-type6 .project-fullscreen-slider {
    height: 100vh;
    width: 100%;
    position: absolute; }
    .project-page.layout-type6 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  .project-page.layout-type6 .project-page-content {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .project-page.layout-type6 .project-page-content > .vc_row {
      width: 100%; }
    .project-page.layout-type6 .project-page-content .headline,
    .project-page.layout-type6 .project-page-content .project-meta-title,
    .project-page.layout-type6 .project-page-content .btn-link {
      color: #fff; }
    .project-page.layout-type6 .project-page-content .project-meta li {
      border-color: rgba(255, 255, 255, 0.25); }
    .project-page.layout-type6 .project-page-content .project-meta p {
      opacity: .6; }
    .project-page.layout-type6 .project-page-content .video-module {
      margin-bottom: 3.4vh;
      min-height: 56px; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type6 .project-page-content .video-module {
          margin-bottom: 20px; } }
    .project-page.layout-type6 .project-page-content .clb-share-bar {
      top: auto;
      left: 0;
      bottom: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type6 .project-page-content .clb-share-bar {
          bottom: 20px; } }
    .project-page.layout-type6 .project-page-content .animated-holder .video-module {
      min-height: 56px; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type6 .project-page-content .clb-share-bar {
      left: 20px; } }
  .project-page.layout-type7 {
    padding-bottom: 8.8vh; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type7 {
        padding-bottom: 40px; } }
    .project-page.layout-type7 .project-page-content {
      padding-bottom: 7.2vh;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .project-page.layout-type7 .project-page-content {
          padding-bottom: 30px; } }
    @media screen and (min-width: 1025px) {
      .project-page.layout-type7 .project-task {
        margin-top: 0; } }
    .project-page.layout-type7 .clb-share-bar {
      margin: 0; }
  .project-page.layout-type8 .project-page-media-holder {
    min-height: 100%;
    width: 100%;
    position: static; }
  .project-page.layout-type8 .project-fullscreen-slider {
    height: 100%;
    width: 65vw;
    right: 0;
    position: absolute; }
    .project-page.layout-type8 .project-fullscreen-slider .clb-slider-outer-stage {
      height: 100%; }
  .project-page.layout-type8 .project-image-overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(-90deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    width: 50%; }
  .project-page.layout-type8 .project-page-content {
    padding: 10vh 0;
    margin: 0; }
    .project-page.layout-type8 .project-page-content .video-module {
      margin-bottom: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type8 .project-page-content .video-module {
          margin-bottom: 20px; } }
    .project-page.layout-type8 .project-page-content .project-title .headline {
      font-size: -webkit-calc(54px + 76 * ( (100vw - 576px) / 1024));
      font-size: calc(54px + 76 * ( (100vw - 576px) / 1024));
      margin-bottom: 0; }
      @media screen and (max-width: 576px) {
        .project-page.layout-type8 .project-page-content .project-title .headline {
          font-size: 54px; } }
      @media screen and (min-width: 1600px) {
        .project-page.layout-type8 .project-page-content .project-title .headline {
          font-size: 130px; } }
    .project-page.layout-type8 .project-page-content .project-meta {
      margin-top: 0; }
      .project-page.layout-type8 .project-page-content .project-meta li {
        border-color: rgba(136, 136, 136, 0.5); }
      .project-page.layout-type8 .project-page-content .project-meta p {
        opacity: .6; }
    .project-page.layout-type8 .project-page-content .clb-share-bar {
      top: auto;
      left: 0;
      bottom: 0; }
    .project-page.layout-type8 .project-page-content .headline,
    .project-page.layout-type8 .project-page-content .title {
      color: inherit; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type8 .project-page-content {
      padding-top: 25px;
      padding-bottom: 15vh; }
      .project-page.layout-type8 .project-page-content .clb-share-bar {
        left: 20px; }
      .project-page.layout-type8 .project-page-content .clb-share-bar {
        bottom: 20px; }
    .project-page.layout-type8 .project-fullscreen-slider {
      width: 100vw; } }
  .project-page.layout-type9 .project-fullscreen-slider {
    height: 100vh;
    width: 100%;
    position: absolute; }
  .project-page.layout-type9 .project-page-title {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .project-page.layout-type9 .project-page-title .clb-share-bar {
      top: auto;
      bottom: 4.4vh;
      margin: 0;
      left: 20px; }
      @media screen and (max-width: 1024px) {
        .project-page.layout-type9 .project-page-title .clb-share-bar {
          bottom: 20px; } }
    .project-page.layout-type9 .project-page-title .headline {
      font-size: -webkit-calc(50px + 40 * ( (100vw - 576px) / 1024));
      font-size: calc(50px + 40 * ( (100vw - 576px) / 1024));
      margin: 20px 0;
      line-height: 1; }
      @media screen and (max-width: 576px) {
        .project-page.layout-type9 .project-page-title .headline {
          font-size: 50px; } }
      @media screen and (min-width: 1600px) {
        .project-page.layout-type9 .project-page-title .headline {
          font-size: 90px; } }
    .project-page.layout-type9 .project-page-title > .vc_row {
      width: 100%; }
    .project-page.layout-type9 .project-page-title .headline,
    .project-page.layout-type9 .project-page-title .category-holder,
    .project-page.layout-type9 .project-page-title .date {
      color: #fff; }
  .project-page.layout-type9 .project-page-content {
    padding-top: 10.6vh;
    padding-bottom: 10.6vh;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .project-page.layout-type9 .project-page-content {
        padding-top: 50px; } }
    @media screen and (max-width: 768px) {
      .project-page.layout-type9 .project-page-content {
        padding-bottom: 50px; } }
    .project-page.layout-type9 .project-page-content .project-task {
      margin-top: 0; }
  @media screen and (max-width: 768px) {
    .project-page.layout-type9 .project-page-media-holder .clb-share-bar {
      left: 20px; } }
  @media screen and (min-width: 1025px) {
    .project-page.layout-type5 .clb-share-bar, .project-page.layout-type6 .clb-share-bar, .project-page.layout-type8 .clb-share-bar, .project-page.layout-type9 .clb-share-bar {
      margin: 0 20px; } }
  .project-page.layout-type5 .project-fullscreen-slider > .scale-bg, .project-page.layout-type6 .project-fullscreen-slider > .scale-bg, .project-page.layout-type8 .project-fullscreen-slider > .scale-bg, .project-page.layout-type9 .project-fullscreen-slider > .scale-bg {
    height: 100%; }
  .project-page.layout-type5 .project-fullscreen-slider .clb-slider-item.active, .project-page.layout-type6 .project-fullscreen-slider .clb-slider-item.active, .project-page.layout-type8 .project-fullscreen-slider .clb-slider-item.active, .project-page.layout-type9 .project-fullscreen-slider .clb-slider-item.active {
    z-index: 10; }
  @media screen and (max-width: 991px) {
    .project-page-invert > .vc_row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.single-ohio_portfolio:not(.with-spacer) .project.layout-type7 .page-container {
  margin-top: 14vh; }
  @media screen and (max-width: 1024px) {
    .single-ohio_portfolio:not(.with-spacer) .project.layout-type7 .page-container {
      margin-top: 100px; } }

@media screen and (min-width: 1025px) {
  .single-ohio_portfolio.with-header-5 .project.layout-type7 .page-container, .single-ohio_portfolio.with-header-6 .project.layout-type7 .page-container, .single-ohio_portfolio.with-header-7 .project.layout-type7 .page-container {
    margin-top: initial; } }

.single-ohio_portfolio.with-spacer .project.layout-type7 .page-container {
  padding-top: 0; }

.single-ohio_portfolio .full-top-position.layout-type1 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type2 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type3 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type4 .project-page-sticky-container {
  padding-top: 14vh; }
  @media screen and (max-width: 1024px) {
    .single-ohio_portfolio .full-top-position.layout-type1 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type2 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type3 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type4 .project-page-sticky-container {
      padding-top: 100px; } }
  @media screen and (max-width: 768px) {
    .single-ohio_portfolio .full-top-position.layout-type1 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type2 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type3 .project-page-sticky-container, .single-ohio_portfolio .full-top-position.layout-type4 .project-page-sticky-container {
      padding-top: 0; } }

@media screen and (min-width: 769px) {
  .single-ohio_portfolio .layout-type1 .project-page-sticky-container,
  .single-ohio_portfolio .layout-type2 .project-page-sticky-container,
  .single-ohio_portfolio .layout-type3 .project-page-sticky-container,
  .single-ohio_portfolio .layout-type4 .project-page-sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

/*---------------------------------
# Blog
---------------------------------*/
/*---------------------------------
## Comments
---------------------------------*/
.comments-container {
  background-color: rgba(136, 136, 136, 0.05); }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-meta a {
  color: #6A696C; }
  .comment-meta a:hover {
    text-decoration: none !important; }

.comment-notes,
.comment-form-cookies-consent {
  color: #6A696C;
  font-size: 0.94rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .comment-notes label,
  .comment-form-cookies-consent label {
    margin: 0 0 0 8px; }

.comments-area {
  padding-top: 7.2vh;
  padding-bottom: 7.2vh; }
  @media screen and (max-width: 768px) {
    .comments-area {
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .comments-area {
      padding-bottom: 30px; } }
  .comments-area.no-comments .comment-respond:after {
    display: none; }
  .comments-area .nav-links {
    margin: 15px 0; }
    .comments-area .nav-links div {
      display: inline-block;
      margin-right: 15px; }
  .comments-area .comment-list {
    margin-bottom: 7.2vh;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .comments-area .comment-list {
        margin-bottom: 30px; } }
    .comments-area .comment-list li.trackback .comment-date-and-time:after, .comments-area .comment-list li.pingback .comment-date-and-time:after,
    .comments-area .comment-list li .depth-5 .comment-date-and-time:after {
      display: none; }
    .comments-area .comment-list > li:last-child .comment-respond {
      margin: 0;
      padding-bottom: 0; }
      .comments-area .comment-list > li:last-child .comment-respond:before {
        display: none; }
  .comments-area .pingback p {
    display: none; }
  .comments-area .comment-list > li {
    padding: 0; }
    .comments-area .comment-list > li:first-child {
      border: none !important; }
  .comments-area .comment-list li.depth-1:first-child > .comment-body {
    border: none; }
  .comments-area ul.children {
    margin-left: 0;
    padding-left: 75px;
    list-style: none; }
  .comments-area .pingback .comment-body, .comments-area .trackback .comment-body {
    padding-left: 0; }
  .comments-area .comment-body {
    padding-left: 75px;
    padding-bottom: 4.4vh;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .comments-area .comment-body {
        padding-bottom: 20px; } }
    .comments-area .comment-body .comment-awaiting-moderation {
      font-size: 0.94rem; }
    .comments-area .comment-body .comment-author img {
      max-width: 56px;
      position: absolute;
      top: 0;
      left: 0; }
    .comments-area .comment-body .comment-author h4 {
      display: inline-block;
      font-size: 1em;
      letter-spacing: 0; }
    .comments-area .comment-body .comment-author .says {
      display: none; }
    .comments-area .comment-body .comment-meta {
      font-size: 0.94rem;
      margin-bottom: 2px; }
    .comments-area .comment-body .comment-content p {
      margin: 0; }
    .comments-area .comment-body .reply {
      display: inline-block; }
      .comments-area .comment-body .reply a {
        color: inherit; }
        .comments-area .comment-body .reply a:hover {
          color: #d90a2c; }
  .comments-area .reply a,
  .comments-area .reply-cancle a,
  .comments-area a.comment-edit-link {
    font-size: 0.94rem;
    position: relative; }
  .comments-area .comment-date-and-time {
    display: inline-block; }
    .comments-area .comment-date-and-time:after {
      content: '•';
      display: inline-block;
      vertical-align: middle;
      font-size: .8em;
      margin-top: -2px;
      color: #d90a2c;
      margin: 0; }
  .comments-area .reply a {
    font-weight: 600; }
  .comments-area .comment-respond {
    position: relative;
    z-index: 2; }
    .comments-area .comment-respond .form-submit {
      margin: 15px 0px 0px 0px; }
      @media screen and (max-width: 768px) {
        .comments-area .comment-respond .form-submit .btn {
          width: 100%; } }
    .comments-area .comment-respond:before {
      content: '';
      width: 500%;
      height: 1px;
      border-top: 1px solid rgba(136, 136, 136, 0.1);
      position: absolute;
      top: 0;
      left: -200%; }
    .comments-area .comment-respond:before {
      display: none;
      top: auto;
      bottom: 0; }
    .comments-area .comment-respond .reply-cancle {
      display: inline-block; }
    .comments-area .comment-respond .input-wrap:after {
      content: '';
      display: table;
      clear: both; }
    .comments-area .comment-respond .input-wrap > .input-block {
      padding: 5px 20px 20px 0; }
      .comments-area .comment-respond .input-wrap > .input-block:last-child {
        padding-right: 0; }
  .comments-area .comment .comment-respond {
    margin-bottom: 4.4vh;
    padding-bottom: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .comments-area .comment .comment-respond {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      .comments-area .comment .comment-respond {
        padding-bottom: 20px; } }
    .comments-area .comment .comment-respond:before {
      display: block; }
  @media screen and (max-width: 768px) {
    .comments-area {
      width: 100%; }
      .comments-area #respond {
        padding-top: 0; }
      .comments-area .comment-body {
        padding: 90px 0px 20px 0px; }
      .comments-area ul.children {
        padding-left: 30px; }
      .comments-area .comment-respond .comment-form {
        padding: 0;
        background: transparent; } }

/*---------------------------------
## Grid
---------------------------------*/
.blog-grid {
  overflow: hidden; }
  .blog-grid.sticky {
    background-color: rgba(217, 10, 44, 0.05); }
    .blog-grid.sticky .sticky-icon {
      vertical-align: middle;
      display: inline-block;
      margin-top: -4px; }
  .blog-grid.boxed .blog-grid-content {
    background-color: rgba(136, 136, 136, 0.05);
    padding: 4.4vh;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 1024px) {
      .blog-grid.boxed .blog-grid-content {
        padding: 20px; } }
  .blog-grid.without-media.boxed .blog-grid-content {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .blog-grid:not(.boxed):not(.blog-grid-type-6) .blog-grid-image {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .blog-grid:not(.blog-grid-type-2):not(.blog-grid-type-4):hover h3 a {
    color: #d90a2c; }
  .blog-grid-image {
    position: relative;
    overflow: hidden; }
    .blog-grid-image > a {
      display: block; }
    .blog-grid-image img {
      vertical-align: top;
      width: 100%; }
    .blog-grid-image .blog-metro-image.active,
    .blog-grid-image img.active {
      z-index: 1; }
    .blog-grid-image .slider {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .blog-grid-image .slider .clb-slider-nav-btn {
        z-index: 11; }
      .blog-grid-image .slider + .blog-grid-meta .meta-holder .author-attributes {
        width: -webkit-calc(100% - 116px);
        width: calc(100% - 116px);
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
  .blog-grid .blog-metro-image {
    padding-top: 100%;
    min-width: 100%;
    height: auto;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .blog-grid-meta {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 4.4vh;
    font-size: 0.94rem;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .blog-grid-meta {
        padding: 20px; } }
    .blog-grid-meta .meta-holder {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .blog-grid-meta .author-avatar {
      height: 46px;
      width: 46px;
      min-width: 46px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      margin-right: 15px; }
    .blog-grid-meta .author-attributes {
      white-space: nowrap; }
  .blog-grid:not(.blog-grid-type-4):not(.blog-grid-type-6) .blog-grid-meta {
    color: #fff; }
  .blog-grid.hover-color-overlay .blog-grid-meta {
    background: transparent; }
  .blog-grid-headline {
    margin: 10px 0 0 0;
    font-size: -webkit-calc(24px + 2 * ( (100vw - 576px) / 1024));
    font-size: calc(24px + 2 * ( (100vw - 576px) / 1024));
    line-height: 1.3; }
    @media screen and (max-width: 576px) {
      .blog-grid-headline {
        font-size: 24px; } }
    @media screen and (min-width: 1600px) {
      .blog-grid-headline {
        font-size: 26px; } }
    .blog-grid-headline a {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .blog-grid-content {
    padding-top: 25px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .blog-grid-content {
        padding-top: 20px; } }
    .blog-grid-content .post-details,
    .blog-grid-content p,
    .blog-grid-content blockquote {
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid-content .post-details {
      font-size: 0.94rem; }
    .blog-grid-content p {
      margin-bottom: 0; }
      .blog-grid-content p a:not(.more-link) {
        color: #d90a2c;
        font-weight: 500; }
      .blog-grid-content p .more-link {
        margin-top: 10px;
        display: inline-block;
        font-weight: 600; }
      .blog-grid-content p .wp-block-button__link {
        display: none; }
    .blog-grid-content .btn {
      margin-top: 10px; }
    .blog-grid-content blockquote cite,
    .blog-grid-content blockquote h4,
    .blog-grid-content q cite,
    .blog-grid-content q h4 {
      display: block; }
  .blog-grid-type-1.boxed .btn-link {
    display: none; }
  .blog-grid-type-1 .blog-grid-image {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px; }
  @media screen and (min-width: 1025px) {
    .blog-grid-type-1 .btn {
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }
  .blog-grid-type-2 {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(136, 136, 136, 0.05); }
    @media screen and (min-width: 1025px) {
      .blog-grid-type-2 {
        min-height: 350px; } }
    .blog-grid-type-2 .blog-grid-image {
      width: 100%; }
      .blog-grid-type-2 .blog-grid-image .slider .blog-image {
        padding-top: 100%;
        -webkit-background-size: cover;
                background-size: cover; }
    .blog-grid-type-2 .blog-grid-content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 4.4vh;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
      background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
      background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
      background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
      z-index: 10; }
      @media screen and (max-width: 1024px) {
        .blog-grid-type-2 .blog-grid-content {
          padding: 20px; } }
      .blog-grid-type-2 .blog-grid-content * {
        color: #fff; }
    .blog-grid-type-2.without-media .blog-grid-image {
      padding-bottom: 100%; }
    .blog-grid-type-2.metro-style {
      min-height: initial; }
  .blog-grid-type-3:not(.without-media) .blog-grid-image {
    width: 50%; }
  .blog-grid-type-3:not(.without-media) .blog-grid-content {
    width: 50%;
    padding: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-3:not(.without-media) .blog-grid-content {
        padding: 20px; } }
  .blog-grid-type-3.boxed .blog-grid-content {
    padding-top: 70px;
    padding-bottom: 70px; }
  .blog-grid-type-4 {
    position: relative;
    min-height: 400px;
    background-color: rgba(136, 136, 136, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .blog-grid-type-4 .blog-grid-image {
      width: 100%;
      opacity: 0;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .blog-grid-type-4 .blog-grid-image .slider {
        height: 100%; }
        .blog-grid-type-4 .blog-grid-image .slider .blog-image {
          padding-top: 100%;
          -webkit-background-size: cover;
                  background-size: cover; }
      .blog-grid-type-4 .blog-grid-image:after {
        content: "";
        position: absolute;
        background-color: rgba(23, 22, 26, 0.45);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0; }
    .blog-grid-type-4 .blog-grid-meta {
      opacity: 1;
      background: transparent;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .blog-grid-type-4 .blog-grid-meta .meta-holder {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .blog-grid-type-4 .blog-grid-content {
      position: absolute;
      bottom: 0;
      top: 86px;
      left: 0;
      padding: 4.4vh;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      z-index: 10; }
      @media screen and (max-width: 1024px) {
        .blog-grid-type-4 .blog-grid-content {
          padding: 20px; } }
      .blog-grid-type-4 .blog-grid-content .btn-more {
        position: absolute;
        bottom: 4.4vh;
        left: 4.4vh; }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-4 .blog-grid-content .btn-more {
            bottom: 20px; } }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-4 .blog-grid-content .btn-more {
            left: 20px; } }
    .blog-grid-type-4:hover .blog-grid-image {
      opacity: 1; }
    .blog-grid-type-4:hover .blog-grid-headline a,
    .blog-grid-type-4:hover .blog-grid-meta,
    .blog-grid-type-4:hover .post-details,
    .blog-grid-type-4:hover .short-description,
    .blog-grid-type-4:hover blockquote,
    .blog-grid-type-4:hover .btn {
      color: #fff; }
    .blog-grid-type-4.without-media .blog-grid-image {
      padding-bottom: 100%; }
    .blog-grid-type-4.metro-style {
      min-height: initial; }
  .blog-grid-type-3:not(.without-media), .blog-grid-type-5:not(.without-media) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image, .blog-grid-type-5:not(.without-media) .blog-grid-image {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .blog-grid-type-3:not(.without-media).boxed .blog-grid-image,
    .blog-grid-type-3:not(.without-media).boxed .blog-grid-content, .blog-grid-type-5:not(.without-media).boxed .blog-grid-image,
    .blog-grid-type-5:not(.without-media).boxed .blog-grid-content {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image .slider, .blog-grid-type-5:not(.without-media) .blog-grid-image .slider {
      min-height: 100%; }
      .blog-grid-type-3:not(.without-media) .blog-grid-image .slider .clb-slider-nav-btn, .blog-grid-type-5:not(.without-media) .blog-grid-image .slider .clb-slider-nav-btn {
        bottom: 0;
        top: auto;
        left: 0;
        right: auto; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image .blog-image, .blog-grid-type-5:not(.without-media) .blog-grid-image .blog-image {
      height: 100%;
      width: 100%;
      padding: 0; }
    .blog-grid-type-3:not(.without-media) .blog-grid-image,
    .blog-grid-type-3:not(.without-media) .slider,
    .blog-grid-type-3:not(.without-media) .blog-metro-image,
    .blog-grid-type-3:not(.without-media) .clb-slider-stage, .blog-grid-type-5:not(.without-media) .blog-grid-image,
    .blog-grid-type-5:not(.without-media) .slider,
    .blog-grid-type-5:not(.without-media) .blog-metro-image,
    .blog-grid-type-5:not(.without-media) .clb-slider-stage {
      min-height: 100%; }
    .blog-grid-type-3:not(.without-media) .blog-grid-content, .blog-grid-type-5:not(.without-media) .blog-grid-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    @media screen and (max-width: 768px) {
      .blog-grid-type-3:not(.without-media), .blog-grid-type-5:not(.without-media) {
        display: block; }
        .blog-grid-type-3:not(.without-media) .blog-grid-image,
        .blog-grid-type-3:not(.without-media) .blog-grid-content, .blog-grid-type-5:not(.without-media) .blog-grid-image,
        .blog-grid-type-5:not(.without-media) .blog-grid-content {
          width: 100%; }
          .blog-grid-type-3:not(.without-media) .blog-grid-image .blog-image,
          .blog-grid-type-3:not(.without-media) .blog-grid-content .blog-image, .blog-grid-type-5:not(.without-media) .blog-grid-image .blog-image,
          .blog-grid-type-5:not(.without-media) .blog-grid-content .blog-image {
            padding-top: 70%; } }
  .blog-grid-type-5:not(.without-media) .blog-grid-image {
    width: 450px; }
  .blog-grid-type-5:not(.without-media) .blog-grid-content {
    padding: 4.4vh; }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-5:not(.without-media) .blog-grid-content {
        padding: 20px; } }
  .blog-grid-type-1 .blog-slider .clb-slider-nav-btn, .blog-grid-type-2 .blog-slider .clb-slider-nav-btn, .blog-grid-type-3 .blog-slider .clb-slider-nav-btn, .blog-grid-type-4 .blog-slider .clb-slider-nav-btn {
    top: 0;
    bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .next-btn, .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .next-btn, .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .next-btn, .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .prev-btn,
    .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .next-btn {
      margin: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-1 .blog-slider .clb-slider-nav-btn .next-btn .ion, .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-2 .blog-slider .clb-slider-nav-btn .next-btn .ion, .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-3 .blog-slider .clb-slider-nav-btn .next-btn .ion, .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .prev-btn .ion,
      .blog-grid-type-4 .blog-slider .clb-slider-nav-btn .next-btn .ion {
        color: #fff; }
  .blog-grid-type-6 {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
    padding-top: 4.4vh;
    padding-bottom: 4.4vh;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-6 {
        padding-top: 20px; } }
    @media screen and (max-width: 1024px) {
      .blog-grid-type-6 {
        padding-bottom: 20px; } }
    .blog-grid-type-6.boxed {
      background-color: rgba(136, 136, 136, 0.05);
      padding: 4.4vh; }
      @media screen and (max-width: 1024px) {
        .blog-grid-type-6.boxed {
          padding: 20px; } }
    .blog-grid-type-6.hover-color-overlay .blog-grid-image {
      position: absolute; }
    .blog-grid-type-6.hover-greyscale:hover img,
    .blog-grid-type-6.hover-greyscale:hover .blog-metro-image,
    .blog-grid-type-6.hover-greyscale:hover.blog-grid .blog-grid-image {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
    .blog-grid-type-6 .blog-grid-holder {
      position: relative;
      z-index: 10; }
    .blog-grid-type-6 .blog-grid-image {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid-type-6 .blog-grid-meta {
      position: relative;
      left: auto;
      top: auto;
      padding: 0;
      background: transparent;
      margin-top: 15px; }
      .blog-grid-type-6 .blog-grid-meta .meta-holder {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid-type-6 .blog-grid-holder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .blog-grid-type-6 .blog-grid-holder .holder-cell:first-child {
        min-width: 26%; }
      .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
        margin-left: 4.4vh;
        margin-right: 4.4vh;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
            margin-left: 20px; } }
        @media screen and (max-width: 1024px) {
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
            margin-right: 20px; } }
      .blog-grid-type-6 .blog-grid-holder .holder-cell:last-child {
        white-space: nowrap; }
      .blog-grid-type-6 .blog-grid-holder .blog-grid-content {
        padding: 0;
        background-color: transparent; }
        .blog-grid-type-6 .blog-grid-holder .blog-grid-content .blog-grid-headline {
          margin-top: 0; }
    .blog-grid-type-6:hover.boxed:not(.without-media) .blog-grid-image {
      opacity: 1;
      visibility: visible; }
    .blog-grid-type-6:hover.boxed:not(.without-media) *,
    .blog-grid-type-6:hover.boxed:not(.without-media) .blog-grid-content h3.blog-grid-headline a,
    .blog-grid-type-6:hover.boxed:not(.without-media) .category-holder a.category,
    .blog-grid-type-6:hover.boxed:not(.without-media) .category-holder:after {
      color: #fff; }
    @media screen and (max-width: 768px) {
      .blog-grid-type-6 .blog-grid-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .post-details {
            margin-top: 4.4vh; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) {
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .post-details {
          margin-top: 20px; } }
    @media screen and (max-width: 768px) {
          .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta {
            margin: 0;
            opacity: 1;
            margin-bottom: 4.4vh; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) {
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta {
          margin-bottom: 20px; } }
    @media screen and (max-width: 768px) {
            .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(1) .blog-grid-meta .meta-holder {
              visibility: visible;
              opacity: 1;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; }
        .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
          margin: 0;
          margin-top: 4.4vh;
          margin-bottom: 4.4vh; } }
    @media screen and (max-width: 768px) and (max-width: 1024px) {
      .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
        margin-top: 20px; } }
    @media screen and (max-width: 768px) and (max-width: 1024px) {
      .blog-grid-type-6 .blog-grid-holder .holder-cell:nth-child(2) {
        margin-bottom: 20px; } }
  .blog-grid:hover .blog-grid-meta {
    opacity: 1; }
    .blog-grid:hover .blog-grid-meta .meta-holder {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .blog-grid:hover .btn {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
  @media screen and (min-width: 1025px) {
    .blog-grid:active {
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }
  .blog-grid.without-media:not(.boxed):not(.type-audio):not(.blog-grid-type-4) .blog-grid-content {
    padding-top: 0; }
  .blog-grid .blog-slider img {
    height: 100%; }
  .blog-grid.metro-style .clb-slider-outer-stage {
    height: auto !important; }
  .blog-grid.type-blockquote {
    display: block; }
    .blog-grid.type-blockquote .blog-grid-content {
      width: 100%; }
    .blog-grid.type-blockquote.boxed .blog-grid-content {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  .blog-grid-type-1.type-blockquote:not(.boxed) .blog-grid-content, .blog-grid-type-3.type-blockquote:not(.boxed) .blog-grid-content, .blog-grid-type-5.type-blockquote:not(.boxed) .blog-grid-content {
    padding: 0; }
  .blog-grid-type-4.type-blockquote .blog-grid-content {
    margin: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .blog-grid .mejs-container {
    z-index: 11; }
  .blog-grid-type-2.type-audio .blog-grid-meta, .blog-grid-type-3.type-audio .blog-grid-meta, .blog-grid-type-5.type-audio .blog-grid-meta {
    top: 40px; }
  .blog-grid.blog-grid-type-audio {
    display: block; }
    .blog-grid.blog-grid-type-audio .blog-grid-image,
    .blog-grid.blog-grid-type-audio .blog-grid-content {
      width: 100%; }

.blog-grid iframe,
.single-post iframe {
  min-width: 100%;
  vertical-align: top;
  min-height: 290px;
  border: none;
  overflow: hidden; }

/*---------------------------------
## Galleries (for Envato Review)
---------------------------------*/
.blog-grid .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px !important; }
  .blog-grid .gallery .gallery-item {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    margin-top: 0px !important;
    text-align: center;
    vertical-align: top;
    width: 100%;
    position: relative; }
    .blog-grid .gallery .gallery-item img {
      border: none !important;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .blog-grid .gallery .gallery-item .gallery-caption {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      padding: 3px 10px;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      opacity: 0;
      font-size: .8em;
      font-weight: normal; }
    .blog-grid .gallery .gallery-item:hover .gallery-caption {
      opacity: 1; }
    .blog-grid .gallery .gallery-item:hover img {
      opacity: .8; }
  .blog-grid .gallery.gallery-columns-3 .gallery-item {
    max-width: -webkit-calc((100% - 5px * 2) / 3);
    max-width: calc((100% - 5px * 2) / 3); }
    .blog-grid .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3), .blog-grid .gallery.gallery-columns-3 .gallery-item:last-of-type {
      margin-right: 0; }

.clb-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .clb-author .author-avatar {
    height: 46px;
    width: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    background: #000;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); }
  .clb-author .clb-author-details {
    font-size: 0.94rem;
    line-height: 1.46; }
    .clb-author .clb-author-details .date {
      opacity: .7; }

/*---------------------------------
## Post
---------------------------------*/
.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto; }

.entry-content > *:not(.vc_row):not(.vc_clearfix):not(.vc_section) {
  margin-top: 25px;
  margin-bottom: 25px; }
  .entry-content > *:not(.vc_row):not(.vc_clearfix):not(.vc_section).alignleft {
    margin-top: 0; }

.entry-content > *:not(.vc_row):not(.vc_clearfix):first-child {
  margin-top: 0; }

.entry-content > *:not(.vc_row):not(.vc_clearfix):last-child {
  margin-bottom: 0; }

.entry-content figcaption {
  padding: 0.3rem;
  font-size: .98em;
  margin: 0; }

.entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: .5em; }

.single-post .entry-content {
  margin-bottom: 7.2vh; }
  @media screen and (max-width: 768px) {
    .single-post .entry-content {
      margin-bottom: 30px; } }
  .single-post .entry-content a:not(.wp-block-button__link) {
    color: #d90a2c;
    font-weight: 500; }
    .single-post .entry-content a:not(.wp-block-button__link):hover {
      opacity: .6; }
  @media screen and (min-width: 1025px) {
    .single-post .entry-content > h2, .single-post .entry-content > h3 {
      margin-top: 3rem !important; } }
  .single-post .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    color: #fff; }
    @media screen and (max-width: 768px) {
      .single-post .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 100%;
        padding-left: 0;
        margin-left: 1rem;
        margin-right: 1rem; } }
  .single-post .entry-content .wp-block-archives li,
  .single-post .entry-content .wp-block-categories li,
  .single-post .entry-content .wp-block-latest-posts li {
    font-weight: 600; }
  @media screen and (min-width: 1025px) {
    .single-post .entry-content .wp-block-archives .select-holder,
    .single-post .entry-content .wp-block-categories .select-holder,
    .single-post .entry-content .wp-block-latest-posts .select-holder {
      display: inline-block; } }
  .single-post .entry-content .blog-slider .blog-metro-image {
    padding-bottom: 100%;
    min-width: 100%; }

.single-post .clb-page-headline .category-holder:after {
  margin-left: 4px; }

.single-post .wpb_single_image {
  margin-bottom: 50px; }

.single-post .entry-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .single-post .entry-footer-tags .tags-holder {
    margin-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      .single-post .entry-footer-tags .tags-holder {
        margin-bottom: 30px; } }
    .single-post .entry-footer-tags .tags-holder .tag {
      margin: 2px 5px 2px 0; }
  .single-post .entry-footer .post-edit-link,
  .single-post .entry-footer .vc_inline-link {
    display: inline-block;
    margin-bottom: 7.2vh; }
    @media screen and (max-width: 768px) {
      .single-post .entry-footer .post-edit-link,
      .single-post .entry-footer .vc_inline-link {
        margin-bottom: 30px; } }

.single-post .page-content .widget_ohio_widget_about_author {
  background-color: rgba(136, 136, 136, 0.05);
  padding: 3.4vh;
  margin-bottom: 7.2vh; }
  @media screen and (max-width: 1024px) {
    .single-post .page-content .widget_ohio_widget_about_author {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .single-post .page-content .widget_ohio_widget_about_author {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1025px) {
    .single-post .page-content .widget_ohio_widget_about_author {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .single-post .page-content .widget_ohio_widget_about_author .author-avatar {
        margin-bottom: 0; }
      .single-post .page-content .widget_ohio_widget_about_author .content {
        margin: 8px 0 0 20px; } }

.single-post .related-posts {
  padding-bottom: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .single-post .related-posts {
      padding-bottom: 20px; } }
  .single-post .related-posts .blog-grid {
    margin-bottom: 30px; }

.single-post .post-share {
  position: relative; }
  .single-post .post-share .clb-share-bar {
    left: -1vw;
    margin-top: 10px;
    z-index: 10; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .single-post .post-share .clb-share-bar {
        left: 0; } }
    @media screen and (max-width: 1024px) {
      .single-post .post-share .clb-share-bar {
        left: 0;
        position: relative; }
        .single-post .post-share .clb-share-bar .socialbar {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }

article.page {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 15px;
  font-size: 110%; }

.post-widget {
  padding-top: 3.4vh;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .post-widget {
      padding-top: 20px; } }

.post {
  margin-top: 0; }
  .post .comments-link a {
    font-size: 0.94rem;
    margin-left: 15px; }

/*---------------------------------
# WPML
---------------------------------*/
/*---------------------------------
# Extras
---------------------------------*/
.text-left {
  text-align: left; }

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

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

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

.left {
  float: left; }

.right {
  float: right; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.full-vh {
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .full-vh {
      height: auto; } }

.full-vh-mobile,
.full-vh-mobile .full-vh {
  height: 100vh !important; }

.full-vh-with-gap {
  height: -webkit-calc(100vh - 14vh);
  height: calc(100vh - 14vh); }
  .full-vh-with-gap .elementor-container {
    height: 100%; }
  @media screen and (max-width: 768px) {
    .full-vh-with-gap {
      height: auto; } }

.vc_separator {
  margin: 15px 0 !important; }
  @media screen and (max-width: 768px) {
    .vc_separator {
      margin: 10px 0px 15px !important; } }

.hidden {
  display: none; }

.unhidden {
  display: block; }

.visible {
  visibility: visible !important;
  opacity: 1 !important; }

.invisible {
  visibility: hidden !important;
  opacity: 0 !important; }

.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/*---------------------------------
## Custom WPBakery
---------------------------------*/
.vc_row.stc-row {
  margin-bottom: 5vh; }
  .vc_row.stc-row .ohio-heading-sc:not(.heading-reset) h2 {
    margin-bottom: 40px;
    font-size: 26px; }

@media screen and (min-width: 1025px) {
  .vc_row.stc-row {
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 12vh; }
  .vc_row.stc-row-wide {
    margin-right: auto;
    margin-left: auto; }
  .vc_row.stc-row-narrow {
    margin-right: 10vw;
    margin-left: 10vw; } }

@media screen and (max-width: 768px) {
  .vc_row.stc-row {
    margin-top: 2vh; } }

.clb__screenshot img {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.clb__retina50 img {
  max-width: 50% !important; }

.clb__retina60 img {
  max-width: 60%; }

.clb__retina70 img {
  max-width: 70%; }

.clb__custom_font {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.clb__custom_font2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.elementor .clb__border_radius img,
.clb__border_radius img {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.clb__flex .elementor-widget-wrap,
.clb__flex .wpb_wrapper:not(.vc_figure) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.clb__vertical_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.clb__stretch_content .wpb_wrapper,
.clb__stretch_content .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .clb__stretch_content .wpb_wrapper .vc_row-fluid,
  .clb__stretch_content .wpb_wrapper .elementor-section-boxed,
  .clb__stretch_content .elementor-widget-wrap .vc_row-fluid,
  .clb__stretch_content .elementor-widget-wrap .elementor-section-boxed {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    min-height: 30vh; }
  @media screen and (max-width: 768px) {
    .clb__stretch_content .wpb_wrapper .vc_row-fluid,
    .clb__stretch_content .elementor-widget-wrap .vc_row-fluid {
      margin-left: -20px !important;
      margin-right: -20px !important; } }

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .clb__section_spacer {
    height: 80px !important; } }

@media screen and (max-width: 1024px) {
  .clb__spacer {
    height: 50px !important; }
  .clb__section_spacer {
    height: 70px !important; }
  .clb__heading h1.title,
  .clb__heading .dynamic,
  .clb__heading .typed-cursor,
  .clb__heading .count {
    font-size: 66px !important; }
  .clb__heading h2.title,
  .clb__heading .dynamic,
  .clb__heading .typed-cursor,
  .clb__heading .count {
    font-size: 56px !important; }
  .clb__heading * {
    line-height: 1.1 !important; }
  .clb__remove_stretch_md .stretch-content {
    left: auto !important;
    width: auto !important; } }

@media screen and (max-width: 768px) {
  .full-vh-reset {
    height: auto !important;
    min-height: 25vh !important; }
  .clb__spacer {
    height: 30px !important; }
  .clb__section_spacer {
    height: 50px !important; }
  .clb__border_reset .vc_column-inner {
    border: none !important; }
  .clb__fullheight_reset {
    min-height: initial !important; }
  .clb__heading.ohio-dynamic-text-sc,
  .clb__heading h1.title,
  .clb__heading .dynamic,
  .clb__heading .typed-cursor,
  .clb__heading .count {
    font-size: 46px !important;
    line-height: 1.1; }
  .clb__heading h2.title {
    font-size: 40px !important; }
  .clb__margin_reset .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .clb__margin_set {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  div.clb__margin_outer_reset {
    margin-left: -20px !important;
    margin-right: -20px !important; }
  .clb__padding_reset .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .vc_row.vc__padding_reset > .wpb_column > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .vc_row.vc__padding_remove > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vc_row.vc__margin_reset {
    margin-right: -20px !important; }
  .clb__overflow_hidden {
    overflow: hidden; }
  #content .clb__padding_reset .content_box_container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  #content .clb__space_reset .content_box_container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .clb__border_reset .vc_column-inner {
    border: none !important; }
  .clb__space_reset .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .clb__remove_stretch_sm .stretch-content {
    left: auto !important;
    width: auto !important; }
  .clb__alignment_reset {
    float: left; }
    .clb__alignment_reset .btn-wrap {
      text-align: left; } }

body i.icon {
  width: auto;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0; }

/*---------------------------------
## Envato purchase button
---------------------------------*/
.btn.purchase-theme {
  position: fixed;
  bottom: 4.4vh;
  left: 4.4vh;
  margin-bottom: 60px;
  height: 56px;
  background: rgba(133, 164, 46, 0.25);
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 0;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 110;
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0; }
  @media screen and (max-width: 1024px) {
    .btn.purchase-theme {
      bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .btn.purchase-theme {
      left: 20px; } }
  .btn.purchase-theme:hover {
    background-color: #85A42E;
    font-size: inherit;
    padding-right: 15px; }
    .btn.purchase-theme:hover i.icon {
      background-color: rgba(0, 0, 0, 0.2);
      margin-right: 10px; }
  .btn.purchase-theme i.icon {
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #85A42E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px 0px 10px 10px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .btn.purchase-theme i.icon:after {
      content: "";
      position: fixed;
      display: block;
      height: 56px;
      width: 56px;
      background: rgba(133, 164, 46, 0.3);
      z-index: -1;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-animation: 3s ease-in-out infinite pulse;
              animation: 3s ease-in-out infinite pulse; }
    .btn.purchase-theme i.icon img {
      height: 18px; }
  .btn.purchase-theme span {
    height: 26px;
    width: 1px;
    margin: 0px 10px;
    background-color: rgba(0, 0, 0, 0.2); }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 1; }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 1; }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.with-header-5:not(.single-ohio_portfolio):not(.single-product):not(.single-post) .btn.purchase-theme,
.with-header-6:not(.single-ohio_portfolio):not(.single-product):not(.single-post) .btn.purchase-theme,
.with-header-7:not(.single-ohio_portfolio):not(.single-product):not(.single-post) .btn.purchase-theme {
  bottom: 120px;
  left: auto;
  right: 28px;
  margin: 0; }

.with-header-5.single-ohio_portfolio .btn.purchase-theme, .with-header-5.single-product .btn.purchase-theme, .with-header-5.single-post .btn.purchase-theme {
  margin-left: 33vh;
  margin-bottom: 0; }

.with-header-6.single-ohio_portfolio .btn.purchase-theme, .with-header-6.single-product .btn.purchase-theme, .with-header-6.single-post .btn.purchase-theme,
.with-header-7.single-ohio_portfolio .btn.purchase-theme,
.with-header-7.single-product .btn.purchase-theme,
.with-header-7.single-post .btn.purchase-theme {
  margin-left: 10.5vh;
  margin-bottom: 0; }

.page-template-page_for-projects.slider-with-bullets #tidio-chat,
.single-ohio_portfolio #tidio-chat,
.single-post #tidio-chat,
.single-product #tidio-chat {
  visibility: hidden;
  opacity: 0; }

@media screen and (max-width: 1024px) {
  #tidio-chat,
  .purchase-theme {
    visibility: hidden;
    display: none;
    opacity: 0; } }

/*---------------------------------
## Additional CSS classes for WP (for Gutenberg review) 
---------------------------------*/
@media screen and (min-width: 1025px) {
  .wp-block-cover,
  .wp-block-cover-image {
    padding: 2rem 12%; }
    .wp-block-cover.alignleft,
    .wp-block-cover-image.alignleft {
      padding: 1rem -webkit-calc(2*1rem);
      padding: 1rem calc(2*1rem);
      min-width: 50%; }
    .wp-block-cover.alignfull,
    .wp-block-cover-image.alignfull {
      padding-left: -webkit-calc(15% + (2*1rem));
      padding-left: calc(15% + (2*1rem));
      padding-right: -webkit-calc(15% + (2*1rem));
      padding-right: calc(15% + (2*1rem)); }
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: -webkit-calc(2*1rem);
    padding-left: calc(2*1rem);
    padding-right: -webkit-calc(2*1rem);
    padding-right: calc(2*1rem); } }

@media screen and (max-width: 768px) {
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: 10px;
    padding-right: 10px; }
  .wp-block-pullquote {
    padding: 1em 0; } }

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

.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-author {
  font-weight: 600; }

.wp-block-button__link {
  font-size: inherit; }

.blocks-gallery-item {
  padding: 0; }

.wp-block-cover .wp-block-cover-text {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.8em;
  max-width: 100%;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .wp-block-cover .wp-block-cover-text {
      font-size: 2.0em; } }
  .wp-block-cover .wp-block-cover-text:not(.has-text-color) {
    color: #fff; }
    .wp-block-cover .wp-block-cover-text:not(.has-text-color) a {
      color: #fff; }

.aligncenter {
  text-align: center; }

.wp-block-image .aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.wp-block-image .alignleft,
.alignleft {
  float: left;
  margin-right: 1rem; }
  @media screen and (min-width: 1025px) {
    .wp-block-image .alignleft,
    .alignleft {
      margin-right: -webkit-calc(2 * 1rem);
      margin-right: calc(2 * 1rem); } }

.wp-block-image .alignright,
.alignright {
  float: right;
  margin-left: 1rem; }
  @media screen and (min-width: 1025px) {
    .wp-block-image .alignright,
    .alignright {
      margin-left: -webkit-calc(2 * 1rem);
      margin-left: calc(2 * 1rem); } }

.wp-caption-text.gallery-caption {
  white-space: initial; }

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block; }

.wp-caption {
  max-width: 100%; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-color: rgba(136, 136, 136, 0.15); }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0; }

.wp-block-pullquote blockquote {
  border: none; }

.wp-block-file * + .wp-block-file__button {
  display: table;
  margin: 20px 0px 0px 0px;
  color: #fff !important; }

.wp-caption-text {
  padding: 0.5rem;
  text-align: center; }

/*---------------------------------
## Remove WPBakery row padding
---------------------------------*/
.page-container .vc_col-has-fill > .vc_column-inner, .page-container .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.page-container .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .page-container .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

/*---------------------------------
## Template classes
---------------------------------*/
.center-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*---------------------------------
### Brand color classes
---------------------------------*/
.brand-color,
.brand-color-after:after,
.brand-color-before:before {
  color: #d90a2c; }

.brand-color-hover:hover,
.brand-color-hover-after:after,
.brand-color-hover-before:before {
  color: #d90a2c; }

.brand-border-color,
.brand-border-color-after:after,
.brand-border-color-before:before {
  border-color: #d90a2c; }

.brand-border-color-hover:hover,
.brand-border-color-hover-after:after,
.brand-border-color-hover-before:before {
  border-color: #d90a2c; }

.brand-bg-color,
.brand-bg-color-after:after,
.brand-bg-color-before:before {
  background-color: #d90a2c; }

.brand-bg-color-hover:hover,
.brand-bg-color-hover-after:after,
.brand-bg-color-hover-before:before {
  background-color: #d90a2c; }

.typed-cursor {
  opacity: 1;
  margin-right: -0.2em;
  -webkit-animation: typedjsBlink 0.7s infinite;
          animation: typedjsBlink 0.7s infinite; }

@keyframes typedjsBlink {
  50% {
    opacity: 0.0; } }

@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1; } }

/*---------------------------------
# WooCommerce
---------------------------------*/
/*---------------------------------
## Products
---------------------------------*/
.woo_c-products:after {
  content: '';
  display: table;
  clear: both; }

.woo_c-products .product {
  padding: 0px 20px;
  margin-bottom: 4.4vh;
  float: left; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product {
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .woo_c-products .product {
      margin-bottom: 20px; } }

.woo_c-products .product-item-thumbnail {
  overflow: hidden;
  position: relative; }
  .woo_c-products .product-item-thumbnail a {
    display: block; }
    .woo_c-products .product-item-thumbnail a img {
      vertical-align: top;
      min-width: 100%;
      position: absolute;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .woo_c-products .product-item-thumbnail a:first-child img {
      position: relative; }
  .woo_c-products .product-item-thumbnail .btn-lightbox {
    left: 3.4vh;
    top: 3.4vh;
    position: absolute;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .woo_c-products .product-item-thumbnail .btn-lightbox {
        left: 20px; } }
    @media screen and (max-width: 1024px) {
      .woo_c-products .product-item-thumbnail .btn-lightbox {
        top: 20px; } }
  .woo_c-products .product-item-thumbnail .clb-slider-nav-btn {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .woo_c-products .product-item-thumbnail .slider {
    text-align: left; }
    .woo_c-products .product-item-thumbnail .slider .main-img {
      min-width: 100%; }
    .woo_c-products .product-item-thumbnail .slider > a {
      min-width: 100%; }

.woo_c-products .product-item .clb-slider-nav-btn {
  padding: 3.4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: auto;
  min-width: 100px; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .clb-slider-nav-btn {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .woo_c-products .product-item .clb-slider-nav-btn {
      display: none; } }
  .woo_c-products .product-item .clb-slider-nav-btn .prev-btn,
  .woo_c-products .product-item .clb-slider-nav-btn .next-btn {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0; }

.woo_c-products .product-item .clb-slider .clb-slider-item.active img {
  z-index: 10; }

.woo_c-products .product-item .tag {
  position: absolute;
  left: 3.4vh;
  top: 3.4vh;
  z-index: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .tag {
      left: 20px; } }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .tag {
      top: 20px; } }

.woo_c-products .product-item-details {
  padding-top: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item-details {
      padding-top: 20px; } }
  .woo_c-products .product-item-details * {
    line-height: 22px;
    min-height: 22px;
    margin: 4px 0px; }
    .woo_c-products .product-item-details *:first-child {
      margin-top: 0; }
    .woo_c-products .product-item-details *:last-child {
      margin-bottom: 0; }
  .woo_c-products .product-item-details .category-holder:after {
    display: none; }
  .woo_c-products .product-item-details .product-item-title {
    font-size: -webkit-calc(17px + 3 * ( (100vw - 576px) / 1024));
    font-size: calc(17px + 3 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .woo_c-products .product-item-details .product-item-title {
        font-size: 17px; } }
    @media screen and (min-width: 1600px) {
      .woo_c-products .product-item-details .product-item-title {
        font-size: 20px; } }
  .woo_c-products .product-item-details .product-item-price {
    font-size: 1.1em;
    font-weight: 600; }

.woo_c-products .product-item .product-buttons {
  padding: 25px;
  padding-bottom: 3.4vh;
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .product-buttons {
      padding: 20px; } }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item .product-buttons {
      padding-bottom: 20px; } }
  .woo_c-products .product-item .product-buttons-item {
    width: 100%;
    cursor: pointer;
    padding: 0px 5px; }
    .woo_c-products .product-item .product-buttons-item .btn {
      width: 100%;
      color: #fff;
      text-transform: capitalize; }
    .woo_c-products .product-item .product-buttons-item .btn-small.btn-loading span {
      vertical-align: text-bottom; }
    .woo_c-products .product-item .product-buttons-item .yith-wcwl-add-to-wishlist {
      margin: 0; }

.woo_c-products .product-item .hide {
  display: none; }

.woo_c-products .product-item .show {
  display: block; }

.woo_c-products .product-item.product-item-boxed .product-item-details {
  padding: 3.4vh;
  background: rgba(136, 136, 136, 0.05); }
  @media screen and (max-width: 1024px) {
    .woo_c-products .product-item.product-item-boxed .product-item-details {
      padding: 20px; } }

@media screen and (min-width: 769px) {
  .woo_c-products .product-item:hover .btn-lightbox,
  .woo_c-products .product-item:hover .product-buttons,
  .woo_c-products .product-item:hover .clb-slider-nav-btn {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; } }

@media screen and (max-width: 768px) {
  .woo_c-products .product-item:hover .product-buttons {
    display: none; } }

.woo_c-products .product-item:hover .tag {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

@media screen and (min-width: 1025px) {
  .woo_c-products .product-item:active {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; } }

.woo_c-products .product,
.woo_c-products li {
  width: 100%; }

@media screen and (min-width: 1025px) {
  .columns-2 .product {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    .columns-2 .product:nth-child(2n + 1) {
      clear: both; }
  .columns-3 .product {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .columns-3 .product:nth-child(3n + 1) {
      clear: both; }
  .columns-4 .product {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    .columns-4 .product:nth-child(4n + 1) {
      clear: both; }
  .columns-5 .product {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5); }
    .columns-5 .product:nth-child(5n + 1) {
      clear: both; }
  .columns-6 .product {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6); }
    .columns-6 .product:nth-child(6n + 1) {
      clear: both; } }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .columns-md-2 .product {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    .columns-md-2 .product:nth-child(2n + 1) {
      clear: both; }
  .columns-md-3 .product {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .columns-md-3 .product:nth-child(3n + 1) {
      clear: both; }
  .columns-md-4 .product {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    .columns-md-4 .product:nth-child(4n + 1) {
      clear: both; }
  .columns-md-5 .product {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5); }
    .columns-md-5 .product:nth-child(5n + 1) {
      clear: both; }
  .columns-md-6 .product {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6); }
    .columns-md-6 .product:nth-child(6n + 1) {
      clear: both; } }

@media screen and (max-width: 769px) {
  .columns-sm-2 .product {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    .columns-sm-2 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-2 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-2 .product:nth-child(2n + 1) {
      clear: both; }
  .columns-sm-3 .product {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .columns-sm-3 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-3 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-3 .product:nth-child(3n + 1) {
      clear: both; }
  .columns-sm-4 .product {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    .columns-sm-4 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-4 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-4 .product:nth-child(4n + 1) {
      clear: both; }
  .columns-sm-5 .product {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5); }
    .columns-sm-5 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-5 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-5 .product:nth-child(5n + 1) {
      clear: both; }
  .columns-sm-6 .product {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6); }
    .columns-sm-6 .product:nth-child(odd) {
      padding-right: 10px; }
    .columns-sm-6 .product:nth-child(even) {
      padding-left: 10px; }
    .columns-sm-6 .product:nth-child(6n + 1) {
      clear: both; } }

.columns-2 .double_width, .columns-md-2 .double_width {
  width: -webkit-calc((100% / 2) * 2 - 1px);
  width: calc((100% / 2) * 2 - 1px); }

.columns-3 .double_width, .columns-md-3 .double_width {
  width: -webkit-calc((100% / 3) * 2 - 1px);
  width: calc((100% / 3) * 2 - 1px); }

.columns-4 .double_width, .columns-md-4 .double_width {
  width: -webkit-calc((100% / 4) * 2 - 1px);
  width: calc((100% / 4) * 2 - 1px); }

.columns-5 .double_width, .columns-md-5 .double_width {
  width: -webkit-calc((100% / 5) * 2 - 1px);
  width: calc((100% / 5) * 2 - 1px); }

.columns-6 .double_width, .columns-md-6 .double_width {
  width: -webkit-calc((100% / 6) * 2 - 1px);
  width: calc((100% / 6) * 2 - 1px); }

.columns-12 .double_width {
  width: -webkit-calc((100% / 12) * 2 - 1px);
  width: calc((100% / 12) * 2 - 1px); }

@media screen and (max-width: 768px) {
  .columns-2 .double_width,
  .columns-3 .double_width,
  .columns-4 .double_width,
  .columns-5 .double_width,
  .columns-6 .double_width {
    width: 100%; } }

/*---------------------------------
## Single product
---------------------------------*/
.woo_c-product {
  padding-bottom: 7.2vh;
  /*Image container*/
  /*Navigation*/ }
  @media screen and (max-width: 768px) {
    .woo_c-product {
      padding-bottom: 30px; } }
  @media screen and (max-width: 1024px) {
    .woo_c-product {
      padding-bottom: 55px; } }
  @media screen and (max-width: 768px) {
    .woo_c-product {
      padding-bottom: 50px; }
      .woo_c-product .page-container.full {
        padding-left: 0;
        padding-right: 0; } }
  .woo_c-product-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .woo_c-product-image .tag {
      top: 3.4vh;
      left: 3.4vh;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .tag {
          top: 20px; } }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .tag {
          left: 20px; } }
      @media screen and (max-width: 768px) {
        .woo_c-product-image .tag {
          top: auto;
          bottom: 40px; } }
      @media screen and (min-width: 1025px) {
        .woo_c-product-image .tag + .clb-share-bar {
          margin-top: -webkit-calc(56px);
          margin-top: calc(56px); } }
    .woo_c-product-image .clb-share-bar {
      top: 3.4vh;
      left: 3.4vh;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .clb-share-bar {
          top: 20px; } }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .clb-share-bar {
          left: 20px; } }
    .woo_c-product-image .product-image-dots {
      margin-right: 50px;
      width: 80px;
      min-width: 80px;
      height: 100%; }
      .woo_c-product-image .product-image-dots .product-image-dot {
        cursor: pointer;
        margin-bottom: 10px; }
        .woo_c-product-image .product-image-dots .product-image-dot img {
          vertical-align: top; }
        .woo_c-product-image .product-image-dots .product-image-dot.active {
          border: 1px solid #232226; }
        .woo_c-product-image .product-image-dots .product-image-dot:last-child {
          margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .product-image-dots {
          display: none; } }
    .woo_c-product-image-slider {
      width: 100%;
      position: relative;
      overflow: hidden;
      height: auto; }
      .woo_c-product-image-slider .image-wrap {
        margin-bottom: 10px;
        overflow: hidden; }
        .woo_c-product-image-slider .image-wrap img {
          vertical-align: top; }
      .woo_c-product-image-slider-trigger {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 25px;
        top: 25px; }
    @media screen and (max-width: 768px) {
      .woo_c-product-image .product-image-dots {
        display: none; } }
    .woo_c-product-image .btn-lightbox {
      position: absolute;
      top: 3.4vh;
      right: 3.4vh; }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .btn-lightbox {
          top: 20px; } }
      @media screen and (max-width: 1024px) {
        .woo_c-product-image .btn-lightbox {
          right: 20px; } }
      @media screen and (max-width: 768px) {
        .woo_c-product-image .btn-lightbox {
          bottom: 40px;
          top: auto; } }
  .woo_c-product .without-gallery .woo_c-product-image-slider {
    padding: 0; }
  .woo_c-product .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .woo_c-product .breadcrumbs {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 80px; } }
  .woo_c-product-details .woocommerce-breadcrumb {
    margin-bottom: 10px; }
  .woo_c-product-details-title {
    margin: 11px 0 8px;
    font-size: -webkit-calc(36px + 4 * ( (100vw - 576px) / 1024));
    font-size: calc(36px + 4 * ( (100vw - 576px) / 1024)); }
    @media screen and (max-width: 576px) {
      .woo_c-product-details-title {
        font-size: 36px; } }
    @media screen and (min-width: 1600px) {
      .woo_c-product-details-title {
        font-size: 40px; } }
  .woo_c-product-details-inner .external-product {
    margin-top: 25px; }
  .woo_c-product-details-inner .woocommerce-product-rating .average,
  .woo_c-product-details-inner .woocommerce-product-rating .woo-review-link,
  .woo_c-product-details-inner .woocommerce-product-rating .write-review {
    vertical-align: top; }
  .woo_c-product-details-inner .woocommerce-product-rating .woo-review-link {
    margin-left: 5px;
    font-size: 0.94rem; }
  .woo_c-product-details-inner .woocommerce-product-rating .woo-review-link:after {
    content: '•';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #d90a2c;
    color: #d90a2c; }
  .woo_c-product-details-inner .price {
    margin: 5px 0px 10px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .woo_c-product-details-inner .price > span:nth-child(1) {
      margin-right: 5px; }
    .woo_c-product-details-inner .price > span:nth-child(2) {
      margin-left: 5px; }
    .woo_c-product-details-inner .price .amount {
      font-size: 1.2em; }
    .woo_c-product-details-inner .price-discount {
      height: 22px;
      line-height: 22px;
      border-left: 5px solid rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 2px 0px 0px 2px;
              border-radius: 2px 0px 0px 2px;
      color: #fff;
      padding-left: 5px;
      margin-left: 10px;
      vertical-align: middle; }
    .woo_c-product-details-inner .price ins {
      text-decoration: none;
      background: transparent; }
      .woo_c-product-details-inner .price ins .amount {
        vertical-align: middle; }
      .woo_c-product-details-inner .price ins:last-child {
        margin-right: 5px; }
    .woo_c-product-details-inner .price del .amount, .woo_c-product-details-inner .price old .amount {
      font-size: 1rem;
      margin-right: 5px; }
  .woo_c-product-details-inner .variations_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    text-transform: capitalize; }
    .woo_c-product-details-inner .variations_button .view-cart {
      padding: 14px 18px; }
  .woo_c-product-details-inner .single_add_to_cart_button .ion svg {
    fill: #fff;
    margin-top: 1px; }
  .woo_c-product-details .single_variation_wrap .single-variation {
    display: block !important; }
    .woo_c-product-details .single_variation_wrap .single-variation .variation-add-to-cart-wrap {
      display: none; }
  .woo_c-product-details .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist:after {
      content: '';
      display: table;
      clear: both; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist .hide {
      display: none; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist .btn-wishlist {
      margin-left: 12px; }
    .woo_c-product-details .yith-wcwl-add-to-wishlist .btn-wishlist:not(:hover) {
      background-color: transparent;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); }
      .woo_c-product-details .yith-wcwl-add-to-wishlist .btn-wishlist:not(:hover):hover {
        color: #fff; }
  .woo_c-product-details-variations {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(136, 136, 136, 0.15); }
    .woo_c-product-details-variations .variations {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .woo_c-product-details-variations .variations {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .woo_c-product-details-variations .variations,
    .woo_c-product-details-variations .simple-qty {
      padding: 12px 0px; }
      .woo_c-product-details-variations .variations:after,
      .woo_c-product-details-variations .simple-qty:after {
        content: '';
        display: table;
        clear: both; }
      .woo_c-product-details-variations .variations .variation,
      .woo_c-product-details-variations .simple-qty .variation {
        margin: 8px 20px 8px 0px; }
        .woo_c-product-details-variations .variations .variation:last-child,
        .woo_c-product-details-variations .simple-qty .variation:last-child {
          margin-right: 0; }
        .woo_c-product-details-variations .variations .variation.reset,
        .woo_c-product-details-variations .simple-qty .variation.reset {
          white-space: nowrap; }
          .woo_c-product-details-variations .variations .variation.reset .reset_variations,
          .woo_c-product-details-variations .simple-qty .variation.reset .reset_variations {
            width: 100%;
            font-size: 0.94rem; }
            @media screen and (min-width: 1025px) {
              .woo_c-product-details-variations .variations .variation.reset .reset_variations,
              .woo_c-product-details-variations .simple-qty .variation.reset .reset_variations {
                margin-top: 36px; } }
        @media screen and (max-width: 768px) {
          .woo_c-product-details-variations .variations .variation,
          .woo_c-product-details-variations .simple-qty .variation {
            margin: 8px 0px 15px 0px;
            width: -webkit-calc((100%/3) - 12px);
            width: calc((100%/3) - 12px); }
            .woo_c-product-details-variations .variations .variation:last-child,
            .woo_c-product-details-variations .simple-qty .variation:last-child {
              margin: 0; } }
      .woo_c-product-details-variations .variations .label,
      .woo_c-product-details-variations .simple-qty .label {
        display: block; }
      .woo_c-product-details-variations .variations .value,
      .woo_c-product-details-variations .simple-qty .value {
        display: inline-block;
        min-height: 32px;
        line-height: 32px; }
    .woo_c-product-details-variations .single_variation_wrap .woo-variation-price {
      border-top: 1px solid rgba(136, 136, 136, 0.15); }
      .woo_c-product-details-variations .single_variation_wrap .woo-variation-price .price {
        margin: 20px 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .woo_c-product-details-variations .single_variation_wrap .variations_button {
      margin-top: 20px; }
    .woo_c-product-details-variations .single_variation_wrap .single-variation {
      display: block !important; }
    .woo_c-product-details-variations .out_of_stock {
      margin: 15px 0px;
      display: inline-block;
      position: relative; }
      .woo_c-product-details-variations .out_of_stock .message-box {
        padding: 10px 18px; }
  .woo_c-product-details .product_meta {
    font-size: 0.94rem;
    margin-top: 10px; }
    .woo_c-product-details .product_meta .sku_wrapper,
    .woo_c-product-details .product_meta .woo-c_product_category,
    .woo_c-product-details .product_meta .tagged_as {
      font-weight: 600; }
      .woo_c-product-details .product_meta .sku_wrapper > span,
      .woo_c-product-details .product_meta .woo-c_product_category > span,
      .woo_c-product-details .product_meta .tagged_as > span {
        font-weight: 400; }
    .woo_c-product-details .product_meta .sku_wrapper:after,
    .woo_c-product-details .product_meta .woo-c_product_category:after {
      content: '•';
      display: inline-block;
      vertical-align: middle;
      font-size: .8em;
      margin-top: -2px;
      color: #d90a2c; }
    .woo_c-product-details .product_meta > span {
      vertical-align: middle;
      position: relative; }
      .woo_c-product-details .product_meta > span a {
        font-weight: 400; }
  .woo_c-product-details .site-container > .yith-wcwl-add-to-wishlist {
    display: none; }
  .woo_c-product .single-product-tabs {
    margin-top: 7.2vh; }
    @media screen and (max-width: 768px) {
      .woo_c-product .single-product-tabs {
        margin-top: 30px; } }
    .woo_c-product .single-product-tabs .tab-items-container {
      background-color: rgba(136, 136, 136, 0.05);
      padding-top: 7.2vh;
      padding-bottom: 7.2vh; }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab-items-container {
          padding-top: 30px; } }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab-items-container {
          padding-bottom: 30px; } }
    .woo_c-product .single-product-tabs .tab .tabNav {
      margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .woo_c-product .single-product-tabs .tab {
        margin-top: 30px; } }
    .woo_c-product .single-product-tabs .tab .tabItems_item {
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab .tabItems_item {
          padding-left: 20px;
          padding-right: 20px; } }
    .woo_c-product .single-product-tabs .tab .tabItems_item {
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 768px) {
        .woo_c-product .single-product-tabs .tab .tabItems_item {
          padding-left: 20px;
          padding-right: 20px; } }
    .woo_c-product .single-product-tabs .tab table {
      text-align: left;
      margin-bottom: 0; }
    .woo_c-product .single-product-tabs .alt {
      background: transparent !important; }
    @media screen and (max-width: 768px) {
      .woo_c-product .single-product-tabs .tab-items-container > .vc_col-sm-12 {
        padding: 0px 20px; } }
  .woo_c-product .shop_attributes p {
    margin: 0; }
  .woo_c-product .shop_attributes tr th:first-child,
  .woo_c-product .shop_attributes tr td:first-child {
    width: 25%; }
  .woo_c-product .comments-area {
    padding: 0; }
    .woo_c-product .comments-area .comment-body .star-rating {
      position: absolute;
      top: 25px;
      right: 0; }
    .woo_c-product .comments-area .comment-body .meta h4 {
      font-size: 16px;
      line-height: 25px; }
    .woo_c-product .comments-area .comment-body time {
      font-size: 15px;
      line-height: 25px;
      color: #6A696C; }
    .woo_c-product .comments-area .comment-body .description p {
      margin: 0; }
    .woo_c-product .comments-area .comment-form-rating label {
      font-weight: 600; }
    .woo_c-product .comments-area .comment-form .comment-form-rating .select {
      display: none; }
  .woo_c-product .woo-c_related,
  .woo_c-product .woo-c_upsells {
    margin-top: 7.2vh; }
    @media screen and (max-width: 768px) {
      .woo_c-product .woo-c_related,
      .woo_c-product .woo-c_upsells {
        margin-top: 30px; } }
  .woo_c-product .sticky-product {
    position: fixed;
    overflow: hidden;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    right: 4.4vh;
    bottom: 4.4vh;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .woo_c-product .sticky-product {
        right: 20px; } }
    @media screen and (max-width: 1024px) {
      .woo_c-product .sticky-product {
        bottom: 20px; } }
    .woo_c-product .sticky-product.visible {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
    .woo_c-product .sticky-product-img {
      cursor: pointer;
      width: 100px;
      height: 100px;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .woo_c-product .sticky-product-desc {
      padding: 15px 0 15px 20px;
      line-height: 1.6;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 250px; }
      .woo_c-product .sticky-product-desc .title,
      .woo_c-product .sticky-product-desc .category {
        display: inherit; }
        .woo_c-product .sticky-product-desc .title:before,
        .woo_c-product .sticky-product-desc .category:before {
          display: none; }
      .woo_c-product .sticky-product-desc .category {
        display: inline-block;
        font-weight: normal;
        font-size: 0.94rem; }
      .woo_c-product .sticky-product-desc .title,
      .woo_c-product .sticky-product-desc .price {
        font-weight: 600; }
      .woo_c-product .sticky-product-desc .title {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
        .woo_c-product .sticky-product-desc .title .price {
          padding-right: 5px;
          position: relative; }
          .woo_c-product .sticky-product-desc .title .price:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0px 0px 5px;
            height: 60%;
            width: 1px;
            background: #232226; }
      .woo_c-product .sticky-product-desc .sticky-product-title,
      .woo_c-product .sticky-product-desc .category-holder {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
        .woo_c-product .sticky-product-desc .sticky-product-title:after,
        .woo_c-product .sticky-product-desc .category-holder:after {
          display: none; }
      .woo_c-product .sticky-product-desc .btn {
        padding: 0;
        vertical-align: top;
        margin-top: 5px; }
    .woo_c-product .sticky-product .close-bar {
      padding: 20px; }
    @media screen and (max-width: 768px) {
      .woo_c-product .sticky-product {
        left: 20px; }
        .woo_c-product .sticky-product-desc {
          width: -webkit-calc(100% - 146px);
          width: calc(100% - 146px); }
          .woo_c-product .sticky-product-desc .title {
            max-width: none; } }
    .woo_c-product .sticky-product .yith-wcwl-wishlistexistsbrowse,
    .woo_c-product .sticky-product .yith-wcwl-wishlistaddedbrowse,
    .woo_c-product .sticky-product .add_to_wishlist {
      display: none !important; }
  @media screen and (max-width: 768px) {
    .woo_c-product-details {
      padding-top: 20px; }
    .woo_c-product-image.vc_col-sm-12 {
      padding-left: 0;
      padding-right: 0; } }
  .woo_c-product .comments-area .comment-list {
    margin: 0; }
  .woo_c-product .woocommerce-grouped-product-list {
    white-space: nowrap; }
    .woo_c-product .woocommerce-grouped-product-list-item__thumb img {
      min-width: 70px;
      max-width: 70px;
      vertical-align: top; }
    .woo_c-product .woocommerce-grouped-product-list-item__label .woo-c_product_name {
      max-width: 12rem;
      margin: 0; }

.single-product.with-spacer .breadcrumbs {
  margin-top: 0; }

.type1-left .woo_c-product-details-inner {
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  .type1-left .woo_c-product-details-inner {
    padding-left: 0; } }

.type1-right .woo_c-product-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media screen and (max-width: 768px) {
    .type1-right .woo_c-product-image-slider {
      padding-right: 0; } }
  .type1-right .woo_c-product-image.with-gallery .woo_c-product-image-slider {
    padding-right: 50px; }
  .type1-right .woo_c-product-image .product-image-dots {
    margin-right: 0; }
  .type1-right .woo_c-product-image .btn-lightbox {
    padding-right: 50px; }

.type1-right .woo_c-product-details-inner {
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .type1-right .woo_c-product-details-inner {
      padding-right: 0; } }

@media screen and (max-width: 768px) {
  .type1-right .woo_c-product .btn-lightbox {
    padding-right: 0; }
  .type1-right .woo_c-product-image.with-gallery .woo_c-product-image-slider {
    padding-right: 0; } }

[class*="type1"] .woo_c-product-image .image-wrap img {
  width: 100%; }

[class*="type1"] .woo-summary-content > .wrap > .yith-wcwl-add-to-wishlist {
  display: none; }

[class*="type1"] .woo_c-product-image-slider .gimg {
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

@media screen and (min-width: 1025px) {
  [class*="type1"] .woo_c-product.spacer_included {
    margin-top: 50px; }
  [class*="type1"] .woo_c-product.spacer_excluded {
    margin-top: 14vh; } }

.woo_c-related {
  margin-bottom: 60px; }
  .woo_c-related:after {
    content: '';
    display: table;
    clear: both; }

@media screen and (max-width: 768px) {
  [class*="type"] .woo_c-product .tab {
    margin: 20px auto 30px; }
    [class*="type"] .woo_c-product .tab .tabNav {
      text-align: left; }
  [class*="type"] .woo_c-product-nav {
    position: static; }
  [class*="type"] .woo_c-product-details {
    background-color: #fff;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: -20px;
    width: auto; }
    [class*="type"] .woo_c-product-details .variations_button {
      display: block; }
    [class*="type"] .woo_c-product-details-inner {
      width: 100%; }
      [class*="type"] .woo_c-product-details-inner .yith-wcwl-add-to-wishlist,
      [class*="type"] .woo_c-product-details-inner .btn:not(.yith-wcwl-wishlistaddedbrowse),
      [class*="type"] .woo_c-product-details-inner .button {
        width: 100%;
        display: block;
        margin-bottom: 10px; }
      [class*="type"] .woo_c-product-details-inner .yith-wcwl-add-to-wishlist .btn {
        margin-left: 0px !important;
        width: 100%; }
  [class*="type"] .woo_c-product .comments-area .comment-form input[type="text"],
  [class*="type"] .woo_c-product .comments-area .comment-form input[type="email"],
  [class*="type"] .woo_c-product .comments-area .comment-form textarea,
  [class*="type"] .woo_c-product .comments-area .comment-form .label-header {
    margin-right: 0;
    margin-left: 0; }
  [class*="type"] .woo_c-product .woo_c-product-image-slider .clb-slider-nav-btn {
    position: static;
    padding: 0; }
    [class*="type"] .woo_c-product .woo_c-product-image-slider .clb-slider-nav-btn .prev-btn {
      top: 50%;
      bottom: auto;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      position: absolute;
      left: 20px; }
    [class*="type"] .woo_c-product .woo_c-product-image-slider .clb-slider-nav-btn .next-btn {
      top: 50%;
      bottom: auto;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      position: absolute;
      right: 20px; }
  [class*="type"] .site-container > .yith-wcwl-add-to-wishlist {
    display: none; } }

@media screen and (max-width: 1024px) {
  [class*="type1"] .woo_c-product.spacer_excluded {
    margin-top: 90px; } }

@media screen and (max-width: 768px) {
  [class*="type1"] .woo_c-product.spacer_excluded {
    margin-top: 0; } }

@media screen and (max-width: 768px) {
  .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row .woo_c-product-details {
      z-index: 1;
      padding-left: 20px;
      padding-right: 20px; }
    .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row .woo_c-product-image,
    .type1-right .woo_c-product.single-product > .product > .page-container > .vc_row .woo_c-product-details {
      max-width: 100%; } }

/*---------------------------------
## Wishlist
---------------------------------*/
.yith-wcwl-form .woo-c_wishlist {
  margin: 0;
  font-size: 100%; }
  .yith-wcwl-form .woo-c_wishlist tbody td,
  .yith-wcwl-form .woo-c_wishlist thead th {
    border-color: rgba(136, 136, 136, 0.15); }
  .yith-wcwl-form .woo-c_wishlist tr td {
    text-align: left; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-name a {
      font-weight: 600; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-remove {
      width: 30px; }
      .yith-wcwl-form .woo-c_wishlist tr td.product-remove a.remove:hover {
        background: transparent !important; }
      .yith-wcwl-form .woo-c_wishlist tr td.product-remove .btn-round .ion {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
        color: initial; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-thumbnail a img {
      max-width: 60px; }
    .yith-wcwl-form .woo-c_wishlist tr td.product-add-to-cart {
      padding-right: 0;
      text-align: right; }
      .yith-wcwl-form .woo-c_wishlist tr td.product-add-to-cart a.button {
        padding: 7px 15px !important;
        font-size: 0.94rem; }
  .yith-wcwl-form .woo-c_wishlist .product-add-to-cart a {
    display: inline-block !important; }
  .yith-wcwl-form .woo-c_wishlist.mobile li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .yith-wcwl-form .woo-c_wishlist.mobile li .btn-round a {
      display: inline-block; }
    .yith-wcwl-form .woo-c_wishlist.mobile li .item-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px 0px; }
      .yith-wcwl-form .woo-c_wishlist.mobile li .item-wrapper h6 {
        margin: 0; }

.yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-top: 30px; }
  .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a {
    line-height: 30px; }
    .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.facebook, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.twitter, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.pinterest, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.email, .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a.whatsapp {
      background: #17161A; }
    .yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .socialbar li a:hover {
      opacity: .7; }

.yith-wcwl-form .wishlist-title {
  display: none; }

@media screen and (min-width: 1025px) {
  .yith-wcwl-form {
    padding-left: -webkit-calc(100%/15 * 1);
    padding-left: calc(100%/15 * 1);
    padding-right: -webkit-calc(100%/15 * 1);
    padding-right: calc(100%/15 * 1); } }

/*---------------------------------
## Elements
---------------------------------*/
.woo_c-message-group {
  padding: 0 20px; }
  .woo_c-message-group li {
    margin-bottom: 15px;
    width: 100%; }

body:not(.woocommerce-checkout) .woo_c-message-group .message-box {
  position: fixed;
  bottom: 4.4vh;
  z-index: 999999;
  left: 50%;
  width: auto;
  margin: 0px auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: 0.4s slide_up cubic-bezier(0.4, 0, 0.2, 1);
          animation: 0.4s slide_up cubic-bezier(0.4, 0, 0.2, 1); }
  @media screen and (max-width: 1024px) {
    body:not(.woocommerce-checkout) .woo_c-message-group .message-box {
      bottom: 20px; } }
  @media screen and (max-width: 768px) {
    body:not(.woocommerce-checkout) .woo_c-message-group .message-box {
      left: 20px;
      right: 20px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation: 0.4s slide_up_mobile cubic-bezier(0.4, 0, 0.2, 1);
              animation: 0.4s slide_up_mobile cubic-bezier(0.4, 0, 0.2, 1);
      display: block; } }

@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateX(-50%) translateY(150%);
            transform: translateX(-50%) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    opacity: 1; } }

@keyframes slide_up {
  0% {
    -webkit-transform: translateX(-50%) translateY(150%);
            transform: translateX(-50%) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    opacity: 1; } }

@-webkit-keyframes slide_up_mobile {
  0% {
    -webkit-transform: translateX(0) translateY(150%);
            transform: translateX(0) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
    opacity: 1; } }

@keyframes slide_up_mobile {
  0% {
    -webkit-transform: translateX(0) translateY(150%);
            transform: translateX(0) translateY(150%);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
    opacity: 1; } }

.quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 80px;
  position: relative; }
  .quantity input {
    width: 50px;
    padding: 6px 8px; }
  @media screen and (max-width: 768px) {
    .quantity {
      max-width: 100%; } }

.quantity-label {
  font-size: 0.94rem;
  padding-right: 5px; }

.woo-c_product_category,
.woo-c_product_attr {
  display: block;
  font-size: 0.94rem;
  opacity: .8;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.woo-c_product_name > a:not(.woo-c_product_category) {
  font-family: "Space Grotesk Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  display: block;
  font-size: 17px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.woocommerce-checkout-payment ul li label {
  margin-bottom: 0; }

.woocommerce-checkout-payment ul li .payment_box p {
  margin-top: 5px; }

.woocommerce-checkout-payment .payment_method_paypal img {
  max-width: 200px;
  display: block; }

.woocommerce-checkout-payment .payment_method_paypal .about_paypal {
  display: none; }

.woocommerce-shipping-methods li > input[type="radio"] {
  margin-right: 6px; }

.woocommerce-shipping-methods li > label {
  font-size: inherit;
  margin: 0; }

.woocommerce-checkout-payment li, .woocommerce-shipping-methods li {
  padding: 3px 0; }

.woocommerce-checkout-payment .payment_box,
.woocommerce-shipping-totals > td, .woocommerce-privacy-policy-text,
.woocommerce .product-quantity {
  font-size: 0.94rem; }

.woocommerce-privacy-policy-text {
  margin-bottom: 20px; }
  .woocommerce-privacy-policy-text a {
    color: #d90a2c; }

.woocommerce-button:not(.btn-link),
.woocommerce .button:not(.btn-link) {
  text-transform: capitalize; }

.woocommerce .checkout_coupon {
  margin-top: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce .checkout_coupon {
      margin-top: 20px; } }

.woocommerce .stars {
  width: auto;
  height: 16px;
  line-height: 1;
  margin: 0;
  display: inline-block; }
  .woocommerce .stars a {
    position: relative;
    height: 18px;
    width: 1em;
    font-size: 17px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none; }
    .woocommerce .stars a:before {
      content: "\f384";
      color: #6A696C;
      display: block;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: Ionicons;
      text-indent: 0;
      opacity: .5; }
  .woocommerce .stars:hover a:hover ~ a:before,
  .woocommerce .stars.selected a.active ~ a:before,
  .woocommerce .stars.selected:hover span a:hover ~ a:before {
    content: "\f384";
    opacity: .5; }
  .woocommerce .stars:hover a:before,
  .woocommerce .stars.selected a:before,
  .woocommerce .stars.selected:hover span a:before {
    content: "\f384";
    opacity: 1;
    color: #17161A; }

.woocommerce .star-rating {
  width: auto;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  color: #232226; }
  .woocommerce .star-rating a:hover {
    opacity: 1; }
  .woocommerce .star-rating:before {
    content: "\f384\f384\f384\f384\f384";
    font-family: Ionicons;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 3px;
    opacity: .2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    word-wrap: normal; }
  .woocommerce .star-rating > span {
    display: inline-block;
    font-size: 0;
    overflow: hidden; }
    .woocommerce .star-rating > span:before {
      content: "\f384\f384\f384\f384\f384";
      font-family: Ionicons;
      font-weight: normal;
      font-size: 17px;
      letter-spacing: 3px; }

.woocommerce .comment-form-rating .select-holder:after {
  display: none; }

.woocommerce-billing-fields .heading-md {
  margin-bottom: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce-billing-fields .heading-md {
      margin-bottom: 20px; } }

.woocommerce .form-row {
  margin-top: 0;
  margin-bottom: 3.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce .form-row {
      margin-bottom: 20px; } }
  .woocommerce .form-row .select {
    width: 100%; }
  .woocommerce .form-row input, .woocommerce .form-row em {
    color: #6A696C; }
  .woocommerce .form-row em {
    margin-top: 10px;
    display: block;
    font-size: 0.94rem;
    font-style: normal; }
  .woocommerce .form-row label {
    margin-bottom: 8px; }

.woocommerce legend {
  font-size: -webkit-calc(19px + 1 * ( (100vw - 576px) / 1024));
  font-size: calc(19px + 1 * ( (100vw - 576px) / 1024));
  line-height: 1.25;
  color: #17161A;
  font-weight: 600;
  margin-bottom: 3.4vh; }
  @media screen and (max-width: 576px) {
    .woocommerce legend {
      font-size: 19px; } }
  @media screen and (min-width: 1600px) {
    .woocommerce legend {
      font-size: 20px; } }
  @media screen and (max-width: 1024px) {
    .woocommerce legend {
      margin-bottom: 20px; } }

.woocommerce ul {
  list-style: none; }

.woocommerce #ship-to-different-address {
  font-size: inherit; }

.woocommerce .blockUI.blockOverlay {
  opacity: 0.4 !important; }

.woocommerce .clb-blank.order-failed .clb-blank-image {
  min-width: 90px; }

@media screen and (max-width: 768px) {
  .woocommerce-account .button:not(.btn-link) {
    width: 100%; } }

.woocommerce-account .sticky-content-container {
  width: 100%; }

.woocommerce-account .clb-woo-sidebar {
  margin-right: 20px;
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .woocommerce-account .clb-woo-sidebar {
      margin: 0 0 40px 0; } }
  .woocommerce-account .clb-woo-sidebar .woocommerce-MyAccount-subscriptions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .woocommerce-account .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 600; }

.woocommerce-account .woocommerce-orders-table__header {
  border-top: none;
  color: #6A696C;
  text-transform: uppercase;
  font-size: 0.78em; }
  .woocommerce-account .woocommerce-orders-table__header-order-actions {
    display: none; }

@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__header-order-date {
    display: none; } }

.woocommerce-account .woocommerce-orders-table__row .amount,
.woocommerce-account .woocommerce-orders-table__row .order-number {
  font-weight: 600; }

.woocommerce-account .woocommerce-orders-table__row td {
  padding: 25px 20px 25px 0; }
  .woocommerce-account .woocommerce-orders-table__row td:last-child {
    text-align: right;
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-orders-table__row td:nth-child(1), .woocommerce-account .woocommerce-orders-table__row td:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      border-top: none; }
    .woocommerce-account .woocommerce-orders-table__row td:nth-child(1) {
      padding-top: 12px;
      border-bottom: none; }
    .woocommerce-account .woocommerce-orders-table__row td:nth-child(2) {
      padding-bottom: 12px; } }

.woocommerce-account .woocommerce-Addresses {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-Addresses .vc_col-lg-6:last-child {
      margin-top: 30px; } }

.woocommerce .woo-c_login .tabNav {
  margin-bottom: 40px; }

.woocommerce .woo-c_login .form-row_btn_remember_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px; }
  .woocommerce .woo-c_login .form-row_btn_remember_container label {
    margin: 0;
    font-weight: normal; }
  .woocommerce .woo-c_login .form-row_btn_remember_container .lost-link,
  .woocommerce .woo-c_login .form-row_btn_remember_container label {
    font-size: 0.94rem; }

.woocommerce .woo-c_login fieldset .password-field {
  margin-bottom: 0; }

.woocommerce .woo-c_login fieldset .btn[type='submit'],
.woocommerce .woo-c_login fieldset .woocommerce-password-strength {
  margin-top: 25px; }
  @media screen and (max-width: 1024px) {
    .woocommerce .woo-c_login fieldset .btn[type='submit'],
    .woocommerce .woo-c_login fieldset .woocommerce-password-strength {
      margin-top: 20px; } }

.woocommerce .woo-c_cross_sells .vc_row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.woocommerce-checkout .woocommerce-order .clb-blank {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  max-width: 100%;
  margin-top: 0;
  text-align: left; }
  .woocommerce-checkout .woocommerce-order .clb-blank-image {
    margin-right: 20px;
    background-color: #e7f9f6;
    height: 70px;
    width: 70px;
    min-width: 70px;
    font-size: 24px; }
    .woocommerce-checkout .woocommerce-order .clb-blank-image i {
      font-size: 28px; }
  .woocommerce-checkout .woocommerce-order .clb-blank .heading-md {
    margin: 0; }

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .vc_row {
  margin: 0; }

.woocommerce-checkout .woocommerce-order-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 40px 0px; }
  .woocommerce-checkout .woocommerce-order-overview li {
    white-space: nowrap;
    margin-right: 3.4vh; }
    @media screen and (max-width: 1024px) {
      .woocommerce-checkout .woocommerce-order-overview li {
        margin-right: 20px; } }
    .woocommerce-checkout .woocommerce-order-overview li:last-child {
      margin: 0; }
    .woocommerce-checkout .woocommerce-order-overview li strong {
      display: block; }
  @media screen and (max-width: 768px) {
    .woocommerce-checkout .woocommerce-order-overview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce-checkout .woocommerce-order-overview li strong {
        white-space: normal;
        max-width: -webkit-calc(100vw - 40px);
        max-width: calc(100vw - 40px); } }

.woocommerce-checkout .woocommerce-form-login {
  margin-bottom: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .woocommerce-checkout .woocommerce-form-login {
      margin-bottom: 20px; } }
  .woocommerce-checkout .woocommerce-form-login-toggle {
    margin-bottom: 15px; }

#yith-wcwl-popup-message {
  position: fixed;
  bottom: 10px;
  top: auto;
  text-align: center;
  right: 0;
  margin: 0px !important;
  left: 0;
  border: none;
  background-color: transparent;
  -webkit-box-sizing: none;
          box-sizing: none; }
  #yith-wcwl-popup-message #yith-wcwl-message {
    height: auto;
    line-height: 1;
    background: #9ff8d0;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 20px;
    display: inline-block;
    font-size: 0.94rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08); }

.woocommerce-account .nosidebar-order-details > .woo_c-order-details {
  width: 100% !important;
  padding: 0 !important; }

.clb-woo-sidebar .woocommerce-MyAccount-subscriptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr td, .clb-woo-sidebar .woocommerce-MyAccount-subscriptions tr th {
      width: auto !important; }

/*---------------------------------
## AJAX Filters
---------------------------------*/
.yith-woocommerce-ajax-product-filter .yith-wcan-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group li {
    margin: 0; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group li a {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      padding: 0px 10px;
      height: 24px;
      line-height: 24px;
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      font-size: 0.78em;
      color: inherit;
      background-color: #6A696C;
      text-transform: uppercase;
      margin: 0px 6px 6px 0px; }
      .yith-woocommerce-ajax-product-filter .yith-wcan-group li a:before {
        display: none; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group li.chosen a, .yith-woocommerce-ajax-product-filter .yith-wcan-group li:hover a {
      background-color: #d90a2c;
      color: #fff; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li:not(.chosen):first-child a {
    margin-left: 0; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li a {
    font-size: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    padding: 0;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    border: solid 2px rgba(23, 22, 26, 0.2); }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li a:after {
      content: "";
      height: 40px;
      width: 40px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      position: absolute;
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      left: -webkit-calc(50% - 20px);
      left: calc(50% - 20px);
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      background-color: rgba(0, 0, 0, 0.06);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color > li a:hover:after {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
  .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color .chosen a {
    position: relative;
    display: inline-block; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-group.yith-wcan-color .chosen a:after {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }

.yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation {
  background-color: #6A696C;
  border: none;
  padding: 6px 12px 6px 30px;
  color: #232226;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 30px 0px -20px; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation:after {
    content: "\f166";
    font-family: "Ionicons";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-reset-navigation:hover {
    background-color: #d90a2c;
    color: #fff; }

.yith-woo-ajax-reset-navigation {
  padding: 0; }

.yit-wcan-container .yith-wcan-loading {
  margin: 10vh 0; }

/*---------------------------------
## Cart
---------------------------------*/
.woo-cart {
  width: 100%;
  margin-bottom: 4.4vh;
  padding-bottom: 4.4vh; }
  @media screen and (max-width: 1024px) {
    .woo-cart {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .woo-cart {
      padding-bottom: 20px; } }
  .woo-cart_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    position: relative; }
  .woo-cart_item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(136, 136, 136, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 15px 0px; }
    .woo-cart_item_thumbnail, .woo-cart_item_name, .woo-cart_item_price, .woo-cart_item_quantity, .woo-cart_item_details {
      margin-right: 20px; }
    .woo-cart_item_thumbnail {
      min-width: 80px;
      max-width: 80px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .woo-cart_item_thumbnail {
          min-width: 60px;
          max-width: 60px; } }
      .woo-cart_item_thumbnail img {
        vertical-align: top; }
    .woo-cart_item_remove {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
      .woo-cart_item_remove .btn-round {
        display: block; }
    .woo-cart_item_name {
      line-height: 1.5; }
      @media screen and (min-width: 1025px) {
        .woo-cart_item_name {
          min-width: 40%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      @media screen and (max-width: 768px) {
        .woo-cart_item_name {
          max-width: 90%; } }
      .woo-cart_item_name .woo-c_product_category {
        display: block;
        font-size: .98em; }
    .woo-cart_item_values p {
      font-size: .98em;
      display: inline;
      color: #6A696C;
      margin: 0; }
      .woo-cart_item_values p span {
        font-weight: 600;
        color: #232226; }
    .woo-cart_item_price_container {
      width: -webkit-calc(50% - 40px);
      width: calc(50% - 40px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .woo-cart_item_quantity {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .woo-cart_item_subtotal {
      display: block;
      text-align: right;
      font-weight: 600; }
    .woo-cart_item:hover .woo-cart_item_remove {
      opacity: 1;
      visibility: visible; }
    .woo-cart_item:first-child {
      padding-top: 0; }
    .woo-cart_item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .woo-cart_details {
      position: relative;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 70px; }
    .woo-cart_item {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .woo-cart_item_thumbnail, .woo-cart_item_price, .woo-cart_item_details {
        margin-right: 15px; }
      .woo-cart_item_quantity {
        position: absolute;
        right: 0;
        display: block;
        margin: 0; }
        .woo-cart_item_quantity .quantity-label {
          display: none; }
      .woo-cart_item_subtotal {
        text-align: left !important; }
      .woo-cart_item_remove {
        position: absolute;
        opacity: 1;
        visibility: visible;
        left: 0%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .woo-cart_item_remove .btn-round {
          display: block; }
          .woo-cart_item_remove .btn-round .ion {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            background: #fff;
            color: #232226; }
          .woo-cart_item_remove .btn-round:before {
            width: 30px;
            height: 30px; } }

.woo-c_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .woo-c_actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .woo-c_actions .button {
        margin-top: 20px;
        width: 100%; } }
  .woo-c_actions_coupon {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .woo-c_actions_coupon {
        margin: 0;
        width: 100%; }
        .woo-c_actions_coupon input#coupon_code {
          padding-right: 35vw;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; } }
    .woo-c_actions_coupon label {
      margin-bottom: 10px; }
    .woo-c_actions_coupon .btn {
      position: absolute;
      right: 0;
      bottom: 0; }
  .woo-c_actions_update {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }

.woo-c_cart-cross-sale {
  padding-top: 7.2vh; }
  @media screen and (max-width: 768px) {
    .woo-c_cart-cross-sale {
      padding-top: 30px; } }
  .woo-c_cart-cross-sale h4.heading-md {
    font-size: 2em; }

.clb-woo-sidebar {
  padding: 3.4vh;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(136, 136, 136, 0.05);
  margin-left: 20px; }
  @media screen and (max-width: 1024px) {
    .clb-woo-sidebar {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .clb-woo-sidebar {
      margin: 0 0 30px 0; } }
  .clb-woo-sidebar .wc-proceed-to-checkout a {
    width: 100%;
    color: #fff; }
  .clb-woo-sidebar input[type="radio"] {
    margin: -2px 2px 0 0;
    vertical-align: middle; }
  .clb-woo-sidebar .form-row {
    margin-bottom: 8px; }
  .clb-woo-sidebar .shop_table td.product-name {
    font-weight: 600; }
    .clb-woo-sidebar .shop_table td.product-name .woo-c_product_category + .product-quantity {
      margin-left: -8px; }
    .clb-woo-sidebar .shop_table td.product-name .woo-c_product_category a,
    .clb-woo-sidebar .shop_table td.product-name .woo-c_product_attr {
      font-weight: 400; }
  .clb-woo-sidebar .shop_table tr th {
    font-weight: normal;
    font-size: 0.94rem;
    padding-right: 3.4vh; }
    @media screen and (max-width: 1024px) {
      .clb-woo-sidebar .shop_table tr th {
        padding-right: 20px; } }
  .clb-woo-sidebar .shop_table tr th, .clb-woo-sidebar .shop_table tr td {
    vertical-align: top;
    text-align: left; }
    .clb-woo-sidebar .shop_table tr th:first-child, .clb-woo-sidebar .shop_table tr td:first-child {
      width: 60%;
      max-width: 220px;
      padding-right: 30px; }
  .clb-woo-sidebar .shop_table tr:first-child th, .clb-woo-sidebar .shop_table tr:first-child td {
    border-top: none; }
  .clb-woo-sidebar .shop_table tr:last-child th, .clb-woo-sidebar .shop_table tr:last-child td {
    border-bottom: none; }
  .clb-woo-sidebar .shop_table .amount {
    font-weight: 600; }
  .clb-woo-sidebar label {
    display: inline-block; }

#checkout-content-scroll {
  padding: 0 !important;
  margin: 0 !important; }

.cart-empty.woocommerce-info {
  display: none; }

/*---------------------------------
# WPBAkery Front-End
---------------------------------*/
.vc_editor.compose-mode .vc_ohio_tabs,
.vc_editor.compose-mode .vc_ohio_split_screens {
  position: relative;
  margin: 10px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .vc_editor.compose-mode .vc_ohio_tabs:before,
  .vc_editor.compose-mode .vc_ohio_split_screens:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(255, 213, 105, 0.85); }
  .vc_editor.compose-mode .vc_ohio_tabs:after,
  .vc_editor.compose-mode .vc_ohio_split_screens:after {
    content: 'Sorry, but this shortcode can be properly edited only in WPBakery Backend Editor.';
    position: absolute;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: block;
    padding: 0px 20%;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 10001; }

.vc_ohio_accordion_inner .content.open .wrap > .vc_element-container {
  display: none; }
/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.portfolio-item-fullscreen.portfolio-grid-type-6 .portfolio-item-image {
	background-size:contain
}

#ic_send{
	color: #5b323a !important;
}

.contact-form div.wpcf7-acceptance-missing, .contact-form div.wpcf7-response-output, .contact-form div.wpcf7-validation-errors, .subscribe-form div.wpcf7-acceptance-missing, .subscribe-form div.wpcf7-response-output, .subscribe-form div.wpcf7-validation-errors, .subscribe-widget div.wpcf7-acceptance-missing, .subscribe-widget div.wpcf7-response-output, .subscribe-widget div.wpcf7-validation-errors {
    color: #533841;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 15px;
    margin: 10px 0 0 0;
    text-align: left;
    font-size: .94rem;
}

.dark-scheme .contact-form div.wpcf7-acceptance-missing,.dark-scheme .contact-form div.wpcf7-response-output,.dark-scheme .contact-form div.wpcf7-validation-errors, .dark-scheme .subscribe-form div.wpcf7-acceptance-missing, .dark-scheme .subscribe-form div.wpcf7-response-output, .dark-scheme .subscribe-form div.wpcf7-validation-errors, .dark-scheme .subscribe-widget div.wpcf7-acceptance-missing, .dark-scheme .subscribe-widget div.wpcf7-response-output, .dark-scheme .subscribe-widget div.wpcf7-validation-errors {
    color: #fff;
}

.site-header .site-branding:hover {
    opacity: 1 !important;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

footer .contact-form div.wpcf7-acceptance-missing, footer .contact-form div.wpcf7-response-output, footer .contact-form div.wpcf7-validation-errors, footer .subscribe-form div.wpcf7-acceptance-missing,footer .subscribe-form div.wpcf7-response-output, footer .subscribe-form div.wpcf7-validation-errors,footer .subscribe-widget div.wpcf7-acceptance-missing,footer .subscribe-widget div.wpcf7-response-output,footer .subscribe-widget div.wpcf7-validation-errors {
color:#fff;
}

.dark-scheme .alt:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus), .dark-scheme .btn:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus), .dark-scheme .button:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus) {
    background-color: #533841;
    border-color: #533841;
}


.dark-scheme .btn-play.btn-round-outline .ion, .dark-scheme .ohio-slider-sc .btn-round .ion, .dark-scheme .site-footer .btn-flat {
    color: #fff;
	background-color: #533841;
    border-color: #533841;
}

.menu-link.main-menu-link.item-title:hover {
    color: inherit;
}
.current-menu-item .menu-link.main-menu-link.item-title,
.current-menu-item .menu-link.main-menu-link.item-title span {
    color: inherit;
}
.brand-color,.brand-color-i,.brand-color-hover-i:hover,.brand-color-hover:hover,.has-brand-color-color,.is-style-outline .has-brand-color-color,a:hover,.nav .nav-item.active-main-item > a,.nav .nav-item.active > a,.nav .current-menu-ancestor > a,.nav .current-menu-item > a,.hamburger-nav .menu li.current-menu-ancestor > a > span,.hamburger-nav .menu li.current-menu-item > a > span,.blog-grid:not(.blog-grid-type-2):not(.blog-grid-type-4):hover h3 a,.portfolio-item.grid-2:hover h4.title,.fullscreen-nav li a:hover,.socialbar.inline a:hover,.gallery .expand .ion:hover,.close .ion:hover,.accordionItem_title:hover,.tab .tabNav_link:hover,.widget .socialbar a:hover,.social-bar .socialbar a:hover,.share-bar .links a:hover,.widget_shopping_cart_content .buttons a.button:first-child:hover,span.page-numbers.current,a.page-numbers:hover,.comment-content a,.page-headline .subtitle b:before,nav.pagination li .page-numbers.active,.woocommerce .woo-my-nav li.is-active a,.portfolio-sorting li a.active,.widget_nav_menu .current-menu-item > a,.widget_pages .current-menu-item > a,.portfolio-item-fullscreen .portfolio-details-date:before,.btn.btn-link:hover,.blog-grid-content .category-holder:after,.clb-page-headline .post-meta-estimate:before,.comments-area .comment-date-and-time:after,.post .entry-content a:not(.wp-block-button__link),.project-page-content .date:before,.pagination li .btn.active,.pagination li .btn.current,.pagination li .page-numbers.active,.pagination li .page-numbers.current,.category-holder:not(.no-divider):after,.inline-divider:after,.hamburger-nav .menu .nav-item:hover > a.menu-link .ion,.hamburger-nav .menu .nav-item .visible > a.menu-link .ion,.hamburger-nav .menu .nav-item.active > a.menu-link .ion,.hamburger-nav .menu .sub-nav-item:hover > a.menu-link .ion,.hamburger-nav .menu .sub-nav-item .visible > a.menu-link .ion,.hamburger-nav .menu .sub-nav-item.active > a.menu-link .ion,.widgets a,.widgets a *:not(.fab),.pricing:hover .pricing_price_title,.btn-link:focus, a.btn-link:focus,.btn-link:active, a.btn-link:active,.pricing_list_item .ion,a.highlighted,.woocommerce .woocommerce-privacy-policy-text a,.blog-grid-type-6 .category-holder a.category{color:#d90a2c;}.brand-border-color,.brand-border-color-hover,.has-brand-color-background-color,.is-style-outline .has-brand-color-color,.wp-block-button__link:hover,.custom-cursor .circle-cursor--outer,.btn-brand, .btn:not(.btn-link):hover,.btn-brand:active, .btn:not(.btn-link):active,.btn-brand:focus, .btn:not(.btn-link):focus,a.button:hover,button.button:hover,.pricing:hover .btn.btn-brand{border-color:#d90a2c;}.brand-bg-color,.brand-bg-color-after,.brand-bg-color-before,.brand-bg-color-hover,.brand-bg-color-i,.brand-bg-color-hover-i,.btn-brand:not(.btn-outline),.has-brand-color-background-color,a.brand-bg-color,.wp-block-button__link:hover,.widget_price_filter .ui-slider-range,.widget_price_filter .ui-slider-handle:after,.nav .nav-item:before,.nav .nav-item.current-menu-item:before,.widget_calendar caption,.tag:not(.tag-portfolio):hover,.page-headline .tags .tag,.radio input:checked + .input:after,.menu-list-details .tag,.custom-cursor .circle-cursor--inner,.custom-cursor .circle-cursor--inner.cursor-link-hover,.btn-round:before,.btn:not(.btn-link):hover,.btn:not(.btn-link):active,.btn:not(.btn-link):focus,button.button:not(.btn-link):hover,a.button:not(.btn-link):hover,.btn.btn-flat:hover,.btn.btn-flat:focus,.btn.btn-outline:hover,nav.pagination li .btn.active:hover,.tag:not(body):hover,.tag-cloud-link:hover,.pricing_price_time:hover,.pricing:hover .btn.btn-brand{background-color:#d90a2c;}.hamburger-nav{background-color:#533841;}.header,.header:not(.-mobile).header-5,.header:not(.-mobile).header-6,.header:not(.-mobile).header-7{border:none;}.header.-sticky{border:none;}#masthead .btn-optional{background-color:#111013;border-color:#111013;}.clb-page-headline::after{background-color:transparent;}.page-container,.elementor .elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px}.spinner .path,.sk-preloader .sk-circle:before,.sk-folding-cube .sk-cube:before,.sk-preloader .sk-child:before,.sk-double-bounce .sk-child{stroke:#ffffff;background-color:#ffffff;}.sk-percentage .sk-percentage-percent{color:#ffffff;}.page-preloader:not(.percentage-preloader),.page-preloader.percentage-preloader .sk-percentage{background-color:#161519;}.clb-subscribe-img{background-image:url('https://glma.glmaagencyprojects.com/wp-content/uploads/2021/12/oh__img3-768x903.jpeg');background-size:cover;background-position:center center;background-repeat:repeat;}{font-family:'DM Sans', sans-serif;}h1,h2,h3,h4,h5,h6,.box-count,.font-titles,.hamburger-nav .menu,.header.-mobile .nav .nav-item,.btn, .button, a.button, input[type="submit"], a.btn-link,.widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a,.woo-c_product_name > a:not(.woo-c_product_category),.socialbar.inline a,.vc_row .vc-bg-side-text,.counter-box-count{font-family:'DM Sans', sans-serif;}.countdown-box .box-time .box-count,.chart-box-pie-content{font-family:'DM Sans', sans-serif;}.countdown-box .box-time .box-count,.chart-box-pie-content{font-family:'DM Sans', sans-serif;}.countdown-box .box-time .box-count,.chart-box-pie-content{font-family:'DM Sans', sans-serif;}.portfolio-item h4,.portfolio-item h4.title,.portfolio-item h4 a,.portfolio-item-2 h4,.portfolio-item-2 h4.title,.portfolio-item-2 h4 a{font-family:'DM Sans', sans-serif;font-size:inherit;line-height:inherit;}.blog-item h3.title{font-family:'DM Sans', sans-serif;line-height:initial;}.blog-item h3.title a{font-size:initial;}.portfolio-item-2 h4{font-family:'DM Sans', sans-serif;}body:before {content: "";position: absolute;height: 100vh;left: 0;right: 0;background: transparent !important}.elementor-41 .elementor-element.elementor-element-4c17b90a:hover{border-color: #533841 !important;}.elementor-41 .elementor-element.elementor-element-72fa289:hover{border-color: #533841 !important;}.elementor-41 .elementor-element.elementor-element-eb05e0f:hover{border-color: #533841 !important;}.elementor-41 .elementor-element.elementor-element-c98cad8:hover{border-color: #533841 !important;}.elementor-219122 .elementor-element.elementor-element-8006605:hover{border-color: #533841 !important;}.elementor-219122 .elementor-element.elementor-element-c59a6a0:hover{border-color: #533841 !important;}.elementor-219122 .elementor-element.elementor-element-72b6434:hover{border-color: #533841 !important;}.elementor-219899 .elementor-element.elementor-element-68307a7:hover{border-color: #533841 !important;}.elementor-219122 .elementor-element.elementor-element-68307a7:hover{border-color: #533841 !important;}.elementor-219899 .elementor-element.elementor-element-8006605:hover{border-color: #533841 !important;}.elementor-219899 .elementor-element.elementor-element-c59a6a0:hover{border-color: #533841 !important;}.elementor-219899 .elementor-element.elementor-element-72b6434:hover{border-color: #533841 !important;}.elementor-219904 .elementor-element.elementor-element-8006605:hover{border-color: #533841 !important;}.elementor-219904 .elementor-element.elementor-element-c59a6a0:hover{border-color: #533841 !important;}.elementor-219904 .elementor-element.elementor-element-72b6434:hover{border-color: #533841 !important;}.elementor-219904 .elementor-element.elementor-element-68307a7:hover{border-color: #533841 !important;}.elementor-219907 .elementor-element.elementor-element-8006605:hover{border-color: #533841 !important;}.elementor-219907 .elementor-element.elementor-element-c59a6a0:hover{border-color: #533841 !important;}.elementor-219907 .elementor-element.elementor-element-72b6434:hover{border-color: #533841 !important;}.elementor-219907 .elementor-element.elementor-element-68307a7:hover{border-color: #533841 !important;}.elementor-219902 .elementor-element.elementor-element-8006605:hover{border-color: #533841 !important;}.elementor-219902 .elementor-element.elementor-element-c59a6a0:hover{border-color: #533841 !important;}.elementor-219902 .elementor-element.elementor-element-72b6434:hover{border-color: #533841 !important;}.elementor-32 .elementor-element.elementor-element-182207a9:hover{border-color: #533841 !important;}.brand-bg-color, .brand-bg-color-after, .brand-bg-color-before, .brand-bg-color-hover, .brand-bg-color-i, .brand-bg-color-hover-i, .btn-brand:not(.btn-outline), .has-brand-color-background-color, a.brand-bg-color, .wp-block-button__link:hover, .widget_price_filter .ui-slider-range, .widget_price_filter .ui-slider-handle:after, .main-nav .nav-item:before, .main-nav .nav-item.current-menu-item:before, .widget_calendar caption, .tag:not(.tag-portfolio):hover, .page-headline .tags .tag, .radio input:checked + .input:after, .menu-list-details .tag, .custom-cursor .circle-cursor--inner, .custom-cursor .circle-cursor--inner.cursor-link-hover, .btn-round:before, .btn:not(.btn-link):hover, .btn:not(.btn-link):active, .btn:not(.btn-link):focus, button.button:not(.btn-link):hover, a.button:not(.btn-link):hover, .btn.btn-flat:hover, .btn.btn-flat:focus, .btn.btn-outline:hover, nav.pagination li .btn.active:hover, .tag:not(body):hover, .tag-cloud-link:hover, .pricing_price_time:hover, .pricing:hover .btn.btn-brand{background-color: #533841;color: white;}.elementor-219345 .elementor-element.elementor-element-9b74fa6 > .elementor-widget-container{background-color: transparent !important;}.elementor-219345 .elementor-element.elementor-element-f9fb68a > .elementor-widget-container{background-color: transparent !important;}.elementor-219345 .elementor-element.elementor-element-dc781be > .elementor-widget-container{background-color: transparent !important;}.textwidget a{color:#6a696c !important;}.underline:hover{color: #533841 !important;}@media only screen and (-webkit-min-device-pixel-ratio : 1.5), onlyscreen and (min-device-pixel-ratio : 1.5) {.portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline:hover{font-family: Arial, Helvetica, sans-serif !important;}}@media only screen and (min-width : 1600px) {.portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline:hover{font-family: Arial, Helvetica, sans-serif !important;}}/* 27 inch iMac ----------- */@media only screen and (min-width : 2400px) {.portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline:hover{font-family: Arial, Helvetica, sans-serif !important;}}.map { -webkit-filter: grayscale(100%); }.site-footer a{color:#FFFFFF !important;}.site-footer .widget-title{color:#FFFFFF !important;}.clb__light_section{color:#FFFFFF !important;}.dark-scheme .elementor-301 .elementor-element.elementor-element-13d456a:not(.elementor-motion-effects-element-type-background), .elementor-301 .elementor-element.elementor-element-13d456a>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color: #1a191d !important;}.dark-scheme .elementor-301 .elementor-element.elementor-element-00c4aae:not(.elementor-motion-effects-element-type-background), .elementor-301 .elementor-element.elementor-element-00c4aae>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color: #1a191d !important;}.btn, .wp-block-button__link, .wp-block-file *+.wp-block-file__button, .wp-block-file__button, .yith-wcwl-add-to-wishlist .btn, a.btn input.btn, a.button, button, div.button, input[type=submit], span.button {background-color: #242424;outline: none !important;border-color: #242424 !important;}.dark-scheme .site-footer{background-color:#1a191d  !important;}.clb-hamburger-nav .menu .menu-item-depth-0>a:before,.clb-hamburger-nav-details .hamburger-nav-info,.clb-hamburger-nav-details {color: #fff ;}.project-page-content .btn,.blog-grid:hover .btn,.blog-grid-content .btn,.portfolio-details-link .btn { background-color:transparent !important }.clb-portfolio-lightbox-details .project-page .project-meta p {color: inherit;}.portfolio-item-fullscreen .portfolio-details-description .short-description {opacity:1;}.dark-scheme, .dark-scheme .heading .subtitle, .dark-scheme .pricing_list_item.disabled, .dark-scheme .search-form .search-submit, .dark-scheme .select-holder select, .dark-scheme .site-footer, .dark-scheme .site-footer .site-info, .dark-scheme .site-footer .widgets a, .dark-scheme .subtitle-font, .dark-scheme .woo-cart_item_values p span, .dark-scheme .woocommerce-product-search .search-submit, .dark-scheme a.category, .dark-scheme p.subtitle {color: rgba(255,255,255,1);}.site-footer .page-container+.site-info .site-info-holder {border-top: 1px solid rgb(255 255 255);}footer ::-webkit-input-placeholder { /* WebKit browsers */color: #fff !important;opacity: 1;}footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #fff !important;opacity: 1;}footer ::-moz-placeholder { /* Mozilla Firefox 19+ */color: #fff !important;opacity: 1;}footer :-ms-input-placeholder { /* Internet Explorer 10+ */color: #fff !important;opacity: 1;}.client-logos .swiper-slide-image {max-width:150%}.btn-hovered-white .btn:hover {color:#242424 !important; background:#fff; color:#242424;}::-moz-selection { /* Code for Firefox */color: white;background-color: #533841;background: #533841;}::selection {background-color: #533841;color: white;background: #533841;}.site-footer .widgets .subscribe-form .btn:focus .text, .site-footer .widgets .subscribe-form .btn:hover .text {color:#242424}.portfolio-details-link .ion-right.ion svg{display:none}.portfolio-details-link .ion-right.ion:before {content:'\f061'}.portfolio-details-link .ion-right.ion {font-weight:900;font-family: "Font Awesome 5 Free";-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;}.dark-scheme .progress-bar .progress-bar-track-inner  {background-color: #fff;}.dark-scheme .btn:not(.btn-elementor-colored):not(.btn-link):not(.btn-outline):not(.comment-author-admin):not(.btn-flat):not(.btn-brand):not(.purchase-theme):not(.product_type_external):not(.product_type_grouped):not(.wc-forward):not(.btn-subscribe):not(.add_to_cart_button):not(.feedback):not(.add_to_wishlist):not(.view-cart):not(:hover):not(:active):not(:focus) {background-color:#242424} @media screen and (min-width:1025px){} @media screen and (min-width:769px) and (max-width:1024px){.portfolio-sorting{margin-top: 84px!important;}.portfolio-sorting ul li a{font-size:12px !important;}.btn-optional-holder a{font-size:10px !important;}.breadcrumbs{margin-top:88px;}.project-page.layout-type7{margin-top:-100px;}.project-page.layout-type7 .project-page-content{margin-top:55px;}.eelementor-widget-wrap{margin-top:-95px;}.clb-subscribe .clb-subscribe-img{min-height: 39vh;}} @media screen and (max-width:768px){.portfolio-sorting{margin-top: 84px!important;}.portfolio-sorting ul li a{font-size:12px !important;}.btn-optional-holder a{font-size:10px !important;}.breadcrumbs{margin-top:88px;}.project-page.layout-type7{margin-top:-100px;}.project-page.layout-type7 .project-page-content{margin-top:55px;}.eelementor-widget-wrap{margin-top:-95px;}.clb-subscribe .clb-subscribe-img{min-height: 32vh;}.logo{font-size: 15px !important;}}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOmb2Rm.ttf) format('truetype');
}
/*!
  Ionicons, v4.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.eot?v=4.0.0");src:url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.eot?v=4.0.0#iefix") format("embedded-opentype"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.woff2?v=4.0.0") format("woff2"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.woff?v=4.0.0") format("woff"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.ttf?v=4.0.0") format("truetype"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.svg?v=4.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal;font-display: swap;}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-plane:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-plane:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-plane:before{content:"\f1e9"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-plane:before{content:"\f355"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}
/*!
  Ionicons, v4.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.eot?v=4.0.0");src:url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.eot?v=4.0.0#iefix") format("embedded-opentype"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.woff2?v=4.0.0") format("woff2"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.woff?v=4.0.0") format("woff"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.ttf?v=4.0.0") format("truetype"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.svg?v=4.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal;font-display: swap;}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-plane:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-plane:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-plane:before{content:"\f1e9"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-plane:before{content:"\f355"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}

			.portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline{
	font-size: 4.25vw;
}

.home_page_22 {
	background-image: url("https://glmaagency.com/wp-content/uploads/2021/05/GLMA-Home-BG.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}


.site-footer .widget-title {
    color: #2a2a2a;
}
		
/**
 * Core styles: block-supports
 */

/*!
  Ionicons, v4.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.eot?v=4.0.0");src:url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.eot?v=4.0.0#iefix") format("embedded-opentype"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.woff2?v=4.0.0") format("woff2"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.woff?v=4.0.0") format("woff"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.ttf?v=4.0.0") format("truetype"),url("/wp-content/themes/ohio/assets/fonts/ionicons/webfonts/ionicons.svg?v=4.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal;font-display: swap;}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-plane:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-plane:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-plane:before{content:"\f1e9"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-plane:before{content:"\f355"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/themes/ohio/assets/fonts/fa/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZtRSW3z.ttf) format('truetype');
}
/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('/wp-content/plugins/slider-revolution/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('/wp-content/plugins/slider-revolution/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('/wp-content/plugins/slider-revolution/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
	   url('/wp-content/plugins/slider-revolution/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
	   url('/wp-content/plugins/slider-revolution/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.rs-parallax-hidden-of rs-slide { overflow:hidden !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(/wp-content/plugins/slider-revolution/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(/wp-content/plugins/slider-revolution/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(/wp-content/plugins/slider-revolution/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(/wp-content/plugins/slider-revolution/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(/wp-content/plugins/slider-revolution/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(/wp-content/plugins/slider-revolution/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/slider-revolution/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(/wp-content/plugins/slider-revolution/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(/wp-content/plugins/slider-revolution/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(/wp-content/plugins/slider-revolution/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


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

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */
#rs-demo-id {}
