@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
.form-block, .testimonial, .boost-business, .pricing-cards, .main-post, .partners {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .main-left-right-block {
    padding: 16px 0;
  }
}

.left-right-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .left-right-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .left-right-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .left-right-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.left-right-block .content-block .left-block {
  width: calc(100% - 588px);
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .left-right-block .content-block .left-block {
    width: 50%;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .left-right-block .content-block .left-block {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 8px;
  }
  .left-right-block .content-block .left-block .btn {
    margin-bottom: 8px;
    max-width: 343px;
  }
}
.left-right-block .content-block p {
  margin-bottom: 32px;
  color: var(--wp--preset--color--body-color);
}
@media (max-width: 991px) {
  .left-right-block .content-block p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .left-right-block .content-block p {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .left-right-block .content-block .btn {
    padding: 16px;
  }
}
.left-right-block .content-block .btn .banner-btn {
  margin-left: 16px;
}
@media (max-width: 991px) {
  .left-right-block .content-block .btn .banner-btn {
    margin-left: 8px;
  }
}
.left-right-block .right-block {
  text-align: end;
  max-width: 588px;
}
@media (max-width: 767px) {
  .left-right-block .right-block {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
.left-right-block .img-right {
  text-align: left;
}
@media (max-width: 576px) {
  .left-right-block .content p {
    margin-bottom: 0;
  }
}
.main-left-right-block .left-right-block {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 991px) {
  .main-left-right-block .left-right-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .main-left-right-block .left-right-block:first-child {
    padding-bottom: 16px;
  }
}
.main-left-right-block .left-right-block:nth-child(even) .left-block {
  padding-left: 24px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block:nth-child(even) .left-block {
    padding-left: 0px;
    padding-top: 16px;
  }
}
.main-left-right-block .left-right-block:nth-child(even) .content-block {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block:nth-child(even) .content-block {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .main-left-right-block .left-right-block .left-block {
    margin-bottom: 0px;
  }
  .main-left-right-block .left-right-block .content-block p {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .partners {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.partners h2 {
  margin-bottom: 24px;
}
.partners .partners-logo div img {
  height: 46px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .partners .partners-logo div img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .partners .partners-logo div {
    width: 100%;
    margin-bottom: 32px;
    height: 48px;
  }
  .partners .partners-logo div img {
    height: auto;
  }
  .partners .partners-logo div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .main-post {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.main-post .post {
  width: 32%;
  background-color: var(--wp--preset--color--white);
  padding: 16px;
  position: relative;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .main-post .post {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .main-post .post {
    width: 100%;
    max-width: 343px;
    margin: 0 auto 24px;
  }
  .main-post .post:last-child {
    margin-bottom: 0;
  }
}
.main-post .post .post-img {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .main-post .post .post-img {
    margin-bottom: 10px;
  }
}
.main-post .post .post-img img {
  border-radius: 16px;
}
@media (max-width: 576px) {
  .main-post .post .post-img img {
    width: 100%;
  }
}
.main-post .post p {
  margin-bottom: 24px;
  max-width: 320px;
}
.main-post .post .content {
  padding: 0 16px;
}
.main-post .post .btn {
  width: 100%;
  text-align: center;
}
.main-post .post .high-light {
  position: absolute;
  top: 25px;
  left: 25px;
}
.main-post .post .high-light h6 {
  background-color: #fcaf3b;
  padding: 7px 16px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .pricing-cards .price-box {
    flex-direction: column;
  }
}
.pricing-cards .card {
  background-color: #fff;
  padding: 16px 23px;
  width: 32%;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .pricing-cards .card {
    width: 100%;
    max-width: 343px;
    margin-bottom: 24px;
    flex-direction: column;
    padding: 24px 32px;
  }
}
.pricing-cards .card h2 {
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .pricing-cards .card h2 {
    margin-bottom: 16px;
  }
}
.pricing-cards .card span {
  font-size: 56px;
  margin: 0;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0em;
}
@media (max-width: 1200px) {
  .pricing-cards .card span {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .pricing-cards .card span {
    font-size: 40px;
    line-height: 38px;
  }
}
.pricing-cards .card li, .pricing-cards .card li a, li .pricing-cards .card a {
  margin-bottom: 16px;
  text-decoration: none;
}
.pricing-cards .card .redirect .btn {
  width: 100%;
  text-align: center;
}
.pricing-cards .card .high-light {
  margin-bottom: 23px;
}
.pricing-cards .card .high-light h6 {
  background-color: #fcaf3b;
  border: 2px solid #fcaf3b;
  padding: 7px 16px;
  border-radius: 8px;
  display: inline-block;
}
.pricing-cards .card ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .pricing-cards .card ol {
    margin: 16px 0;
  }
}
.pricing-cards .card ol li, .pricing-cards .card ol li a, li .pricing-cards .card ol a {
  position: relative;
  padding-left: 25px;
}
.pricing-cards .card ol li:before, .pricing-cards .card ol li a:before, li .pricing-cards .card ol a:before {
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  left: -2px;
  top: 5px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
}
.pricing-cards .card ol li.not-included:before, .pricing-cards .card ol li a.not-included:before, li .pricing-cards .card ol a.not-included:before {
  background-image: url(../img/Close.svg);
  top: 0px;
  left: -5px;
}
.pricing-cards .card.selected {
  background: var(--wp--preset--color--primary);
  box-shadow: 0px 2px 4px rgba(9, 8, 66, 0.08), 0px 4px 24px rgba(9, 8, 66, 0.04);
}
.pricing-cards .card.selected h2,
.pricing-cards .card.selected li,
.pricing-cards .card.selected li a,
li .pricing-cards .card.selected a {
  color: var(--wp--preset--color--white);
}
.pricing-cards .card.selected h2::before,
.pricing-cards .card.selected li::before,
.pricing-cards .card.selected li a::before,
li .pricing-cards .card.selected a::before {
  filter: brightness(20);
}

@media (max-width: 576px) {
  .boost-business {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.boost-business .boost-block {
  width: 23.5%;
  text-align: center;
  padding: 16px 32px 24px 32px;
}
@media (max-width: 1200px) {
  .boost-business .boost-block {
    padding: 16px 21px 24px;
  }
}
@media (max-width: 991px) {
  .boost-business .boost-block {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .boost-business .boost-block {
    width: 100%;
    max-width: 343px;
    margin: 0 auto 24px;
  }
}
.boost-business .boost-block .img {
  margin-bottom: 24px;
}
.boost-business .boost-block .img img {
  background-color: #e0e0ff;
  padding: 23px 26px 26px 26px;
  border-radius: 50px;
}

@media (max-width: 576px) {
  .testimonial {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.testimonial .main_slider {
  text-align: center;
}
.testimonial .main_slider .slide h2 {
  font-size: 53px;
  width: 100%;
  max-width: 792px;
  margin: auto;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 1200px) {
  .testimonial .main_slider .slide h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .testimonial .main_slider .slide h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .testimonial .main_slider .slide h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
.testimonial .slider_dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  list-style-type: none;
  text-align: center;
}
.testimonial .slider_navigators img {
  max-width: 64px;
  margin: auto;
}
.testimonial .slider_navigators .quote-by h5 {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  margin: 8px 0;
}
.testimonial .slider_navigators .quote-by span {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 576px) {
  .form-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.form-block h2 {
  max-width: 792px;
  margin: 0 auto 24px;
}
.form-block .form {
  background-color: var(--wp--preset--color--body-color);
  justify-content: center;
  max-width: 792px;
  margin: auto;
  padding: 42px 64px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .form-block .form {
    padding: 24px;
  }
}
.form-block .form .form-group {
  margin-bottom: 24px;
}
.form-block .form .name {
  padding-right: 12px;
}
.form-block .form .last-name {
  padding-left: 12px;
}
.form-block .form form.wpcf7-form.init {
  max-width: 664px;
  margin: 0 auto;
}
.form-block .form label {
  color: #fff;
  text-align: left;
}
.form-block .form .form-button {
  display: flex;
  justify-content: end;
  margin-top: 24px;
}
.form-block .form .form-button input[type=submit] {
  border-radius: 8px;
  display: inline-block;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 32px;
  border: none;
  color: #fff;
  background-color: var(--wp--preset--color--primary);
  width: auto;
}
.form-block .form .form-button input[type=submit]:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary-bg);
  transition: all 0.5s ease-in;
}
@media (max-width: 767px) {
  .form-block .form .form-button input[type=submit] {
    width: 100%;
    max-width: 295px;
  }
}
.form-block .form .invalid {
  max-width: 664px;
  margin: auto;
}
.form-block .form .invalid .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--error-color);
  font-size: 14px;
  font-weight: normal;
  position: absolute;
}
.form-block .form .invalid .wpcf7-response-output {
  border: none;
  font-family: var(--wp--preset--font-family--system-font);
  color: var(--wp--preset--color--error-color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-block .form .invalid {
    max-width: 515px;
  }
  .form-block .form .invalid .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.form-block .form .wpcf7-spinner {
  display: none;
}

body {
  background-color: var(--wp--preset--color--secondary-bg);
  color: var(--wp--preset--color--secondary);
  margin: 0;
}

* {
  box-sizing: border-box;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.flex-between-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-direction {
  flex-direction: row-reverse;
}

.center {
  align-items: center;
}

.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

p {
  font-family: var(--wp--preset--font-family--system-font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

a:not([href]) {
  text-decoration: none;
}

.small-text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}

.btn {
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--system-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 32px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.btn-primary:hover {
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--primary-light);
}
.btn-secondary {
  background-color: var(--wp--preset--color--secondary-bg);
  color: var(--wp--preset--color--secondary);
}
.btn-secondary:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
}
.btn-link {
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--primary);
}
.btn-link:hover {
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}

img {
  max-width: 100%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.m-auto {
  margin: auto;
}

ul {
  padding: 0;
}

li, li a {
  list-style: none;
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.ml-4 {
  margin-left: 16px;
}

input {
  width: 100%;
  max-width: 664px;
  padding: 16px;
  border-radius: 8px;
  border: none;
  margin-top: 4px;
  font-size: 18px;
}
@media (max-width: 767px) {
  input {
    padding-bottom: 11px;
    padding-left: 11px;
    padding-top: 11px;
  }
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--wp--preset--color--placeholder-color);
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--wp--preset--color--placeholder-color);
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--wp--preset--color--placeholder-color);
}

label {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

textarea {
  width: 100%;
  border-radius: 8px;
  border: none;
  margin-top: 4px;
  font-size: 18px;
  font-family: var(--wp--preset--font-family--system-font);
  padding: 16px;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--wp--preset--color--placeholder-color);
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--wp--preset--color--placeholder-color);
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--wp--preset--color--placeholder-color);
}

.main-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .main-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .main-header .header-block {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main-header a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .main-header .buttons .btn {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .main-header .buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .logo {
    width: 200px;
  }
}
.main-header .logo img {
  padding-right: 8px;
  object-fit: contain;
}
.main-header .menu {
  margin-left: 30px;
}
.main-header .menu .buttons {
  display: none;
}
@media (max-width: 767px) {
  .main-header .menu .buttons {
    display: block;
    text-align: center;
  }
  .main-header .menu .buttons .btn {
    margin-bottom: 20px;
    width: 100%;
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .main-header .menu {
    display: none;
    margin-left: 0px;
    width: 100%;
  }
  .main-header .menu.open {
    display: block;
  }
  .main-header .menu .menus {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main-header .menu li, .main-header .menu li a, li .main-header .menu a {
  margin-right: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .main-header .menu li, .main-header .menu li a, li .main-header .menu a {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-header .menu li, .main-header .menu li a, li .main-header .menu a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mob-view {
  position: relative;
}
@media (max-width: 767px) {
  .mob-view {
    width: 20px;
  }
}
.mob-view #btn-menu {
  border: none;
  background: none;
  display: inline-block;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .mob-view #btn-menu {
    display: none;
  }
}
.mob-view #btn-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  border-radius: 9px;
  opacity: 1;
  background: var(--wp--preset--color--secondary);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mob-view #btn-menu span svg {
  position: absolute;
  left: 0;
  top: 0;
}
.mob-view #btn-menu span:nth-child(1) {
  top: 6px;
}
.mob-view #btn-menu span:nth-child(2),
.mob-view #btn-menu span:nth-child(3) {
  top: 12px;
}
.mob-view #btn-menu span:nth-child(4) {
  top: 18px;
}
.mob-view #btn-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: -22px;
  opacity: 0;
}
.mob-view #btn-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mob-view #btn-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mob-view #btn-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  opacity: 0;
  left: -22px;
}

@media (max-width: 767px) {
  div#primary-nav {
    position: absolute;
    width: 100%;
    background: var(--wp--preset--color--secondary-bg);
    top: 50px;
    left: 0px;
    padding: 20px 25px;
    overflow-y: scroll;
    height: calc(100vh - 50px);
  }
}
.open-menu {
  overflow: hidden;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  border-radius: 8px;
  display: none;
  position: absolute;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 1px 4px var(--wp--preset--color--placeholder-color);
  max-width: 200px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .menu-item-has-children .sub-menu {
    position: relative;
    box-shadow: none;
    max-width: 100%;
    background-color: transparent;
  }
}
.menu-item-has-children .sub-menu li, .menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a {
  padding: 4px 10px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .menu-item-has-children .sub-menu li, .menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a {
    margin-bottom: 0;
    padding: 4px 0;
  }
}
.menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a a {
  display: block;
}
@media (max-width: 767px) {
  .menu-item-has-children .sub-menu li a, li .menu-item-has-children .sub-menu a a {
    margin: 0;
  }
}
.menu-item-has-children:focus .sub-menu, .menu-item-has-children:hover .sub-menu, .menu-item-has-children:active .sub-menu, .menu-item-has-children:focus-visible .sub-menu, .menu-item-has-children:focus-within .sub-menu {
  display: block;
}
.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid black;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

:not(.home) .site-main {
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  :not(.home) .site-main {
    width: 100%;
  }
}
:not(.home) li, :not(.home) li a, li :not(.home) a {
  list-style: unset;
}
:not(.home) aside {
  width: 280px;
}
@media (max-width: 991px) {
  :not(.home) aside {
    width: 100%;
    max-width: 360px;
  }
}
:not(.home) footer {
  margin-top: 28px;
}

:not(.home) header li, :not(.home) header li a, li :not(.home) header a,
:not(.home) footer li,
:not(.home) footer li a,
li :not(.home) footer a {
  list-style: none;
}

.home li, .home li a, li .home a {
  list-style: none;
}

article {
  margin-bottom: 30px;
}

.main-footer {
  background-color: var(--wp--preset--color--body-color);
  color: var(--wp--preset--color--white);
  padding-top: 64px;
  padding-bottom: 20px;
}
.main-footer .logo {
  padding-bottom: 35px;
}
.main-footer .logo img {
  padding-right: 8px;
  object-fit: contain;
}
.main-footer ul {
  margin: 0;
}
.main-footer ul li, .main-footer ul li a, li .main-footer ul a {
  margin-top: 8px;
}
.main-footer ul li a, li .main-footer ul a a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.main-footer .media img {
  padding-right: 22px;
}
.main-footer .app {
  width: 100%;
  max-width: 180px;
}
.main-footer .app a {
  background: var(--wp--preset--color--secondary-bg);
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--system-font);
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  margin: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main-footer .app a:first-child {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .main-footer .app a {
    max-width: 343px;
  }
}
.main-footer .app a img {
  padding-right: 11px;
}
@media (max-width: 1100px) {
  .main-footer .app {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .main-footer .app {
    max-width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-footer .app a {
    margin: 0 16px !important;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .main-footer .app {
    flex-direction: column;
    margin-top: 24px;
  }
  .main-footer .app a {
    margin: 0 !important;
    max-width: 345px;
  }
  .main-footer .app a:first-child {
    margin-bottom: 16px !important;
  }
}
.main-footer h2 {
  color: var(--wp--preset--color--white);
}
.main-footer h5 {
  color: var(--wp--preset--color--white);
}
.main-footer .footer-menus {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 1200px) {
  .main-footer .footer-menus {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-menus {
    max-width: 100%;
    margin-top: 24px;
  }
}
.main-footer .footer-logo {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 576px) {
  .main-footer .footer-logo {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .main-footer {
    padding-top: 15px;
  }
}

footer .privacy-policy {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid;
}
footer .privacy-policy a {
  color: var(--wp--preset--color--white);
}
footer .privacy-policy span {
  margin-left: 10px;
  margin-right: 10px;
}