.pagination {
  list-style: none;
  text-align: center;
  padding-left: 0
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination li {
  display: inline-block;
  margin-right: 5px
}

.pagination li span {
  padding: 5px .75em;
  margin-top: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle
}

.pagination .page-numbers,
.pagination li a {
  display: inline-flex;
  background-color: #fff;
  color: #363636;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  padding: 5px .75em;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  align-items: center;
  -webkit-appearance: none;
  white-space: nowrap;
  margin-bottom: .5rem;
  margin-top: .5rem
}

li.active a.page-numbers {
  background: #eee
}

.gallery a {
  margin-right: 10px
}

.app.is-large div:first-child {
  width: 80px
}

.app.is-large>div:first-child img {
  width: 75px;
  height: 75px
}

.app.is-large>div:last-child {
  padding-left: 77px
}

#gallery-screenshots {
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap
}

#gallery-screenshots img {
  display: inline-block;
  max-width: none;
  min-height: 165px;
  max-height: 165px;
  border-radius: 10px
}

@media screen and (max-width:480px) {
  #gallery-screenshots img {
      max-width: none;
      min-height: 165px;
      max-height: 165px
  }
}

*,
:after,
:before {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

html,
body {
  overflow-x: hidden
}

body,
button,
input,
option,
select {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  margin: 0
}

:focus {
  outline: 0
}

.section {
  padding: 1rem
}

.tabs {
  font-size: 12px !important
}

.is-hover-underline:hover {
  text-decoration: underline
}

body,
h1,
h2,
h3,
h4,
hr,
html,
iframe,
p {
  margin: 0;
  padding: 0;
  line-height: 1.5em
}

iframe {
  border: 0
}

article,
footer,
hr,
section {
  display: block
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none
}

.is-size-6 {
  font-size: 1rem !important
}

.is-size-7 {
  font-size: .75rem !important
}

.has-text-weight-bold {
  font-weight: 700 !important
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 2px;
  padding-right: 2px
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem
}

.columns {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem
}

.columns:last-child {
  margin-bottom: -.75rem
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - .75rem)
}

.columns.is-multiline {
  flex-wrap: wrap
}

@media screen and (min-width:769px),
print {
  .is-hidden-tablet {
      display: none !important
  }
  .column.is-6 {
      flex: none;
      width: 50%
  }
  .column.is-12 {
      flex: none;
      width: 100%
  }
}

@media screen and (min-width:1088px) {
  .container {
      max-width: 960px;
      width: 960px
  }
  .is-hidden-desktop {
      display: none !important
  }
  .column.is-4-desktop {
      flex: none;
      width: 33.33333%
  }
}

@media screen and (min-width:1280px) {
  .container {
      max-width: 1152px;
      width: 1152px
  }
}

@media screen and (min-width:1472px) {
  .container {
      max-width: 1344px;
      width: 1344px
  }
}

.has-text-centered {
  text-align: center !important
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem
}

a {
  color: inherit
}

.desc a {
  color: #3273dc
}

a.btn-download {
  color: #fff
}

.abuttons {
  margin-bottom: 1em;
  align-items: center;
  display: block
}

.abuttons.one-line {
  flex-wrap: nowrap;
  overflow: auto
}

.abuttons .abutton {
  margin-bottom: .5rem;
  display: inline-block
}

.abuttons .abutton:not(:last-child):not(.is-fullwidth) {
  margin-right: .5rem
}

.abutton,
.btn-download {
  display: inline-flex;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px .75em;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  align-items: center;
  -webkit-appearance: none;
  white-space: nowrap
}

.abutton:hover {
  color: #363636;
  border-color: #b5b5b5
}

.abutton[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  cursor: not-allowed
}

.abutton .icon {
  margin-left: calc(-.375em - 1px);
  margin-right: .1875em;
  align-items: center;
  display: inline-flex;
  justify-content: center
}

.abutton.is-fullwidth,
.btn-download.is-fullwidth {
  display: block;
  width: 100%
}

.abutton.is-small {
  font-size: 13px
}

.abutton.is-link,
.btn-download.is-link {
  background-color: #1967d2;
  color: #fff;
  border-color: transparent
}

.abutton.is-link:hover {
  background-color: #276cda;
  color: #fff
}

.abutton.is-success,
.btn-download.is-success,
.btn-download {
  background-color: #00875f;
  color: #fff;
  border-color: transparent;
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px
}

.abutton.is-success:hover {
  background-color: #289a78;
  color: #fff
}

.abutton.is-light {
  background-color: #f5f5f5;
  color: #363636;
  border-color: transparent
}

.abutton.is-link:hover {
  background-color: #276cda;
  color: #fff
}

.abutton svg.icon-download {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px
}

.aselect {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top
}

