@charset "UTF-8";
html, body {
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 1920px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  html, body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  html, body {
    font-size: 15px;
  }
}
b, strong {
  font-weight: 700;
}
p a {
  text-decoration: underline;
}
dd, dl, dt, li, ol, ul {
  margin-bottom: revert;
}
blockquote.wp-block-quote {
  line-height: 1.2em;
  color: #ccc;
  border-left: 5px solid #ccc;
  padding-left: 1.5em;
}
blockquote.wp-block-quote p {
  font-style: italic;
}
blockquote.wp-block-quote cite {
  font-weight: 600;
  font-style: normal;
}
p:last-child {
  margin-bottom: 0 !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
  outline: lightgray ridge;
}
h2.wp-block-heading {
  font-size: 2.6rem !important;
  margin-bottom: 0.8em !important;
}
h3.wp-block-heading {
  font-size: 2rem !important;
  margin-bottom: 0.8em !important;
}
h4.wp-block-heading {
  font-size: 1.6rem !important;
  margin-bottom: 0.8em !important;
}
h5.wp-block-heading {
  font-size: 1.2rem !important;
  margin-bottom: 0.8em !important;
}
/*
.elementor-widget-button:not(.no-effect){

  .elementor-button{
      position: relative;
      transition: 0.5s;
      display: inline-flex;
      align-items: center;

      &:after {
        content: '»';
        position: absolute;
        opacity: 0; 
        right: -2em;
        transition: 0.5s;
        font-size: 1.5em;
        top: 0.5em;
      }

      &:hover{
        padding-right: 3.4em;
        padding-left: 1.4em;
      }

      &:hover:after {
        opacity: 1;
        right: .5em;
      }

  }

}
*/
/*# sourceMappingURL=https://lariojapremium.com/wp-content/build/scss_library/6dcb9a8ae5be71a09b0d1d2b4882e014ac982ca9.css.map */