@charset "UTF-8";
nav.pagination .nav-links {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.pagination .nav-links .page-numbers{
  font-weight: 600;
  color: #3F8DBF;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
}
nav.pagination .nav-links .page-numbers:hover{
  color: #093F68;
}
nav.pagination .nav-links .page-numbers.current{
  font-weight: 600;
  color: #081218;
}

nav.post-navigation .nav-links {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.post-navigation .nav-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #3F8DBF;
  font-size: 13px;
}
nav.post-navigation .nav-links a:hover{
  color: #093F68;
}
nav.post-navigation .nav-links .nav-previous a i {
  margin-right: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
nav.post-navigation .nav-links .nav-previous a span {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
nav.post-navigation .nav-links .nav-next a i {
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
nav.post-navigation .nav-links .nav-next a span {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

nav.rank-math-breadcrumb{
  color: #8E8E8E;
  font-size: 13px;
  margin-bottom: 15px;
}
nav.rank-math-breadcrumb p {
  margin: 0;
}
nav.rank-math-breadcrumb a{
  color: #8E8E8E;
}
nav.rank-math-breadcrumb .separator {
  display: inline-block;
  margin: 0 5px;
}
[class^=wp-block-].alignleft, [class^=wp-block-].alignright {
  width: 50%;
}
[class^=wp-block-].alignright {
  margin-left: 2rem;
  margin-right: 0;
}
[class^=wp-block-].alignleft {
  margin-left: 0;
  margin-right: 2rem;
}
[class^=wp-block-].aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

p.has-background {
  padding: 2rem 2rem;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  margin: 0 0.8rem 0 0;
  text-transform: uppercase;
  font-style: normal;
}

blockquote.wp-block-quote {
  clear: both;
  border: none;
  padding: 0;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
blockquote.wp-block-quote:before {
  content: "“";
  font-size: 4em;
  line-height: 1;
  left: 0px;
  top: 0;
  position: absolute;
  color: #3F8DBF;
}
blockquote.wp-block-quote p {
  margin-bottom: calc(2rem / 2);
}
blockquote.wp-block-quote cite {
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
}
blockquote.wp-block-quote cite:before {
  content: "— ";
}

pre.wp-block-code {
  margin-bottom: 2rem;
}
pre.wp-block-code code {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  color: inherit;
}

pre.wp-block-preformatted{
  color: #081218;
  margin-bottom: 2rem;
}

.wp-block-pullquote {
  clear: both;
  border: none;
  padding: 0 0 0 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
.wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: initial;
}
.wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
  max-width: initial;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-left: 3px solid;
  border-color: #3F8DBF;
}
.wp-block-pullquote p {
  font-size: 1em;
  margin-bottom: calc(2rem / 2);
}
.wp-block-pullquote cite {
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.wp-block-pullquote cite:before {
  content: "— ";
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p {
  font-size: 1em;
}

.wp-block-table {
  margin-bottom: 2rem;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table table th, .wp-block-table table td {
  border: 1px solid;
  border-color: rgb(9 63 104 / 0.2);
  padding: 0.5rem 0.8rem;
  text-align: left;
}
.wp-block-table table th.has-text-align-center, .wp-block-table table td.has-text-align-center {
  text-align: center;
}
.wp-block-table table th.has-text-align-right, .wp-block-table table td.has-text-align-right {
  text-align: right;
}
.wp-block-table table thead {
  border-bottom: 3px solid;
  border-color: rgb(9 63 104 / 0.2);
}
.wp-block-table table thead th,  .wp-block-table table thead td{
  background-color: rgb(9 63 104 / 0.1);
}
.wp-block-table table tfoot {
  border-top: 3px solid;
  border-color: rgb(9 63 104 / 0.2);
}
.wp-block-table figcaption {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  margin-top: calc(2rem / 2);
}

pre.wp-block-verse {
  color: inherit;
  background: none;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-color: rgb(9 63 104 / 0.2);
  margin-bottom: 2rem;
}

.wp-block-image {
  margin-bottom: 2rem;
}
.wp-block-image.aligncenter {
  width: auto;
}
.wp-block-image.aligncenter img {
  width: auto;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-block-image figcaption{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-top: calc(2rem / 2);
}

.wp-block-gallery {
  clear: both;
  margin-bottom: 2rem;
}
.wp-block-gallery img {
  height: auto;
}
.wp-block-gallery figcaption{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-top: calc(2rem / 2);
}

.wp-block-audio {
  margin-bottom: 2rem;
}
.wp-block-audio figcaption{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-top: calc(2rem / 2);
  margin-bottom: 0;
}

.wp-block-cover {
  clear: both;
  margin-bottom: 2rem;
}
.wp-block-cover__inner-container > * {
  margin-bottom: 0;
}

.wp-block-video {
  margin-bottom: 2rem;
}
.wp-block-video figcaption{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-top: calc(2rem / 2);
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 2rem;
}

.wp-block-button__link {
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  max-width: 100%;
  letter-spacing: 0.04em;
  border-style: solid;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-width: 2px;
  color: #FFF;
  background-color: #3F8DBF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 154px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: normal;
  border-radius: 10px 0;
  -webkit-transition-property: background, border, color, border-radius, -webkit-box-shadow;
  transition-property: background, border, color, border-radius, -webkit-box-shadow;
  -o-transition-property: background, border, color, box-shadow, border-radius;
  transition-property: background, border, color, box-shadow, border-radius;
  transition-property: background, border, color, box-shadow, border-radius, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.wp-block-button__link:hover {
  text-decoration: none;
  border-radius: 0 10px;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
}
.wp-block-button__link:active {
  text-decoration: none;
  border-radius: 0 10px;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
}
.wp-block-button__link.disabled, .wp-block-button__link:disabled {
  border-radius: 10px 0;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
  opacity: .5;
  cursor: not-allowed;
}

.wp-block-columns {
  margin-bottom: 2rem;
}
.wp-block-columns:where(.has-background) {
  padding: 1rem 2rem;
}
.wp-block-columns .wp-block-column > :last-child {
  margin-bottom: 0;
}

.wp-block-group {
  margin-bottom: 2rem;
}
.wp-block-group:where(.has-background) {
  padding: 1rem 2rem;
}
.wp-block-group > * + * {
  margin-top: 2rem;
  margin-bottom: 0;
}

.page-links {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.page-links .post-page-numbers {
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}
.page-links .post-page-numbers:hover{
  color: #093F68;
}
.page-links span.post-page-numbers{
  font-weight: 600;
  color: #081218;
}

.wp-block-separator {
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 100%;
  border: none;
  background-color: #3F8DBF;
  height: 3px;
  opacity: 1;
}
.wp-block-separator.has-css-opacity {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100% !important;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots).aligncenter {
  width: 30% !important;
}

.wp-block-social-links {
  padding: 0 !important;
  margin: 0;
  margin-bottom: 2rem;
}
.wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
}
.wp-block-social-links .wp-social-link:before, .wp-block-social-links .wp-social-link:after {
  display: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 0 calc(2rem / 3);
}
.wp-block-social-links .wp-social-link svg {
  width: 26px;
  height: 26px;
}
.wp-block-social-links .wp-social-link:before {
  display: none;
}
.wp-block-social-links .wp-block-social-link {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.wp-block-social-links .wp-block-social-link:hover {
  opacity: 0.6;
}

.wp-block-embed {
  margin-bottom: 2rem;
}
.wp-block-embed__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-embed figcaption{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-top: calc(2rem / 2);
  margin-bottom: 0;
}
.wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: initial;
}
.wp-block-embed.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wp-block[data-align=left] > .wp-block-embed, .wp-block[data-align=right] > .wp-block-embed {
  max-width: initial;
  width: 50%;
}

.wp-block-search {
  margin-bottom: 2rem;
}
.wp-block-search__label {
  display: inline-block;
  color: #B3B3B3;
  font-size: 11px;
  line-height: inherit;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wp-block-search .wp-block-search__input {
  display: block;
  max-width: 100%;
  line-height: normal;
  border-style: solid;
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border-width: 1px;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.wp-block-search .wp-block-search__input:focus{
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
}
.wp-block-search .wp-block-search__input.error{
  border-color: #ef4444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
}
.wp-block-search .wp-block-search__input.disabled,  .wp-block-search .wp-block-search__input:disabled{
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #AAA;
  background-color: rgba(251, 251, 251, .7);
  opacity: .5;
}
.wp-block-search .wp-block-search__button {
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  max-width: 100%;
  border-style: solid;
  line-height: normal;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-width: 2px;
  color: #FFF;
  background-color: #3F8DBF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.wp-block-search .wp-block-search__button svg {
  fill: #FFF;
  margin: -9px 0;
}
.wp-block-search .wp-block-search__button:hover {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
}
.wp-block-search .wp-block-search__button:active {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
}
.wp-block-search .wp-block-search__button.disabled,  .wp-block-search .wp-block-search__button:disabled{
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  background-color: #3F8DBF;
  opacity: .5;
  cursor: not-allowed;
}
.wp-block-search__button-outside .wp-block-search__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wp-block-search__button-outside .wp-block-search__button {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-style: solid;
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border-width: 1px;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
  padding: 4px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 calc(14px - 4px);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  padding: calc(0.44rem - 4px) 0.5rem;
  font-size: 13px;
  font-weight: 600;
  border-width: 2px;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper {
  border-style: solid;
  border-color: rgba(179, 179, 179, .7);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border-width: 1px;
  color: #081218;
  background-color: rgba(251, 251, 251, .7);
  padding: 0;
  overflow: hidden;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__input{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0px 14px;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: #3F8DBF;
  margin: 0;
  min-height: 2em;
  min-width: 2em;
  -webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button:hover svg {
  fill: #3F8DBF;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button:active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button:active svg {
  fill: #3F8DBF;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button.disabled, .wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button:disabled {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button.disabled svg, .wp-block-search.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button:disabled svg {
  fill: #3F8DBF;
}