.aselect select {
  background-color: #fff;
  font-size: 1em;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  line-height: 1.5;
  padding: 4.25px 7.75px;
  outline: 0
}

.aselect select:hover {
  border-color: #b5b5b5
}

.aselect:after {
  right: 1.125em;
  z-index: 4;
  border: 3px solid #1967d2;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: .625em;
  margin-top: -.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: .625em
}

.aselect select:active,
.aselect select:focus {
  border-color: #1967d2;
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.ainput {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 2.25em;
  padding: 4.625px 8.375px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  font-size: 14px !important;
  margin: 0;
  outline: 0
}

.ainput:-moz-placeholder,
.ainput:-ms-input-placeholder,
.ainput::-moz-placeholder,
.ainput::-webkit-input-placeholder {
  color: #4a4a4a
}

.ainput:active,
.ainput:focus {
  border-color: #1967d2;
  box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.app {
  display: block;
  overflow: hidden;
  color: inherit
}

.app div:first-child {
  width: 64px;
  float: left;
  text-align: center;
  font-size: .75rem;
  letter-spacing: 1px;
  margin: 0 12px 0 0
}

.app div:first-child img {
  width: 64px;
  height: 64px;
  border-radius: 16px
}

.app b,
.app h2,
.app h4 {
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.app h1 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  overflow: auto;
  text-overflow: unset;
  white-space: nowrap
}

.app>div:last-child {
  padding-left: 66px
}

.app>div:last-child>p {
  margin-top: 3px;
  color: #757575;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.app svg {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-right: 1px;
  top: 2px
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem
}

.columns {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem
}

.columns:last-child {
  margin-bottom: -.75rem
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - .75rem)
}

@media screen and (min-width:769px),
print {
  a.app:hover {
      background: #f5f7fa
  }
  .column.is-3 {
      flex: none;
      width: 25%
  }
  .column.is-4,
  .column.is-4-tablet {
      flex: none;
      width: 33.33333%
  }
  .column.is-6 {
      flex: none;
      width: 50%
  }
  .column.is-8,
  .column.is-8-tablet {
      flex: none;
      width: 66.66667%
  }
  .column.is-9 {
      flex: none;
      width: 75%
  }
  .columns:not(.is-desktop) {
      display: flex
  }
  .is-hidden-tablet {
      display: none !important
  }
}

.navbar {
  background-color: #000;
  min-height: 3.25rem;
  position: relative;
  z-index: 30
}

.navbar .navbar-menu a {
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width:1088px) {
  .is-hidden-desktop {
      display: none !important
  }
  .column.is-3-desktop {
      flex: none;
      width: 25%
  }
}

.navbar>.container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar-brand {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem
}

.navbar-brand a.navbar-item:hover {
  background-color: transparent
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto
}

.navbar-burger span {
  background-color: #fff;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  transition-timing-function: ease-out;
  width: 16px
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px)
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, .05)
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg)
}

.navbar-menu {
  display: none
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative
}

.navbar-link,
a.navbar-item {
  cursor: pointer
}

.navbar-link:hover,
a.navbar-item:hover {
  background-color: #fafafa;
  color: #1967d2
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em
}

.navbar-link:not(.is-arrowless):after {
  border-color: #1967d2;
  margin-top: -.375em;
  right: 1.125em
}

.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem
}

@media screen and (max-width:1087px) {
  .navbar>.container {
      display: block
  }
  .navbar-brand .navbar-item {
      align-items: center;
      display: flex;
      margin: 0 auto
  }
  .navbar-brand .search-icon {
      margin-right: .75rem;
      margin-left: 5px
  }
  .navbar-menu {
      background-color: #363636;
      box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
      padding: .5rem 0
  }
  .navbar-menu.is-active {
      display: block
  }
  .is-desktop-only {
      display: none !important
  }
}

@media screen and (min-width:1088px) {
  .navbar,
  .navbar-end,
  .navbar-menu,
  .navbar-start {
      align-items: stretch;
      display: flex
  }
  .navbar {
      min-height: 3.25rem
  }
  .navbar-burger {
      display: none
  }
  .navbar-item {
      align-items: center;
      display: flex
  }
  .navbar-menu {
      flex-grow: 1;
      flex-shrink: 0
  }
  .navbar-start {
      justify-content: flex-start;
      margin-right: auto
  }
  .navbar-end {
      justify-content: flex-end;
      margin-left: auto
  }
  a.navbar-item:hover {
      background-color: #f5f5f5;
      color: #000080
  }
  .navbar>.container .navbar-brand {
      margin-left: -.75rem
  }
  .navbar>.container .navbar-menu {
      margin-right: -.75rem
  }
}

