.elementor-kit-6{--e-global-color-primary:#18396B;--e-global-color-secondary:#4F6B56;--e-global-color-text:#202521;--e-global-color-accent:#4F6B56;--e-global-color-d38d0b2:#FFFFFF;--e-global-color-19706f9:#F1F2EE;--e-global-typography-primary-font-family:"Avenir";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Avenir";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Avenir";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Avenir";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;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 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Avenir", Sans-serif;font-size:100px;}.elementor-kit-6 h2{font-size:70px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );color:var( --e-global-color-accent );border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:80px;}.elementor-kit-6 h2{font-size:60px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:14px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-6 h1{font-size:55px;}.elementor-kit-6 h2{font-size:39px;}.elementor-kit-6 h3{font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS */html {
    scroll-behavior: smooth!important;
}

body a,
body a span,
body button,
body .elementor-button,
body .elementor-button span,
body .elementor-item,
body .elementor-heading-title a {
    transition: all 0.35s ease !important;
}

body a:hover,

body .elementor-heading-title a:hover {
    opacity: 1 !important;
    transform: translateY(-0px) !important;
}


.elementor-nav-menu a:focus,
.elementor-nav-menu a:focus-visible,
.elementor-nav-menu a:active {
    outline: none !important;
    box-shadow: none !important;
}







p {
    display: block;
    margin-block-start: 0em!important;
    margin-block-end: 20px!important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}



.elementor-nav-menu a:focus,
.elementor-nav-menu a:focus-visible,
.elementor-nav-menu a:active {
    outline: none !important;
    box-shadow: none !important;
}


a:focus,
a:focus-visible{
    outline:none !important;
    box-shadow:none !important;
}


    
    .gslide-image  {
    box-shadow: none !important;
    filter: none !important;
    border: 0 !important;
}






.reora-arrow-btn .elementor-button {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;

  display: inline-flex;
  align-items: center;
  gap: 18px;

  color: #6f7f6e !important;
  font-size: 22px;
  font-weight: 600!important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;

  overflow: visible;
}

.reora-arrow-btn .elementor-button:hover,
.reora-arrow-btn .elementor-button:focus {
  background: transparent !important;
  color: #5f6f5d !important;
}

.reora-arrow-btn .elementor-button-text {
  display: inline-block;
  transition: transform 0.35s ease, letter-spacing 0.35s ease;
}

.reora-arrow-btn .elementor-button::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 20px;
  background-color: currentColor;

  -webkit-mask: url("https://reora.lt/wp-content/uploads/Arrow-right.svg") no-repeat center / contain;
  mask: url("https://reora.lt/wp-content/uploads/Arrow-right.svg") no-repeat center / contain;

  transition: transform 0.35s ease, width 0.35s ease;
}

.reora-arrow-btn .elementor-button:hover .elementor-button-text {
  transform: translateX(2px);
  letter-spacing: 0.01em;
}

.reora-arrow-btn .elementor-button:hover::after {
  transform: translateX(12px);
  width: 64px;
}

/* Mobile */
@media (max-width: 767px) {
  .reora-arrow-btn .elementor-button {
    font-size: 19px;
    gap: 14px;
  }

  .reora-arrow-btn .elementor-button::after {
    width: 45px;
    height: 17px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://reora.lt/wp-content/uploads/AvenirLTProLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://reora.lt/wp-content/uploads/AvenirLTProBook.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://reora.lt/wp-content/uploads/AvenirLTProMedium.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://reora.lt/wp-content/uploads/AvenirLTProBlack.ttf') format('truetype');
}
/* End Custom Fonts CSS */