.elementor-713 .elementor-element.elementor-element-3ea8a29{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:9px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:17px;--padding-left:20px;--padding-right:20px;}.elementor-713 .elementor-element.elementor-element-3ea8a29:not(.elementor-motion-effects-element-type-background), .elementor-713 .elementor-element.elementor-element-3ea8a29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-713 .elementor-element.elementor-element-f62015b{--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-713 .elementor-element.elementor-element-4fad1cd{text-align:start;}.elementor-713 .elementor-element.elementor-element-4fad1cd img{width:100%;}.elementor-713 .elementor-element.elementor-element-a830370{--display:flex;--min-height:60px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--background-transition:1.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1366px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-713 .elementor-element.elementor-element-f62015b{--width:35%;--min-height:0px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-713 .elementor-element.elementor-element-a830370{--width:65%;}}@media(min-width:768px){.elementor-713 .elementor-element.elementor-element-f62015b{--width:100%;}.elementor-713 .elementor-element.elementor-element-a830370{--width:100%;}}@media(max-width:1366px) and (min-width:768px){.elementor-713 .elementor-element.elementor-element-a830370{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5c4e2ac */.hover-row {
  display: flex;
  align-items: center;

  cursor: pointer;
}

.hover-row .row-text {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #333;
  transition: color 0.3s ease;
  margin-right: 26px;
}

.row-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-icon .icon-default,
.row-icon .icon-hover {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}

.row-icon .icon-hover {
  position: absolute;
  opacity: 0;
}

/* Hover */
.hover-row:hover .row-text {
  color: #46AAB9;
}

.hover-row:hover .icon-default {
  opacity: 0;
}

.hover-row:hover .icon-hover {
  opacity: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .hover-row .row-text {
    display: none;
  }

  .row-icon {
    width: 32px;
    height: 32px;
  }

  .row-icon .icon-default,
  .row-icon .icon-hover {
    width: 32px;
    height: 32px;
  }
}/* End custom CSS */