@media screen and (max-width:768px) {
  .is-hidden-mobile {
      display: none !important
  }
  .abutton.is-fullwidth-mobile {
      width: 100% !important
  }
  .abutton.is-success-mobile {
      background-color: #00875f;
      color: #fff;
      border-color: transparent
  }
  .abutton.is-success-mobile:hover {
      background-color: #289a78;
      color: #fff
  }
}

.social-network {
  text-align: center;
  direction: ltr;
  display: block;
  opacity: 1;
  z-index: 94034
}

.social-network a {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity .2s ease-in, top .2s ease-in;
  -ms-transition: opacity .2s ease-in, top .2s ease-in;
  -o-transition: opacity .2s ease-in, top .2s ease-in;
  -webkit-transition: opacity .2s ease-in, top .2s ease-in;
  transition: opacity .2s ease-in, top .2s ease-in;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: solid .5px #ccc;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap
}

.social-network a:not(:last-child) {
  margin-right: 4px
}

hr {
  height: 0 !important;
  margin: 1rem 0;
  border: 0 !important
}

.abutton.is-large {
  line-height: 23px
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

h1.atitle a {
  display: inline-block;
  padding: 0
}

.atitle.heading {
  font-size: 18px !important;
  white-space: inherit;
  font-weight: 600
}

.atitle {
  display: block;
  color: #363636;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.atitle a {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 2px solid #000080;
  margin-bottom: .75rem
}

.atitle a>span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.block-title .more a {
  padding: 15px
}

.block-title {
  position: relative
}

.block-title .atitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.block-title .more svg {
  padding: 3px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1px;
  top: -3px
}

.block-title .more svg:hover {
  opacity: .6
}

table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa
}

a.is-link {
  color: #1967d2
}

a.is-link:hover {
  text-decoration: underline
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem
}

.footer-menu {
  margin-bottom: 5px
}

.footer-menu a {
  display: inline-block;
  margin: 5px 0;
  color: #1967d2 !important
}

::-webkit-input-placeholder {
  line-height: normal
}

.is-hidden {
  display: none !important
}

#backtop {
  display: none;
  position: fixed;
  bottom: 63px;
  right: 14px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAjCAYAAABsFtHvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAEzSURBVFiF7dRLSgNBEMbxKj2AbswtxPhAvIALb+INlCiCiC9EgvfJieJ74U7m76aSDLGnu7rHlXTBwFBd3b8PphmVHgWciMiqqt5k7OlDzg85ZVGjHHz2lMIjfpcrQC8cOA/A7gDFOHARgV0BinDg0gEnA2TjwFUGHA2QhQPXgYOfA72vQO+sGAduO+BhoH8EfKQCuHDgvgu29eVaAw5SAZI48BCDu3Dr78cCRHEPHMNtbQ94DwXoxIFHD5zCbX0XeIsFEBGRpmkUGHthD24zO7EAAijwlAN78VaA18D8oQB3uXAObrPbwEtr9hvYCN3OJJyL2/yQxc9pwuybtwK44BLc9mwBU+CY9m23AC64FLd9m8AAEPViIXypta6qn4598/eVUvwvquIVr3jFK17x/4P/AMG3VY9b+34wAAAAAElFTkSuQmCC) center no-repeat rgba(0, 0, 0, .3);
  background-size: 15px;
  z-index: 99999;
  border-radius: 4px
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 1rem;
  margin-top: 1rem
}

.breadcrumb>div {
  margin: 0;
  padding: 0
}

.breadcrumb p {
  display: inline
}

.breadcrumb p a {
  color: #1967d2
}

.breadcrumb p a:hover {
  color: #1967d2 !important;
  text-decoration: underline
}

.breadcrumb>p:last-child a {
  color: #000
}

* {
  word-wrap: break-word
}

.commentlist {
  margin-top: 15px;
  padding-left: 0
}

.commentlist li {
  list-style-type: none
}

.comment-user {
  font-size: 16px
}

.comment-time {
  font-size: 13px
}

.comment-content {
  margin-top: 10px
}

.reply {
  text-align: right;
  border-bottom: 1px solid #dee0e0
}

.reply a {
  font-weight: 400 !important
}

.children {
  margin-top: 10px;
  padding-inline-start: 20px
}

.comment-reply-link a,
.commentlist a {
  font-weight: 600
}

.form-allowed-tags {
  display: none
}

p.comment-subscription-form {
  clear: both
}

.comment-subscription-form label {
  display: inline-block !important
}

input#subscribe_comments {
  padding: 0 !important;
  margin: 0 !important;
  margin-right: .5em !important;
  float: none !important
}

#commentform p {
  margin: 0
}

#commentform input,
#commentform textarea {
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  border: none;
  margin: 2% 0;
  font-size: 1em;
  border-bottom: 2px dashed #d7d7d7;
  font-family: chaparral-pro, serif
}

