.elementor-145 .elementor-element.elementor-element-41a8808e{--display:flex;--position:absolute;--min-height:150px;--justify-content:flex-start;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0;--margin-bottom:0;--margin-left:0;--margin-right:0;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0vh;--z-index:90;}body:not(.rtl) .elementor-145 .elementor-element.elementor-element-41a8808e{right:0px;}body.rtl .elementor-145 .elementor-element.elementor-element-41a8808e{left:0px;}.elementor-145 .elementor-element.elementor-element-3a52475e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-145 .elementor-element.elementor-element-3a52475e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-145 .elementor-element.elementor-element-2df7ae96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-145 .elementor-element.elementor-element-41a8808e{--width:5%;}}/* Start custom CSS for html, class: .elementor-element-3a52475e */.sub-button {
 display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #2c7f83 !important;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: Sofia-Pro;
  font-weight: bold;
  /*padding: 10px 5px 5px 30px;*/
 padding-top: 15px;
 padding-bottom: 15px;
 padding-right: 5px;
  position: relative;
  /*border: 3px solid #2c7f83;*/
  border: 3px solid #2c7f83;
  overflow: hidden;

  cursor: pointer;
  width: 2.5vw;
  writing-mode: vertical-rl;
}

.wipe {
  transition: all 0.3s;
}
.wipe:after {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #2c7f83;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  z-index: -1;
}
.wipe:hover {
  /*color: #f8d58f !important;*/
  color: white !important;
}

.lft-rgt-wipe:after {
  transform: translateY(-100%);
}
.lft-rgt-wipe:hover:after {
  transform: translateY(0%);
}/* End custom CSS */
/* Start custom CSS */.vertical{
    writing-mode: vertical-rl;
}/* End custom CSS */