.swiper_btns {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  .swiper_btns {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .swiper_btns {
    bottom: 10px;
  }
}
.swiper_btns .swiper-button-prev,
.swiper_btns .swiper-button-next {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .swiper_btns .swiper-button-prev,
  .swiper_btns .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper_btns .swiper-button-prev::after,
.swiper_btns .swiper-button-next::after {
  content: "";
  background: center/contain url("../svg/arrow-2.svg") no-repeat;
  width: 18px;
  height: 22px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.swiper_btns .swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper_btns .swiper-button-next:not(.swiper-button-disabled):hover {
  background: black;
}
.swiper_btns .swiper-button-next {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Parkinsans", sans-serif;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: -5%;
  margin-bottom: 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1 {
  font-size: 56px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 34px;
  letter-spacing: -4%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 25px;
  letter-spacing: -2%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  letter-spacing: -2%;
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
  letter-spacing: -2%;
}
@media (max-width: 992px) {
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
  letter-spacing: -2%;
}

a {
  font-size: 18px;
  letter-spacing: -2%;
}

.text p,
p,
.text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .text p,
  p,
  .text {
    font-size: 16px;
  }
}
.text p:not(:last-child),
p:not(:last-child),
.text:not(:last-child) {
  margin-bottom: 15px;
}
.text p a,
p a,
.text a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  padding-left: 0;
}
ul li,
ol li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  list-style: none;
  padding-left: 26px;
}
@media (max-width: 768px) {
  ul li,
  ol li {
    font-size: 16px;
  }
}
ul li::marker,
ol li::marker {
  display: none;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 5px;
}
ul li::before,
ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../svg/check.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.text h2 {
  margin-bottom: 15px;
}
.text:not(:last-child) {
  margin-bottom: 0;
}

mark.has-inline-color {
  background-color: transparent !important;
  -webkit-box-shadow: inset 0 -0.85em 0 0 var(--marker-color);
          box-shadow: inset 0 -0.85em 0 0 var(--marker-color);
  padding: 0 0.15em;
}

.yoast-breadcrumbs {
  position: absolute;
  top: 10px;
  max-width: 1370px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
}
.yoast-breadcrumbs a {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 768px) {
  .yoast-breadcrumbs a {
    font-size: 14px;
  }
}
.yoast-breadcrumbs span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .yoast-breadcrumbs span {
    font-size: 12px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Inter", sans-serif;
  color: #000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

section {
  overflow: hidden;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -14;
  display: none;
  backdrop-filter: blur(3px);
}
.shadow.active {
  display: block;
  z-index: 8;
}

.container {
  max-width: 1145px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto !important;
}
.container-fluid {
  max-width: 1370px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto !important;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-auto {
  margin-top: auto;
}

.m-auto {
  margin: 0 auto;
}

.w-100 {
  width: 100%;
  text-align: center;
}

.italic {
  font-style: italic;
}

.black {
  color: #000;
}

.grey {
  color: rgba(0, 0, 0, 0.6);
}

.btn,
.wp-block-button .wp-block-button__link {
  font-family: "Inter", sans-serif;
  position: relative;
  outline: none;
  cursor: pointer;
  border: 0;
  display: inline-block;
  font-size: 14px;
  background: #0e9eff;
  border: 1px solid #0e9eff;
  padding: 16px;
  color: #ffffff;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  text-align: center;
}
.btn:hover,
.wp-block-button .wp-block-button__link:hover {
  background: rgb(0, 130.2572614108, 218);
  border-color: rgb(0, 130.2572614108, 218);
}
.btn.outline,
.wp-block-button .wp-block-button__link.outline {
  color: #000;
  background-color: transparent;
  border-color: #dbd5ce;
}
.btn.outline.active,
.wp-block-button .wp-block-button__link.outline.active {
  background: #0e9eff;
  color: #ffffff;
  border-color: #0e9eff;
}
.btn.active,
.wp-block-button .wp-block-button__link.active {
  background: #0e9eff;
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #000;
  background-color: transparent;
  border-color: #dbd5ce;
  font-weight: 400;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: rgb(237.4, 224.2, 206.6);
}

.wp-block-buttons {
  margin-top: 50px;
  gap: 20px;
}

.link {
  font-size: 14px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link:hover {
  color: #0e9eff;
  border-color: #0e9eff;
}

form input,
form textarea,
form select {
  outline: none;
  border: 1px solid #dbd5ce;
  padding: 17.5px 12.5px;
  background: #ffffff;
  display: block;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  form input,
  form textarea,
  form select {
    font-size: 14px;
  }
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  opacity: 0.5;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  opacity: 0.5;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  opacity: 0.5;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder {
  opacity: 0.5;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  opacity: 0.5;
}
form textarea {
  resize: vertical;
  max-height: 148px;
  min-height: 128px;
  padding: 14.5px 12.5px;
}
form label {
  display: block;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
}
form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}
form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 5px;
}
form p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
}
form .btn {
  margin-top: 30px;
}
form .wpcf7-spinner {
  display: none;
}
form .wpcf7-response-output {
  margin: 15px 0 0 !important;
  border: 0 !important;
  padding: 10px !important;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  font-weight: 600;
  background-color: #effaaa;
}

@media (max-width: 992px) {
  .nav {
    display: none;
  }
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .nav ul {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
.nav ul li {
  margin-bottom: 0;
  padding-left: 0;
}
.nav ul li::before {
  display: none;
}
@media (max-width: 992px) {
  .nav ul li {
    width: 100%;
  }
}
.nav ul li.current_page_item a {
  color: #0e9eff;
}
.nav ul li a {
  position: relative;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .nav ul li a {
    font-size: 18px;
    color: #ffffff;
  }
}
.nav ul li a:hover {
  color: #0e9eff;
}
@media (max-width: 992px) {
  .nav ul li a:hover:hover {
    color: #effaaa;
  }
}

.burger {
  position: relative;
  display: none;
  width: 18px;
  height: 14px;
  cursor: pointer;
  outline: none;
  border: 0;
  background-color: transparent;
}
.burger_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.burger_item::before, .burger_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
}
.burger_item::after {
  top: initial;
  bottom: 0;
}
@media (max-width: 992px) {
  .burger {
    display: table;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 7;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .header_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .logo {
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .header .logo {
    margin-right: 25px;
  }
}
.header .logo img {
  width: 100px;
}
.header_inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .header_inner-info {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .header_inner-info {
    display: none;
  }
}
.header_inner-info .btn {
  padding: 12px;
}
@media (max-width: 1200px) {
  .header_inner-info .btn {
    font-size: 12px;
  }
}
.header_inner-navigation {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 320px;
  display: none;
  padding: 25px 18px 35px;
  background-color: #0e9eff;
  overflow: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.header_inner-navigation.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 992px) {
  .header_inner-navigation {
    display: block;
  }
}
@media (max-width: 576px) {
  .header_inner-navigation {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .header_inner-navigation .nav {
    display: block;
    margin-bottom: 45px;
  }
}
.header_inner-navigation .nav ul li.current_page_item a {
  color: #effaaa;
}
.header_inner-navigation .link {
  font-size: 18px;
  color: #ffffff;
  border-color: #ffffff;
}
.header_inner-navigation .link:hover {
  color: #effaaa;
}
.header_inner-navigation .pll-switcher-select {
  font-size: 18px;
  color: #ffffff;
  display: block;
  margin-top: 24px;
  width: 100%;
}
.header_inner-navigation .pll-switcher-select option {
  color: #0e9eff;
}
.header_inner-navigation .header_navigation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
.header_inner-navigation .header_navigation-top .burger_close {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  outline: none;
}

.pll-switcher-select {
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
}

.admin-bar .header_inner-navigation {
  padding-top: 58px;
}

.footer {
  padding: 64px 0 24px;
  background-color: #000;
}
.footer .btn {
  padding: 12px;
}
@media (max-width: 768px) {
  .footer .btn {
    width: 100%;
  }
}
.footer .btn.outline {
  border-color: #ffffff;
  color: #ffffff;
}
.footer .btn.outline:hover {
  background-color: #ffffff;
  color: #000;
}
.footer_logo {
  display: inline-block;
}
.footer_logo img {
  width: 185px;
}
.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media (max-width: 992px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer_inner {
    gap: 45px;
  }
}
.footer_inner-info {
  max-width: 300px;
}
.footer_inner-info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 15px 0;
}
.footer_inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 768px) {
  .footer_inner-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer_inner-nav ul li {
  padding-left: 0;
}
.footer_inner-nav ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer_inner-nav ul li::before {
  display: none;
}
.footer_inner-nav ul li a {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_inner-nav ul li a:hover {
  color: #0e9eff;
}
.footer_inner-nav ul li a.social_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.footer_inner-nav ul li span {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.footer_inner-nav ul li span span {
  display: table;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
}
@media (max-width: 768px) {
  .footer .container {
    padding: 0 55px;
  }
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.footer_bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.footer_bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer_bottom-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_bottom-nav ul li {
  padding: 0 5px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer_bottom-nav ul li {
    padding: 0;
  }
}
.footer_bottom-nav ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .footer_bottom-nav ul li:not(:last-child) {
    border-right: 0;
    margin-bottom: 4px;
  }
}
.footer_bottom-nav ul li:last-child {
  padding-right: 0;
}
.footer_bottom-nav ul li::before {
  display: none;
}
.footer_bottom-nav ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_bottom-nav ul li a:hover {
  color: #ffffff;
}

.infoWithImage {
  padding: 135px 0;
}
@media (max-width: 992px) {
  .infoWithImage {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .infoWithImage {
    padding: 50px 0;
  }
}
.infoWithImage .container > .wp-block-columns {
  gap: 6em;
}
@media (max-width: 992px) {
  .infoWithImage .container > .wp-block-columns {
    gap: 3em;
  }
}
@media (max-width: 768px) {
  .infoWithImage .container > .wp-block-columns {
    gap: 28px;
  }
}
.infoWithImage .wp-block-heading {
  margin-bottom: 38px;
}
@media (max-width: 781px) {
  .infoWithImage .wp-block-heading {
    margin-bottom: 25px;
  }
}
@media (max-width: 781px) {
  .infoWithImage .wp-block-buttons {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .infoWithImage .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
@media (max-width: 781px) {
  .infoWithImage .wp-block-image img {
    margin: 0 auto;
  }
}
.infoWithImage .wp-block-list {
  margin-top: 25px;
}
.infoWithImage .wp-block-list:not(:last-child) {
  margin-bottom: 40px;
}
.infoWithImage .wp-block-list li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  color: rgba(0, 0, 0, 0.8);
}
.infoWithImage .wp-block-list li:not(:last-of-type) {
  margin-bottom: 18px;
}
.infoWithImage .wp-block-list li::before {
  background-image: url("../svg/check-3.svg");
}
.infoWithImage .wp-block-paragraph {
  color: rgba(0, 0, 0, 0.8);
}

.heroBlock {
  position: relative;
  padding: 55px 0;
}
@media (max-width: 768px) {
  .heroBlock {
    padding: 50px 0;
  }
}
.heroBlock.heroBlockSecond {
  padding: 158px 0;
  background-image: url("../img/hero-logo.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .heroBlock.heroBlockSecond {
    padding: 50px 0;
  }
}
.heroBlock.heroBlockSecond .wp-block-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .heroBlock .wp-block-columns .wp-block-column:first-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.heroBlock .wp-block-columns .wp-block-column:first-child h1.wp-block-heading {
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -4%;
}
@media (max-width: 992px) {
  .heroBlock .wp-block-columns .wp-block-column:first-child h1.wp-block-heading {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .heroBlock .wp-block-columns .wp-block-column:first-child h1.wp-block-heading {
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  .heroBlock .wp-block-columns .wp-block-column.heroBlock_image {
    display: none;
  }
}
.heroBlock .wp-block-columns .wp-block-column.heroBlock_image h1.wp-block-heading {
  font-size: 56px;
  line-height: 130%;
  letter-spacing: -5%;
}
.heroBlock .wp-block-heading {
  margin-bottom: 30px;
}
.heroBlock h5.wp-block-heading {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.heroBlock .wp-block-paragraph {
  color: rgba(0, 0, 0, 0.8);
}
.heroBlock .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .heroBlock .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .heroBlock .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.heroBlock .wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .heroBlock .wp-block-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 25px;
  }
}
.heroBlock .wp-block-list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2%;
  color: #0e9eff;
  margin-bottom: 0;
}

.titleWithInfo {
  padding: 130px 0 65px;
}
@media (max-width: 992px) {
  .titleWithInfo {
    padding: 70px 0 35px;
  }
}
@media (max-width: 768px) {
  .titleWithInfo {
    padding: 50px 0 25px;
  }
}
.titleWithInfo .wp-block-heading {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .titleWithInfo .wp-block-heading {
    margin-bottom: 25px;
  }
}
.titleWithInfo .wp-block-paragraph {
  color: rgba(0, 0, 0, 0.8);
}
.titleWithInfo .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
.titleWithInfo .wp-block-columns {
  gap: 3em;
}
@media (max-width: 992px) {
  .titleWithInfo .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.titleWithInfo .wp-block-columns .wp-block-list {
  padding-left: 26px;
}
.titleWithInfo .wp-block-columns .wp-block-list li {
  color: rgba(0, 0, 0, 0.8);
  list-style: disc;
  padding-left: 0;
}
.titleWithInfo .wp-block-columns .wp-block-list li::before {
  display: none;
}
@media (max-width: 992px) {
  .titleWithInfo .wp-block-buttons {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .titleWithInfo .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

.animatedTextWithImage {
  padding: 110px 0 0;
}
@media (max-width: 992px) {
  .animatedTextWithImage {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .animatedTextWithImage {
    padding: 50px 0 0;
  }
}
.animatedTextWithImage .wp-block-heading {
  margin-bottom: 77px;
}
@media (max-width: 992px) {
  .animatedTextWithImage .wp-block-heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .animatedTextWithImage .wp-block-heading {
    margin-bottom: 25px;
  }
}
.animatedTextWithImage.secondary .wp-block-group .wp-block-list li {
  background-color: #effaaa;
}
.animatedTextWithImage.secondary .wp-block-group .wp-block-list li::before {
  background-image: url("../svg/check-6.svg");
}
.animatedTextWithImage .wp-block-group {
  position: relative;
}
@media (max-width: 768px) {
  .animatedTextWithImage .wp-block-group .wp-block-list {
    display: none;
  }
}
.animatedTextWithImage .wp-block-group .wp-block-list li {
  position: absolute;
  left: 0;
  padding: 16px 18px 16px 62px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2%;
  color: #0e9eff;
  background: #ffd1fb;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.animatedTextWithImage .wp-block-group .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-image: url("../svg/check-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.animatedTextWithImage .wp-block-group .wp-block-list li:nth-child(1) {
  top: 15%;
}
.animatedTextWithImage .wp-block-group .wp-block-list li:nth-child(2) {
  left: initial;
  right: 0;
  bottom: 30%;
}
.animatedTextWithImage .wp-block-group .wp-block-list li:nth-child(3) {
  bottom: 20%;
}
.animatedTextWithImage .wp-block-group .wp-block-list li:nth-child(odd) {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.animatedTextWithImage .wp-block-group .wp-block-list li:nth-child(even) {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.animatedTextWithImage .wp-block-image {
  padding: 0 45px;
  overflow: hidden;
}
.animatedTextWithImage .wp-block-image img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.animatedTextWithImage.in-view .wp-block-image img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.animatedTextWithImage.in-view .wp-block-list li {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(6) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(7) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(8) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(9) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.animatedTextWithImage.in-view .wp-block-list li:nth-child(10) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.infoWithLogo {
  padding: 98px 0;
  background-image: url("../img/info-with-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 768px) {
  .infoWithLogo {
    padding: 50px 0;
  }
}
.infoWithLogo .wp-block-heading {
  margin-bottom: 35px;
}
.infoWithLogo .wp-block-column {
  max-width: 516px;
}
.infoWithLogo .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}

.faqBlock {
  padding: 110px 0;
}
@media (max-width: 992px) {
  .faqBlock {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .faqBlock {
    padding: 50px 0;
  }
}
.faqBlock .wp-block-heading {
  margin-bottom: 45px;
}
.faqBlock .wp-block-buttons {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .faqBlock .wp-block-buttons {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .faqBlock .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.faqBlock .wp-block-column {
  max-width: 770px;
  margin: 0 auto;
}
.faqBlock .wp-block-details {
  padding: 22px 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .faqBlock .wp-block-details {
    padding: 20px 30px;
  }
}
.faqBlock .wp-block-details[open] summary::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faqBlock .wp-block-details:not(:last-of-type) {
  margin-bottom: 10px;
}
.faqBlock .wp-block-details summary {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -2%;
  list-style: none;
  display: block;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .faqBlock .wp-block-details summary {
    font-size: 16px;
    line-height: 24px;
  }
}
.faqBlock .wp-block-details summary::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqBlock .wp-block-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .faqBlock .wp-block-details p {
    font-size: 14px;
    margin-top: 20px;
  }
}
.faqBlock .wp-block-details p:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #dbd5ce;
}

.infoInBorder {
  padding: 0 0 130px;
}
@media (max-width: 992px) {
  .infoInBorder {
    padding: 0 0 70px;
  }
}
@media (max-width: 768px) {
  .infoInBorder {
    padding: 0 0 50px;
  }
}
.infoInBorder_inner {
  padding: 110px 15px;
  border: 1px solid #dbd5ce;
}
@media (max-width: 768px) {
  .infoInBorder_inner {
    padding: 35px 15px;
  }
}
.infoInBorder_inner > .wp-block-column {
  max-width: 500px;
  margin: 0 auto;
}
.infoInBorder .wp-block-heading {
  margin-bottom: 35px;
}
.infoInBorder .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
.infoInBorder .wp-block-columns {
  gap: 3em;
}

.titleWithIcons {
  padding: 130px 0;
}
@media (max-width: 992px) {
  .titleWithIcons {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .titleWithIcons {
    padding: 50px 0;
  }
}
.titleWithIcons .wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 768px) {
  .titleWithIcons .wp-block-media-text {
    display: block;
  }
}
.titleWithIcons .wp-block-media-text:not(:last-child) {
  margin-bottom: 30px;
}
.titleWithIcons .wp-block-media-text__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94px;
  height: 94px;
  background: #effaaa;
}
@media (max-width: 768px) {
  .titleWithIcons .wp-block-media-text__media {
    margin-bottom: 20px;
  }
}
.titleWithIcons .wp-block-media-text__media img {
  width: 44px;
}
.titleWithIcons .wp-block-media-text__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.titleWithIcons .wp-block-media-text__content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .titleWithIcons .wp-block-media-text__content p {
    margin-top: 10px;
  }
}
.titleWithIcons .wp-block-columns {
  gap: 3em;
}
@media (max-width: 768px) {
  .titleWithIcons .wp-block-columns {
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .titleWithIcons .wp-block-columns .wp-block-heading {
    margin-bottom: 0;
  }
}

.infoInGrid {
  padding: 130px 0 65px;
}
@media (max-width: 992px) {
  .infoInGrid {
    padding: 70px 0 35px;
  }
}
@media (max-width: 768px) {
  .infoInGrid {
    padding: 50px 0 25px;
  }
}
.infoInGrid .wp-block-heading {
  margin-bottom: 48px;
}
.infoInGrid .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
.infoInGrid .wp-block-columns {
  gap: 0;
  border: 1px solid #dbd5ce;
  padding: 50px 15px;
}
@media (max-width: 992px) {
  .infoInGrid .wp-block-columns {
    padding: 30px 10px;
  }
}
@media (max-width: 781px) {
  .infoInGrid .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .infoInGrid .wp-block-columns {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
.infoInGrid .wp-block-columns .wp-block-column {
  padding: 15px 35px;
}
@media (max-width: 992px) {
  .infoInGrid .wp-block-columns .wp-block-column {
    padding: 15px 20px;
  }
}
@media (max-width: 576px) {
  .infoInGrid .wp-block-columns .wp-block-column {
    border-right: 0 !important;
  }
}
.infoInGrid .wp-block-columns .wp-block-column:not(:last-child) {
  border-right: 1px solid #dbd5ce;
}
@media (max-width: 576px) {
  .infoInGrid .wp-block-columns .wp-block-column:not(:last-child) {
    border-bottom: 1px solid #dbd5ce;
  }
}
@media (max-width: 781px) {
  .infoInGrid .wp-block-columns .wp-block-column:nth-child(even) {
    border-right: 0;
  }
}
.infoInGrid .wp-block-columns .wp-block-column .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 93px;
  margin-bottom: 25px;
}

.animatedText {
  padding: 80px 0 130px;
}
@media (max-width: 768px) {
  .animatedText {
    padding: 30px 0 50px;
  }
}
.animatedText .wp-block-heading {
  margin-bottom: 0;
}
.animatedText .wp-block-heading strong {
  color: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0e9eff), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to right, #0e9eff 50%, rgba(0, 0, 0, 0.3) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-transition: background-position 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-position 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: background-position;
}
.animatedText .wp-block-heading.is-revealed strong {
  background-position: 0% 0;
}

.animatedStickyBlock {
  padding: 110px 0;
}
@media (max-width: 992px) {
  .animatedStickyBlock {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .animatedStickyBlock {
    padding: 50px 0;
  }
}
.animatedStickyBlock .wp-block-heading {
  margin-bottom: 35px;
}
.animatedStickyBlock_info {
  max-width: 500px;
  margin: 0 auto;
}
.animatedStickyBlock_inner {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .animatedStickyBlock_inner {
    padding: 10px;
  }
}
.animatedStickyBlock_inner .wp-block-columns {
  position: sticky;
  top: 30px;
  background: #ffffff;
  padding: 40px 55px;
  gap: 0;
  border: 1px solid rgba(219, 213, 206, 0.3);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media (max-width: 992px) {
  .animatedStickyBlock_inner .wp-block-columns {
    padding: 30px 35px;
  }
}
@media (max-width: 768px) {
  .animatedStickyBlock_inner .wp-block-columns {
    padding: 25px;
  }
}
.animatedStickyBlock_inner .wp-block-columns::before {
  position: absolute;
  content: "";
  top: -25px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border: 25px solid #effaaa;
}
.animatedStickyBlock_inner .wp-block-columns.active::before {
  -webkit-box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.05);
}
.animatedStickyBlock_inner .wp-block-columns.is-rotated-left {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.animatedStickyBlock_inner .wp-block-columns.is-rotated-right {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.animatedStickyBlock_inner .wp-block-columns:not(:last-child) {
  margin-bottom: 20px;
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-heading {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .animatedStickyBlock_inner .wp-block-columns .wp-block-heading {
    margin-bottom: 20px;
  }
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-heading:last-child {
  margin-bottom: 0;
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-list {
  padding-left: 0;
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-list:not(:last-child) {
  margin-bottom: 30px;
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-list li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  color: rgba(0, 0, 0, 0.8);
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-list li:not(:last-of-type) {
  margin-bottom: 14px;
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-list li::before {
  background-image: url("../svg/check-3.svg");
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-column {
  padding-right: 50px;
  border-right: 1px solid #dbd5ce;
}
@media (max-width: 781px) {
  .animatedStickyBlock_inner .wp-block-columns .wp-block-column {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #dbd5ce;
  }
}
@media (max-width: 768px) {
  .animatedStickyBlock_inner .wp-block-columns .wp-block-column {
    padding-bottom: 20px;
  }
}
.animatedStickyBlock_inner .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
  padding-left: 50px;
  border-right: 0;
}
@media (max-width: 781px) {
  .animatedStickyBlock_inner .wp-block-columns .wp-block-column:last-child {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .animatedStickyBlock_inner .wp-block-columns .wp-block-column:last-child {
    padding-top: 20px;
  }
}

.infoBlock {
  padding: 130px 0 40px;
}
@media (max-width: 992px) {
  .infoBlock {
    padding: 70px 0 35px;
  }
}
@media (max-width: 768px) {
  .infoBlock {
    padding: 50px 0 25px;
  }
}
.infoBlock .wp-block-heading {
  margin-bottom: 30px;
}
.infoBlock .container > .wp-block-columns {
  padding: 50px;
  border: 1px solid #dbd5ce;
  gap: 3em;
}
@media (max-width: 768px) {
  .infoBlock .container > .wp-block-columns {
    padding: 30px;
  }
}
.infoBlock .container > .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.infoBlock .wp-block-buttons {
  margin-top: auto;
}
@media (max-width: 768px) {
  .infoBlock .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.infoBlock .wp-block-group {
  padding: 0 0 32px 50px;
  border-left: 1px solid #dbd5ce;
  border-bottom: 1px solid #dbd5ce;
}
@media (max-width: 781px) {
  .infoBlock .wp-block-group {
    border-left: 0;
    padding: 0 0 30px;
    margin-bottom: 20px;
  }
}
.infoBlock .wp-block-group:not(:first-child) {
  padding-top: 31px;
}
@media (max-width: 781px) {
  .infoBlock .wp-block-group:not(:first-child) {
    padding-top: 0;
  }
}
.infoBlock .wp-block-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.infoBlock .wp-block-group .wp-block-paragraph {
  font-size: 16px;
}
.infoBlock .wp-block-group .wp-block-heading {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .infoBlock .wp-block-group .wp-block-heading {
    margin-bottom: 10px;
  }
}
.infoBlock .wp-block-group .wp-block-image {
  margin-bottom: 30px;
}

.faqWithTabs {
  padding: 90px 0 130px;
}
@media (max-width: 992px) {
  .faqWithTabs {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .faqWithTabs {
    padding: 50px 0;
  }
}
.faqWithTabs .wp-block-buttons {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .faqWithTabs .wp-block-buttons {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .faqWithTabs .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.faqWithTabs-arrow {
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
  right: 26px;
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faqWithTabs-arrow {
    display: block;
  }
}
.faqWithTabs-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqWithTabs .wp-block-details {
  padding: 22px 30px;
  background-color: #fbf8f4;
}
@media (max-width: 768px) {
  .faqWithTabs .wp-block-details {
    padding: 20px 30px;
  }
}
.faqWithTabs .wp-block-details:not(:last-of-type) {
  margin-bottom: 10px;
}
.faqWithTabs .wp-block-details[open] summary::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faqWithTabs .wp-block-details summary {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -2%;
  list-style: none;
  display: block;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .faqWithTabs .wp-block-details summary {
    font-size: 16px;
    line-height: 24px;
  }
}
.faqWithTabs .wp-block-details summary::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqWithTabs .wp-block-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .faqWithTabs .wp-block-details p {
    font-size: 14px;
    margin-top: 20px;
  }
}
.faqWithTabs .wp-block-details p:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #dbd5ce;
}
.faqWithTabs .wp-block-list {
  position: relative;
  padding-left: 0;
}
@media (max-width: 781px) {
  .faqWithTabs .wp-block-list {
    padding: 20px 30px;
    background-color: #ffd1fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 781px) {
  .faqWithTabs .wp-block-list.is-open li {
    display: block;
  }
}
.faqWithTabs .wp-block-list.is-open .faqWithTabs-arrow::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faqWithTabs .wp-block-list li {
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2%;
  color: rgba(0, 0, 0, 0.3);
  padding-left: 0;
}
@media (max-width: 781px) {
  .faqWithTabs .wp-block-list li {
    color: #000;
    display: none;
    padding-right: 20px;
  }
}
.faqWithTabs .wp-block-list li::before {
  display: none;
}
.faqWithTabs .wp-block-list li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (max-width: 781px) {
  .faqWithTabs .wp-block-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.faqWithTabs .wp-block-list li.is-active {
  color: #000;
  font-weight: 600;
}
@media (max-width: 781px) {
  .faqWithTabs .wp-block-list li.is-active {
    display: block;
  }
}
.faqWithTabs .wp-block-group {
  display: none;
}
.faqWithTabs .wp-block-group.is-active {
  display: block;
}

.infoWithAnimatedBlock {
  padding: 110px 0;
}
@media (max-width: 992px) {
  .infoWithAnimatedBlock {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .infoWithAnimatedBlock {
    padding: 50px 0;
  }
}
.infoWithAnimatedBlock .wp-block-heading {
  margin-bottom: 35px;
}
@media (max-width: 781px) {
  .infoWithAnimatedBlock .wp-block-heading {
    margin-bottom: 25px;
  }
}
.infoWithAnimatedBlock .wp-block-columns {
  gap: 3em;
}
.infoWithAnimatedBlock .wp-block-column:first-child {
  position: sticky;
  top: 30px;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 75px;
  margin-bottom: 50px;
}
@media (max-width: 781px) {
  .infoWithAnimatedBlock .wp-block-column:first-child {
    position: relative;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 781px) {
  .infoWithAnimatedBlock .wp-block-column .wp-block-buttons {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .infoWithAnimatedBlock .wp-block-column .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.infoWithAnimatedBlock_inner {
  position: relative;
  background: #effaaa;
  padding: 25px;
}
@media (max-width: 768px) {
  .infoWithAnimatedBlock_inner {
    padding: 10px;
  }
}
.infoWithAnimatedBlock_inner .wp-block-group {
  position: sticky;
  top: 30px;
  background: #ffffff;
  padding: 30px 60px;
  gap: 0;
  -webkit-box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(219, 213, 206, 0.3);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media (max-width: 768px) {
  .infoWithAnimatedBlock_inner .wp-block-group {
    padding: 30px;
    -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  }
}
.infoWithAnimatedBlock_inner .wp-block-group.is-rotated-left {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.infoWithAnimatedBlock_inner .wp-block-group.is-rotated-right {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.infoWithAnimatedBlock_inner .wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}
.infoWithAnimatedBlock_inner .wp-block-group .wp-block-heading {
  margin-bottom: 35px;
  padding-top: 40px;
  border-top: 1px solid #dbd5ce;
}
@media (max-width: 768px) {
  .infoWithAnimatedBlock_inner .wp-block-group .wp-block-heading {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 781px) {
  .infoWithAnimatedBlock_inner .wp-block-group .wp-block-image img {
    margin: 0 auto;
  }
}

.animatedScrollBlock {
  padding: 40px 0 130px;
}
@media (max-width: 992px) {
  .animatedScrollBlock {
    padding: 35px 0 70px;
  }
}
@media (max-width: 768px) {
  .animatedScrollBlock {
    padding: 25px 0 50px;
  }
}
.animatedScrollBlock .wp-block-heading {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .animatedScrollBlock .wp-block-heading {
    margin-bottom: 25px;
  }
}
.animatedScrollBlock .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
@media (max-height: 810px) {
  .animatedScrollBlock .wp-block-paragraph:last-of-type {
    font-size: 16px;
  }
}
.animatedScrollBlock .container > .wp-block-columns {
  position: sticky;
  -ms-flex-item-align: start;
      align-self: start;
  top: 40px;
}
.animatedScrollBlock .wp-block-columns {
  gap: 3em;
}
@media (max-width: 781px) {
  .animatedScrollBlock .wp-block-columns .wp-block-image {
    background-color: #fbf8f4;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .animatedScrollBlock .wp-block-columns .wp-block-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .animatedScrollBlock .wp-block-columns .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.animatedScrollBlock .wp-block-columns .wp-block-column.animatedScrollBlock_images {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  background: #fbf8f4;
}
@media (max-width: 781px) {
  .animatedScrollBlock .wp-block-columns .wp-block-column.animatedScrollBlock_images {
    display: none;
  }
}
.animatedScrollBlock .wp-block-columns .wp-block-column.animatedScrollBlock_images .wp-block-image {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}
.animatedScrollBlock .wp-block-columns .wp-block-column.animatedScrollBlock_images .wp-block-image.is-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.animatedScrollBlock .wp-block-columns .wp-block-column.animatedScrollBlock_images .wp-block-image.above {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.animatedScrollBlock .wp-block-columns .wp-block-group {
  padding: 30px 0 25px;
  border-top: 1px solid #dbd5ce;
}
@media (max-width: 768px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group {
    padding: 20px 0 0;
    border-top: 0;
  }
}
@media (max-height: 930px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group {
    padding: 15px 0 10px;
  }
}
.animatedScrollBlock .wp-block-columns .wp-block-group.is-active .wp-block-heading {
  -webkit-box-shadow: inset 0 -0.85em 0 0 #effaaa;
          box-shadow: inset 0 -0.85em 0 0 #effaaa;
}
.animatedScrollBlock .wp-block-columns .wp-block-group:first-of-type {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group:first-of-type {
    margin-top: 20px;
  }
}
@media (max-height: 930px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group:first-of-type {
    margin-top: 20px;
  }
}
.animatedScrollBlock .wp-block-columns .wp-block-group .wp-block-heading {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-height: 930px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group .wp-block-heading {
    margin-bottom: 10px;
  }
}
@media (max-height: 810px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group .wp-block-heading {
    font-size: 21px;
  }
}
.animatedScrollBlock .wp-block-columns .wp-block-group .wp-block-paragraph {
  font-size: 16px;
}
@media (max-height: 810px) {
  .animatedScrollBlock .wp-block-columns .wp-block-group .wp-block-paragraph {
    font-size: 14px;
  }
}
@media (max-height: 930px) {
  .animatedScrollBlock .wp-block-buttons {
    margin-top: 30px;
  }
}
@media (max-height: 810px) {
  .animatedScrollBlock .wp-block-buttons {
    margin-top: 15px;
  }
}

.tariffs {
  padding: 130px 0;
}
@media (max-width: 992px) {
  .tariffs {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .tariffs {
    padding: 50px 0;
  }
}
.tariffs .wp-block-heading {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .tariffs .wp-block-heading {
    margin-bottom: 25px;
  }
}
.tariffs .wp-block-columns {
  gap: 20px;
  max-width: 950px;
  margin: 0 auto;
}
.tariffs .wp-block-columns:first-of-type {
  margin-top: 70px;
}
@media (max-width: 781px) {
  .tariffs .wp-block-columns:first-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 781px) {
  .tariffs .wp-block-columns:last-of-type .wp-block-column:first-child {
    padding: 30px 0 10px;
  }
}
@media (max-width: 781px) {
  .tariffs .wp-block-columns:last-of-type .wp-block-column:first-child .wp-block-heading {
    margin-bottom: 0;
  }
}
.tariffs .wp-block-columns h3 {
  font-size: 30px;
}
@media (max-width: 992px) {
  .tariffs .wp-block-columns h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tariffs .wp-block-columns h3 {
    font-size: 18px;
  }
}
.tariffs .wp-block-columns h3:nth-of-type(2) {
  margin-bottom: 0 !important;
}
.tariffs .wp-block-columns .wp-block-column {
  padding: 50px 48px;
  border: 1px solid #dbd5ce;
}
@media (max-width: 768px) {
  .tariffs .wp-block-columns .wp-block-column {
    padding: 30px;
  }
}
.tariffs .wp-block-columns .wp-block-column:last-child {
  border: 0;
  -webkit-box-shadow: 0 0 0 10px #effaaa;
          box-shadow: 0 0 0 10px #effaaa;
}
.tariffs .wp-block-columns .wp-block-column .wp-block-heading {
  margin-bottom: 25px;
}
.tariffs .wp-block-columns .wp-block-column .wp-block-paragraph {
  font-size: 20px;
}
@media (max-width: 992px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-paragraph {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-paragraph {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-spacer {
    height: 4px !important;
  }
}
@media (max-width: 781px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-spacer {
    display: none;
  }
}
@media (max-width: 781px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-buttons {
    margin-top: 20px;
  }
}
.tariffs .wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button {
  width: 100%;
}
.tariffs .wp-block-columns .wp-block-column .wp-block-list {
  margin-top: 60px;
}
@media (max-width: 781px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-list {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .tariffs .wp-block-columns .wp-block-column .wp-block-list li {
    font-size: 14px;
  }
}
.tariffs .wp-block-columns .wp-block-column .wp-block-list li::before {
  width: 16px;
  height: 16px;
  background-image: url("../svg/check-4.png");
}
.tariffs .wp-block-columns .wp-block-column .wp-block-list li strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../svg/check-5.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.tariffs .wp-block-columns:last-child .wp-block-column {
  border: 0;
}
.tariffs .wp-block-columns:last-child .wp-block-column .wp-block-list {
  margin-top: 35px;
}
.tariffs .wp-block-columns:last-child .wp-block-column .wp-block-list li::before {
  width: 20px;
  height: 20px;
  background-image: url("../svg/check-3.svg");
}

.formBlock {
  padding: 130px 0;
}
@media (max-width: 992px) {
  .formBlock {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .formBlock {
    padding: 50px 0;
  }
}
.formBlock .wp-block-heading {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .formBlock .wp-block-heading {
    margin-bottom: 25px;
  }
}
.formBlock_info {
  padding: 50px 90px;
}
@media (max-width: 992px) {
  .formBlock_info {
    padding: 30px 20px;
  }
}
.formBlock .wp-block-buttons {
  margin-top: 35px;
}
.formBlock .wp-block-columns {
  gap: 3em;
}
@media (max-width: 992px) {
  .formBlock .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.formBlock .wp-block-columns form {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .formBlock .wp-block-columns form {
    margin-top: 25px;
  }
}
.formBlock .wp-block-columns form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .formBlock .wp-block-columns form .form_flex {
    display: block;
  }
}

.gridBlocks {
  padding: 130px 0 0;
}
@media (max-width: 992px) {
  .gridBlocks {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .gridBlocks {
    padding: 50px 0 0;
  }
}
.gridBlocks .wp-block-heading {
  margin-bottom: 35px;
}
.gridBlocks p {
  color: rgba(0, 0, 0, 0.8);
}
.gridBlocks .wp-block-columns {
  gap: 20px;
  margin-top: 20px;
}
.gridBlocks .wp-block-columns:first-of-type {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns:first-of-type {
    margin-top: 15px;
  }
}
.gridBlocks .wp-block-columns:first-of-type .wp-block-column {
  padding: 45px 50px;
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns:first-of-type .wp-block-column {
    padding: 30px;
  }
}
.gridBlocks .wp-block-columns:first-of-type .wp-block-column .wp-block-image {
  margin-top: 40px;
}
@media (max-width: 781px) {
  .gridBlocks .wp-block-columns:first-of-type .wp-block-column .wp-block-image img {
    width: 100%;
  }
}
.gridBlocks .wp-block-columns:last-child {
  padding: 50px;
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns:last-child {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns:last-child .wp-block-buttons {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns:last-child .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
@media (max-width: 781px) {
  .gridBlocks .wp-block-columns:last-child .wp-block-image .alignright {
    float: initial;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 781px) {
  .gridBlocks .wp-block-columns:last-child .wp-block-image img {
    width: 100%;
  }
}
.gridBlocks .wp-block-columns h6 {
  margin-bottom: 10px;
}
.gridBlocks .wp-block-columns h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns h3 {
    margin-bottom: 20px;
  }
}
.gridBlocks .wp-block-columns p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
.gridBlocks .wp-block-columns .wp-block-group {
  padding: 28px 34px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns .wp-block-group {
    padding: 20px;
  }
}
.gridBlocks .wp-block-columns .wp-block-group:not(:last-of-type) {
  margin-bottom: 10px;
}
.gridBlocks .wp-block-columns .wp-block-group:first-of-type {
  border: 9px solid #effaaa;
}
.gridBlocks .wp-block-columns .wp-block-group:last-of-type .wp-block-paragraph {
  color: rgba(0, 0, 0, 0.6);
}
.gridBlocks .wp-block-columns .wp-block-group .wp-block-heading {
  margin-bottom: 15px;
}
.gridBlocks .wp-block-columns .wp-block-group .wp-block-paragraph {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .gridBlocks .wp-block-columns .wp-block-group .wp-block-paragraph {
    font-size: 14px;
  }
}

.infoWithList {
  padding: 130px 0 0;
}
@media (max-width: 992px) {
  .infoWithList {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .infoWithList {
    padding: 50px 0 0;
  }
}
.infoWithList .wp-block-heading {
  margin-bottom: 35px;
}
.infoWithList .wp-block-paragraph {
  color: rgba(0, 0, 0, 0.8);
}
.infoWithList .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
.infoWithList .wp-block-columns {
  gap: 3em;
}
@media (max-width: 992px) {
  .infoWithList .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.infoWithList .wp-block-columns .wp-block-list {
  margin-top: 27px;
}
.infoWithList .wp-block-columns ul li::before {
  background-image: url("../svg/check-3.svg");
}
.infoWithList .wp-block-columns ol li::before {
  background-image: url("../svg/check-7.svg");
}
.infoWithList .wp-block-columns .wp-block-columns {
  gap: 0;
  padding: 40px;
  border: 1px solid #dbd5ce;
}
@media (max-width: 992px) {
  .infoWithList .wp-block-columns .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.infoWithList .wp-block-columns .wp-block-columns li {
  font-size: 16px;
}
.infoWithList .wp-block-columns .wp-block-columns li:not(:last-child) {
  margin-bottom: 24px;
}
.infoWithList .wp-block-columns .wp-block-columns .wp-block-image {
  min-height: 30px;
}
.infoWithList .wp-block-columns .wp-block-columns .wp-block-column:first-child {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #dbd5ce;
}
@media (max-width: 781px) {
  .infoWithList .wp-block-columns .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-right: 0;
    border-bottom: 1px solid #dbd5ce;
  }
}/*# sourceMappingURL=style.css.map */