#commentform input#submit,
.button {
  color: #fff;
  border: none !important;
  background: #ff8303;
  -webkit-appearance: none
}

#commentform input#submit:hover,
.button:hover {
  background: #ff8303ba
}

#commentform input#submit:active,
.button:active {
  background: #ff8303ba
}

@media(min-width:700px) {
  .comment-form-author input,
  .comment-form-email input {
      margin-right: 5% !important
  }
}

@media(max-width:700px) {
  #commentform input#submit {
      width: 100% !important
  }
}

.atitle p {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 2px solid #000080;
  margin-bottom: .75rem
}

.atable {
  margin-bottom: 20px
}

.view-more {
  margin-bottom: 10px
}

.view-more a {
  display: block;
  text-align: center;
  border: 1px solid #dedede;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px
}

.desc img {
  max-width: 80%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px
}

.clearfix {
  clear: both
}

.post-tab>input,
.post-tab section>div {
  display: none
}

#tab1:checked~section .tab1,
#tab2:checked~section .tab2,
#tab3:checked~section .tab3 {
  display: block
}

#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3 {
  color: red
}

.post-tab {
  width: 100%;
  margin: 0 auto
}

.post-tab ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.post-tab nav ul li label {
  float: left;
  padding: 0 25px;
  margin-bottom: .75rem;
  color: #444
}

.post-tab nav ul li label:hover {
  border-bottom: 2px solid #000080
}

.post-tab nav ul li label:active {
  border-bottom: 2px solid #000080
}

.post-tab nav ul li:not(:last-child) label {
  border-right-width: 0
}

.post-tab section {
  clear: both
}

.post-tab section div {
  line-height: 1.5em;
  letter-spacing: .3px;
  color: #444
}

#tab1:checked~nav .tab1 label,
#tab2:checked~nav .tab2 label,
#tab3:checked~nav .tab3 label {
  border-bottom: 2px solid #000080;
  color: #111;
  position: relative
}

#tab1:checked~nav .tab1 label:after,
#tab2:checked~nav .tab2 label:after,
#tab3:checked~nav .tab3 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px
}

.single-header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  background-size: cover
}

.single-header-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-header img {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  display: block;
  margin: 0 auto
}

.single-header h1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff
}

.single-header img,
.single-header h1 {
  z-index: 2;
  position: relative
}

.single-header .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1
}

h3.h3info {
  padding: 8px 0
}

.app-info-body>div {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed
}

.app-info-body>div div:nth-child(1) {
  width: 40%
}

.app-info-body>div div:nth-child(2) {
  width: 60%
}

.menu-header-container ul {
  list-style: none;
  padding-left: 0
}

#menu-footer ul {
  list-style: none;
  padding-left: 0;
  text-align: center
}

#menu-footer ul li,
.menu-header-container ul li {
  display: inline-block
}

#menu-footer ul li:after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px
}

#menu-footer ul li:last-child:after {
  content: ""
}

#menu-footer a {
  color: #1967d2 !important
}

.menu-header-container ul li {
  padding-right: 10px
}

.navbar-start form>div span {
  position: relative;
  top: -1px
}

.navbar-start form>div button {
  border: none;
  margin: 0 -1px;
  height: 2.25em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.navbar-start form>div {
  display: -webkit-box;
  -webkit-box-orient: horizontal
}

.navbar-start form>div>div input {
  border: none
}

.navbar-start form>div>div {
  width: 100%
}

.footer svg {
  position: relative;
  top: 2px
}

.copyright {
  padding: 5px;
  text-align: center
}

.sidebar {
  margin-top: 15px
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.social {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: .2em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: .5em .75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: .4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465c
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25d366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
  background-color: #f60
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200
}

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9
}

.resp-sharing-button--tumblr {
  background-color: #35465c;
  border-color: #35465c
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615
}

.resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299
}

.resp-sharing-button--vk:hover .resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c
}

.resp-sharing-button--telegram {
  background-color: #54a9eb
}

.resp-sharing-button--telegram:hover {
  background-color: #4b97d1
}

.mgtop {
  margin-top: 15px
}

