@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
.edit-post-visual-editor {
  background-color: #ededed;
}
.wp-block {
  max-width: 100%;
}
.is-style-no-markers {
  list-style: none;
}
.wp-block-group {
  padding: 50px 10px;
}
.wp-block-group.is-style-small {
  padding: 25px 10px;
}
.wp-block-group.is-style-medium {
  padding: 100px 10px;
}
.wp-block-group.is-style-large {
  padding: 150px 10px;
}
.wp-block-group.no-padding {
  padding: 0;
}
.wp-block-button__link {
  text-decoration: none!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 20px;
  font-family: "Lato";
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0!important;
}
.wp-block-button__link.has-blue-background-color {
  border: solid 3px #00348B;
  background-color: #00348B;
  color: #fff;
}
.wp-block-button__link.has-blue-background-color:hover {
  background-color: transparent;
  color: #00348B!important;
}
.wp-block-button__link.has-white-background-color {
  border: solid 3px #fff;
  background-color: transparent;
  color: #fff;
}
.wp-block-button__link.has-white-background-color:hover {
  background-color: #fff;
  color: #4B4F54!important;
}
.has-blue-background-color {
  background-color: #00348B;
}
.has-grey-background-color {
  background-color: #4B4F54;
}
.has-light-grey-background-color {
  background-color: #747576;
}
.has-lightest-grey-background-color {
  background-color: #EDEBE8;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-background-color {
  background-color: #000;
}
.has-blue-color {
  color: #00348B!important;
}
.has-grey-color {
  color: #4B4F54!important;
}
.has-light-grey-color {
  color: #747576!important;
}
.has-lightest-grey-color {
  color: #EDEBE8!important;
}
.has-white-color {
  color: #fff!important;
}
.has-black-color {
  color: #000!important;
}