.vertical-align {
  vertical-align: middle
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

div.avatar {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 15px
}

.comment-box {
  position: relative;
  float: right;
  width: 90%
}

.comment-box .form-control {
  height: 55px;
  border-color: #dcdcdc;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}

.comment-box:before {
  border-right: 6px solid #ccc;
  left: -5px
}

.comment-box:after,
.comment-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 12px
}

.loginlink,
.register-link {
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 5px
}

.loginlink {
  background: #ff8303;
  color: #fff
}

.signin-link svg {
  margin-top: 5px
}

.installer {
  border: 1px solid #ff7a3b;
  margin-bottom: 5px
}

.btnDownload {
  float: right;
  background: #ff7a3b;
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px
}

i.icon-dl {
  padding-right: 20px
}

i.icon-dl:before {
  content: " ";
  background-image: url(https://apkpew.com/wp-content/themes/apkpew/images/ic_download_count.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  background-size: 13px;
  background-repeat: no-repeat;
  margin-top: 3px
}

.abuttons.acategory .abutton:not(:last-child):not(.is-fullwidth) {
  margin-right: 0
}

.abuttons.acategory .abutton {
  width: 50%;
  float: left;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ededed;
  text-align: left;
  padding: 5px 0
}

.acategory a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px
}

.cat-icon.social {
  margin: 0;
  margin-right: 5px
}

.agame .action {
  background-position: 0 0
}

.agame .adventure {
  background-position: 0 -30px
}

.agame .arcade {
  background-position: 0 -60px
}

.agame .board {
  background-position: 0 -90px
}

.agame .card {
  background-position: 0 -120px
}

.agame .casino {
  background-position: 0 -150px
}

.agame .casual {
  background-position: 0 -180px
}

.agame .educational {
  background-position: 0 -210px
}

.agame .horror {
  background-position: 0 -240px
}

.agame .music {
  background-position: 0 -268px
}

.agame .offline-games {
  background-position: 0 -297px
}

.agame .puzzle {
  background-position: 0 -328px
}

.agame .racing {
  background-position: 0 -358px
}

.agame .rpg {
  background-position: 0 -400px
}

.agame .shooting {
  background-position: 0 -418px
}

.agame .simulation {
  background-position: 0 -448px
}

.agame .sports {
  background-position: 0 -476px
}

.agame .strategy {
  background-position: 0 -503px
}

.agame .fighting {
  background-position: 0 -535px
}

.agame .golf-games {
  background-position: 0 -565px
}

.agame .online {
  background-position: 0 -595px
}

.agame .role-playing {
  background-position: 0 -625px
}

.agame .survival {
  background-position: 0 -655px
}

.aapp .family {
  background-position: 0 -510px
}

.aapp .art-design {
  background-position: 0 -540px
}

.aapp .auto-vehicles {
  background-position: 0 -570px
}

.aapp .beauty {
  background-position: 0 -600px
}

.aapp .books-reference {
  background-position: 0 -630px
}

.aapp .business {
  background-position: 0 -660px
}

.aapp .comic {
  background-position: 0 -690px
}

.aapp .communication {
  background-position: 0 -720px
}

.aapp .dating {
  background-position: 0 -750px
}

.aapp .education {
  background-position: 0 -780px
}

.aapp .entertainment {
  background-position: 0 -810px
}

.aapp .events {
  background-position: 0 -840px
}

.aapp .finance {
  background-position: 0 -870px
}

.aapp .clear {
  background-position: 0 -900px
}

.aapp .health-fitness {
  background-position: 0 -930px
}

.aapp .house_and_home {
  background-position: 0 -960px
}

.aapp .libraries-demo {
  background-position: 0 -990px
}

.aapp .lifestyle {
  background-position: 0 -1020px
}

.aapp .maps-navigation {
  background-position: 0 -1050px
}

.aapp .medical {
  background-position: 0 -1080px
}

.aapp .music-audio {
  background-position: 0 -1110px
}

.aapp .news-magazines {
  background-position: 0 -1140px
}

.aapp .parenting {
  background-position: 0 -1170px
}

.aapp .personalization {
  background-position: 0 -1200px
}

.aapp .photography {
  background-position: 0 -1230px
}

.aapp .productivity {
  background-position: 0 -1260px
}

.aapp .shopping {
  background-position: 0 -1290px
}

.aapp .social {
  background-position: 0 -1320px
}

.aapp .sports-apps {
  background-position: 0 -1350px
}

.aapp .tools {
  background-position: 0 -1380px
}

.aapp .travel-local {
  background-position: 0 -1410px
}

.aapp .video-players-editors {
  background-position: 0 -1440px
}

.aapp .weather {
  background-position: 0 -1470px
}

@media screen and (max-width:1024px) {
  .comment-box {
      width: 80%
  }
}

@media screen and (max-width:1088px) {
  .desc {
      padding: 5px
  }
  .desc img {
      max-width: 100%
  }
  .abutton.is-success,
  .btn-download.is-success {
      width: 100%
  }
  .menu-header-container ul {
      padding-top: 0;
      margin-top: 5px
  }
  .menu-header-container ul li {
      display: block;
      padding-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #504b4b;
  }
  .navbar-start form>div>div {
      width: 82%
  }
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button {
  color: #fff
}

.wp-block-button.aligncenter {
  text-align: center
}

.wp-block-button.alignright {
  text-align: right
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

.is-style-squared .wp-block-button__link {
  border-radius: 0
}

.no-border-radius.wp-block-button__link {
  border-radius: 0 !important
}

.is-style-outline {
  color: #32373c
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
  margin-right: none;
  margin-left: 8px
}

.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar tfoot a {
  color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap
}

@media(min-width:782px) {
  .wp-block-columns {
      flex-wrap: nowrap
  }
}

.wp-block-columns.has-background {
  padding: 20px 30px
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

@media(max-width:599px) {
  .wp-block-column {
      flex-basis: 100% !important
  }
}

@media(min-width:600px) and (max-width:781px) {
  .wp-block-column {
      flex-basis: calc(50% - 16px) !important;
      flex-grow: 0
  }
  .wp-block-column:nth-child(2n) {
      margin-left: 32px
  }
}

@media(min-width:782px) {
  .wp-block-column {
      flex-basis: 0;
      flex-grow: 1
  }
  .wp-block-column[style] {
      flex-grow: 0
  }
  .wp-block-column:not(:first-child) {
      margin-left: 32px
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
      background-attachment: scroll
  }
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
      background-attachment: scroll
  }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
      content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left],
.block-editor-block-list__block[data-type="core/embed"][data-align=right],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%
}

.wp-block-embed {
  margin-bottom: 1em
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start
  }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
      width: auto
  }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
      height: 100%;
      flex: 1;
      object-fit: cover
  }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}

@media(min-width:600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3);
      margin-right: 16px
  }
  @supports(-ms-ime-align:auto) {
      .blocks-gallery-grid.columns-3 .blocks-gallery-image,
      .blocks-gallery-grid.columns-3 .blocks-gallery-item,
      .wp-block-gallery.columns-3 .blocks-gallery-image,
      .wp-block-gallery.columns-3 .blocks-gallery-item {
          width: calc((100% - 32px)/3 - 1px)
      }
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4);
      margin-right: 16px
  }
  @supports(-ms-ime-align:auto) {
      .blocks-gallery-grid.columns-4 .blocks-gallery-image,
      .blocks-gallery-grid.columns-4 .blocks-gallery-item,
      .wp-block-gallery.columns-4 .blocks-gallery-image,
      .wp-block-gallery.columns-4 .blocks-gallery-item {
          width: calc((100% - 48px)/4 - 1px)
      }
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5);
      margin-right: 16px
  }
  @supports(-ms-ime-align:auto) {
      .blocks-gallery-grid.columns-5 .blocks-gallery-image,
      .blocks-gallery-grid.columns-5 .blocks-gallery-item,
      .wp-block-gallery.columns-5 .blocks-gallery-image,
      .wp-block-gallery.columns-5 .blocks-gallery-item {
          width: calc((100% - 64px)/5 - 1px)
      }
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6);
      margin-right: 16px
  }
  @supports(-ms-ime-align:auto) {
      .blocks-gallery-grid.columns-6 .blocks-gallery-image,
      .blocks-gallery-grid.columns-6 .blocks-gallery-item,
      .wp-block-gallery.columns-6 .blocks-gallery-image,
      .wp-block-gallery.columns-6 .blocks-gallery-item {
          width: calc((100% - 80px)/6 - 1px)
      }
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7);
      margin-right: 16px
  }
  @supports(-ms-ime-align:auto) {
      .blocks-gallery-grid.columns-7 .blocks-gallery-image,
      .blocks-gallery-grid.columns-7 .blocks-gallery-item,
      .wp-block-gallery.columns-7 .blocks-gallery-image,
      .wp-block-gallery.columns-7 .blocks-gallery-item {
          width: calc((100% - 96px)/7 - 1px)
      }
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8);
      margin-right: 16px
  }
  @supports(-ms-ime-align:auto) {
      .blocks-gallery-grid.columns-8 .blocks-gallery-image,
      .blocks-gallery-grid.columns-8 .blocks-gallery-item,
      .wp-block-gallery.columns-8 .blocks-gallery-image,
      .wp-block-gallery.columns-8 .blocks-gallery-item {
          width: calc((100% - 112px)/8 - 1px)
      }
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
      margin-right: 0
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0
  }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-image {
  margin-bottom: 1em
}

.wp-block-image img {
  max-width: 100%
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
  display: table-caption;
  caption-side: bottom
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
  border-radius: 9999px
}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .is-style-circle-mask img {
      -webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
      mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
      mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-position: center;
      mask-position: center;
      border-radius: 0
  }
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}

@media(min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
      width: calc(50% - 16px)
  }
  .wp-block-latest-posts.columns-3 li {
      width: calc(33.33333% - 16px)
  }
  .wp-block-latest-posts.columns-4 li {
      width: calc(25% - 16px)
  }
  .wp-block-latest-posts.columns-5 li {
      width: calc(20% - 16px)
  }
  .wp-block-latest-posts.columns-6 li {
      width: calc(16.66667% - 16px)
  }
}

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

.wp-block-media-text {
  direction: ltr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media(max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
      -ms-grid-columns: 100% !important;
      grid-template-columns: 100% !important
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1
  }
}

.wp-block-navigation>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0
}

@media(min-width:600px) {
  .wp-block-navigation>ul {
      display: flex;
      flex-wrap: wrap
  }
}

.wp-block-navigation>ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0
}

.wp-block-navigation>ul ul li {
  margin: 0
}

.wp-block-navigation>ul li {
  z-index: 1
}

.wp-block-navigation>ul li:focus-within,
.wp-block-navigation>ul li:hover {
  cursor: pointer;
  z-index: 99999
}

.wp-block-navigation>ul li:focus-within>ul,
.wp-block-navigation>ul li:hover>ul,
.wp-block-navigation>ul li ul:focus,
.wp-block-navigation>ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column
}

.wp-block-navigation>ul>li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
  width: 200px
}

.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
  margin: 0;
  width: auto
}

.wp-block-navigation,
.wp-block-navigation>.wp-block-navigation__container {
  align-items: center;
  width: 100%
}

.wp-block-navigation>.wp-block-navigation-link,
.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
  display: flex;
  margin-top: 0;
  margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
  min-height: auto;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
  margin: 0
}

.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
  display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
  display: flex;
  border: 1px solid rgba(0, 0, 0, .15);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
  left: 100%;
  top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
  background-color: inherit;
  color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
  padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
  padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
  min-width: 100%;
  padding-right: 32px;
  position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
  position: absolute;
  right: 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
  transform: rotate(0)
}

.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
  color: inherit
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
  color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
  background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
  color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
  background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0
}

.wp-block-navigation>ul>li>a {
  display: flex;
  align-items: center
}

.wp-block-navigation>ul>li:first-of-type>a {
  padding-left: 0
}

.wp-block-navigation>ul>li:last-of-type>a {
  padding-right: 0
}

.wp-block-navigation.items-justified-left>ul {
  justify-content: flex-start
}

.wp-block-navigation.items-justified-center>ul {
  justify-content: center
}

.wp-block-navigation.items-justified-right>ul {
  justify-content: flex-end
}

.is-small-text {
  font-size: 14px
}

.is-regular-text {
  font-size: 16px
}

.is-large-text {
  font-size: 36px
}

.is-larger-text {
  font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-background {
  padding: 20px 30px
}

p.has-text-color a {
  color: inherit
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right
}

.wp-block-rss.alignleft {
  margin-right: 2em
}

.wp-block-rss.alignright {
  margin-left: 2em
}

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}

@media(min-width:600px) {
  .wp-block-rss.columns-2 li {
      width: calc(50% - 16px)
  }
  .wp-block-rss.columns-3 li {
      width: calc(33.33333% - 16px)
  }
  .wp-block-rss.columns-4 li {
      width: calc(25% - 16px)
  }
  .wp-block-rss.columns-5 li {
      width: calc(20% - 16px)
  }
  .wp-block-rss.columns-6 li {
      width: calc(16.66667% - 16px)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
  width: 100%
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px
}

.wp-block-search .wp-block-search__button {
  margin-left: 10px
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
  background: 0 0 !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}

.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform .1s ease
}

@media(prefers-reduced-motion:reduce) {
  .wp-social-link {
      transition-duration: 0s
  }
}

.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor
}

.wp-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: 0 0;
  padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px
}

.wp-block-spacer {
  clear: both
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  width: 100%
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0
}

.wp-block-video video {
  max-width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
      object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

:root .has-pale-pink-background-color {
  background-color: #f78da7
}

:root .has-vivid-red-background-color {
  background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
  background-color: #000000
}

:root .has-vivid-purple-background-color {
  background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-pale-pink-color {
  color: #f78da7
}

:root .has-vivid-red-color {
  color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
  color: #ff6900
}

:root .has-luminous-vivid-amber-color {
  color: #fcb900
}

:root .has-light-green-cyan-color {
  color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
  color: #00d084
}

:root .has-pale-cyan-blue-color {
  color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
  color: #000000
}

:root .has-vivid-purple-color {
  color: #9b51e0
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-cyan-bluish-gray-color {
  color: #abb8c3
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #000000, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #000000)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
  font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px
}

.has-medium-font-size {
  font-size: 20px
}

.has-large-font-size {
  font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

.crp-list-item.crp-list-item-has-image {
  display: flex;
  margin: 5px 0
}

.crp-list-item.crp-list-item-has-image.crp-list-item-image-left .crp-list-item-image {
  margin-right: 10px
}

.crp-list-item.crp-list-item-has-image.crp-list-item-image-right {
  justify-content: space-between
}

.crp-list-item.crp-list-item-has-image.crp-list-item-image-right .crp-list-item-image {
  margin-left: 10px
}

.crp-list-item.crp-list-item-has-image.crp-list-item-image-left,
.crp-list-item.crp-list-item-has-image.crp-list-item-image-right {
  align-items: center
}

.crp-list-item.crp-list-item-has-image.crp-list-item-image-above,
.crp-list-item.crp-list-item-has-image.crp-list-item-image-below {
  flex-direction: column
}

.crp-list-item .crp-list-item-image {
  font-size: 0
}

.vote {
  display: block;
  position: relative;
  height: 30px;
}

.vote .kk-star-ratings {
  position: absolute;
  right: 0;
}

.kk-star-ratings {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: text-top
}

.kk-star-ratings.kksr-valign-top {
  margin-bottom: 2rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.kk-star-ratings.kksr-valign-bottom {
  margin-top: 2rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.kk-star-ratings.kksr-align-left {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start
}

.kk-star-ratings.kksr-align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.kk-star-ratings.kksr-align-right {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end
}

.kk-star-ratings .kksr-muted {
  opacity: .5
}

.kk-star-ratings .kksr-stars {
  position: relative
}

.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
  display: flex
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.kk-star-ratings .kksr-stars .kksr-star {
  cursor: pointer;
  margin-right: 0
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
  cursor: default
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
  transition: .3s all
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
  width: 0 !important
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
  background-image: url('https://apkpew.com/wp-content/themes/apkpew/images/inactive.svg')
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url('https://apkpew.com/wp-content/themes/apkpew/images/active.svg')
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url('https://apkpew.com/wp-content/themes/apkpew/images/selected.svg')
}

.kk-star-ratings .kksr-legend {
  margin-left: .75rem;
  margin-right: .75rem;
  font-size: 90%;
  opacity: .8;
  line-height: 1
}

[dir=rtl] .kk-star-ratings .kksr-stars .kksr-stars-active {
  left: auto;
  right: 0
}

[dir=rtl] .kk-star-ratings .kksr-stars .kksr-star {
  margin-left: 0;
  margin-right: 0
}

.page-title {
	margin-bottom: 20px;
}

.page-title h1 {
	font-size: 2rem;	
}

.header-fixed {
	position:fixed;
	width:100%;
	z-index:9999;
	top:0
}

main.container {
	padding-top: 78px;
}

#ftwp-postcontent p, #ftwp-postcontent h1, #ftwp-postcontent h2, #ftwp-postcontent h3, #ftwp-postcontent h4 {
	margin: 0 0 15px;
}

#ftwp-postcontent ul {
	margin: 0 0 15px;
	list-style-type: disc;
	padding-inline-start: 30px;
}

#ftwp-postcontent ul li {
	margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
	.desc img {
		max-height: 250px;
		width: auto;
	}	
}

#toc_container ul {
	margin: 0;
	padding-inline-start: 0px;
}

.app-images {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

img.app-image {
    width: 300px;
    height: 200px;
    display: inline-block;
    object-fit: cover;
	cursor: pointer;
}

.info-site {
    background: #fcf3e2;
	padding: 10px;
	border: 1px solid #ffda95!important;
}
.info-mods {
    background: #fcf3e2;
	border-top: 1px solid #ffda95!important;
	border-bottom: 1px solid #ffda95!important;
}

.image-zoom {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}
.image-zoom img {
	max-width: 80%;
	max-height: 70%;
	display: block;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.close {
	color: #aaa;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 35px;
	padding: 5px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.6);
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#ftwp-postcontent iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.blog-box {
	position: relative;
	width: 100%;
}
.blog-item-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 15px;
	padding: 10px 5px;
	z-index: 2;
}
.blog-item-img {
	width: 100%;
	object-fit: cover;
	height: 160px;
}
a.blog-item {
	color: #fff;
	font-weight: bold;
}
.blog-item-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	background: rgba(0, 0, 0, .45);
}
.blog-item:hover {
	opacity: .75;
	transition: .3s;
}
.navbar-brand, .menu-header-container {
	display: flex;
	align-items: center!important;
}
@media screen and (max-width: 700px) {
	.menu-header-container {
		display: block;
	}
}
figure {
	width: auto!important;
}
figcaption {
	text-align: center;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background: #26272b;
    min-width: 135px;
}
#languages:hover ul.sub-menu {
    display: block;
}
ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 15px 10px 15px;
}