/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/call-to-action/style.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.cta__inside {
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.cta__title {
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
}
.cta__subtitle {
  font-size: clamp(1rem, 3vw, 1.25rem);
  margin: 0;
  line-height: 1.2;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cta__subtitle {
    text-align: justify;
  }
}
.cta__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.cta__button a {
  font-size: 20px;
  font-weight: 501;
  padding: 15px 25px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/care-package/style.scss ***!
  \********************************************************************************************************************************************************************************************************/
.care-package--inside {
  background-color: rgba(27, 27, 27, 0.9490196078);
  border-radius: 28px;
  padding: 30px 40px;
}
.care-package--inside__title {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 501;
}
.care-package--inside__lists--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.care-package--inside__lists--list li {
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 501;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  line-height: 1.25;
}
.care-package--inside__lists--list li:before {
  content: "";
  margin-right: 10px;
  mask-repeat: no-repeat;
  mask-position: center;
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  width: 100%;
}
.care-package--inside__lists .care-package-includes li:before {
  background: #3361FF;
  mask-image: url(check-circle-icon.svg);
  -webkit-mask-image: url(check-circle-icon.svg);
}
.care-package--inside__lists .care-package-excludes li:before {
  background: #FF3333;
  mask-image: url(x-icon.svg);
  -webkit-mask-image: url(x-icon.svg);
}
.care-package--inside__price {
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
.care-package--inside__price .care-package-price {
  font-size: 30px;
  font-weight: 501;
}
.care-package--inside__select {
  justify-content: center;
  display: flex;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/care-steps/style.scss ***!
  \******************************************************************************************************************************************************************************************************/
.care-steps--inside {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.care-steps--inside__left {
  width: calc(20% - 10px);
}
@media (max-width: 1279px) {
  .care-steps--inside__left {
    width: calc(25% - 10px);
  }
}
@media (max-width: 992px) {
  .care-steps--inside__left {
    width: 100%;
  }
}
.care-steps--inside__left h2 {
  color: white;
  font-size: 30px;
  font-weight: 501;
}
@media (max-width: 767px) {
  .care-steps--inside__left h2 {
    margin: 0;
  }
}
.care-steps--inside__left h4 {
  font-size: 36px;
  color: #3361FF;
}
@media (max-width: 767px) {
  .care-steps--inside__left h4 {
    margin: 10px 0;
  }
}
.care-steps--inside__right {
  width: calc(80% - 10px);
}
@media (max-width: 1279px) {
  .care-steps--inside__right {
    width: calc(75% - 10px);
  }
}
@media (max-width: 992px) {
  .care-steps--inside__right {
    width: 100%;
  }
}
.care-steps--inside__right .care-steps-list {
  display: inline-flex;
  flex-wrap: wrap;
}
.care-steps--inside__right .care-steps-list .care-step {
  width: 25%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .care-steps--inside__right .care-steps-list .care-step {
    width: 50%;
    min-height: 200px;
    height: auto;
  }
}
.care-steps--inside__right .care-steps-list .care-step.care-step-1 {
  background-color: #ffffff;
  border-top-left-radius: 28px;
}
.care-steps--inside__right .care-steps-list .care-step.care-step-2 {
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .care-steps--inside__right .care-steps-list .care-step.care-step-2 {
    border-top-right-radius: 28px;
  }
}
.care-steps--inside__right .care-steps-list .care-step.care-step-3 {
  background-color: #EDEDED;
}
.care-steps--inside__right .care-steps-list .care-step.care-step-4 {
  background-color: #E2E2E2;
  border-top-right-radius: 28px;
}
@media (max-width: 767px) {
  .care-steps--inside__right .care-steps-list .care-step.care-step-4 {
    border-radius: 0;
  }
}
.care-steps--inside__right .care-steps-list .care-step.care-step-5 {
  width: 100%;
  background-color: #3361FF;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.care-steps--inside__right .care-steps-list .care-step .care-step-number {
  font-size: 38px;
  font-weight: 501;
}
.care-steps--inside__right .care-steps-list .care-step .care-step-subtitle {
  font-size: 20px;
  font-weight: 501;
  max-width: 12ch;
  text-align: center;
}
.care-steps--inside__right .care-steps-list .care-step-last {
  display: inline-flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .care-steps--inside__right .care-steps-list .care-step-last {
    flex-direction: column;
    padding: 20px 0;
  }
}
.care-steps--inside__right .care-steps-list .care-step-last--left {
  width: 25%;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .care-steps--inside__right .care-steps-list .care-step-last--left {
    width: 100%;
  }
}
.care-steps--inside__right .care-steps-list .care-step-last .care-step-subtitle {
  max-width: 100%;
}
.care-steps--inside__right .care-steps-list .care-step-last .care-step-description {
  width: 75%;
  color: white;
  padding-right: 20px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .care-steps--inside__right .care-steps-list .care-step-last .care-step-description {
    width: 100%;
    padding: 0 20px;
  }
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/care-why-choose/style.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.care-why-choose {
  background: white;
  border-radius: 28px;
  padding: 20px;
  position: relative;
  height: 100%;
}
.care-why-choose--inside {
  height: 100%;
}
.care-why-choose--inside:before {
  content: "";
  display: block;
  background: #ffffff;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.care-why-choose--title {
  font-size: 28px;
  color: #232323;
  font-weight: 501;
}
.care-why-choose--icon {
  background: #3361FF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.care-why-choose--icon img {
  display: block;
  z-index: 10;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/faq-item/style.scss ***!
  \****************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-faq-item {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/faq/style.scss ***!
  \***********************************************************************************************************************************************************************************************/
.faq {
  background: #3361FF;
  margin: 100px 0;
}
.faq__inside {
  margin-top: 20px;
}
.faq__inside:before, .faq__inside:after {
  content: "";
  width: 100%;
  height: 40px;
  background: #3361FF;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1420px) {
  .faq__inside:before, .faq__inside:after {
    width: calc(100% - 100px);
  }
}
.faq__inside:before {
  top: -40px;
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
}
@media (max-width: 992px) {
  .faq__inside:before {
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  }
}
.faq__inside:after {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  bottom: -40px;
}
@media (max-width: 992px) {
  .faq__inside:after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  }
}
.faq--title h3 {
  font-size: 50px;
  margin: 0 0 20px 0;
  color: white;
  font-weight: 501;
  font-size: clamp(1.5rem, 3vw, 3rem);
}
.faq .faq-item {
  margin-bottom: 20px;
  padding: 15px 0;
  border-radius: 5px;
}
.faq .faq-item-question {
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faq .faq-item-question:after {
  content: "";
  display: inline-block;
  background: #ffffff;
  mask-image: url(arrow_down.svg);
  -webkit-mask-image: url(arrow_down.svg);
  width: 14px;
  height: 8px;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
}
.faq .faq-item-question h4 {
  font-size: 20px;
  font-weight: 501;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
  width: calc(100% - 24px);
  font-size: clamp(1.15rem, 3vw, 1.25rem);
}
.faq .faq-item-answer {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background: #484848;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding: 0 20px;
}
.faq .faq-item-answer p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
  padding: 20px 0;
}
.faq .faq-item button {
  margin-top: 10px;
}
.faq .faq-item.open .faq-item-question:after {
  transform: rotate(180deg);
}
.faq .faq-item.open .faq-item-answer {
  visibility: visible;
  max-height: 600px;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/hero-block/style.scss ***!
  \******************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.hero-block__inside {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-block__inside {
    height: auto;
  }
}
.hero-block__inside--first-heading {
  color: #3361FF;
  margin-bottom: 0.25em;
  max-width: 70%;
  width: 100%;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 501;
}
@media (max-width: 1360px) {
  .hero-block__inside--first-heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 1279px) {
  .hero-block__inside--first-heading {
    font-size: 2.5rem;
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .hero-block__inside--first-heading {
    max-width: 100%;
    width: 100%;
  }
}
.hero-block__inside--first-heading .first-span {
  color: #ffffff;
}
.hero-block__inside h1 {
  color: #ffffff;
  max-width: 50%;
  width: 100%;
  font-weight: 401;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media (max-width: 1279px) {
  .hero-block__inside h1 {
    max-width: 60%;
  }
}
@media (max-width: 1279px) {
  .hero-block__inside h1 {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .hero-block__inside h1 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-block__inside h1 {
    font-size: 1.2rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/hero-services/style.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.wp-block-create-block-hero-services .hero-services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.wp-block-create-block-hero-services .hero-services-container .hero-services-image {
  flex: 1 1 100%;
}
.wp-block-create-block-hero-services .hero-services-container .hero-services-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .wp-block-create-block-hero-services .hero-services-container .hero-services-image {
    flex: 0 0 50%;
  }
}
.wp-block-create-block-hero-services .hero-services-container .hero-services-content {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .wp-block-create-block-hero-services .hero-services-container .hero-services-content {
    flex: 0 0 45%;
  }
}
.wp-block-create-block-hero-services .hero-services-container .hero-services-content h1 {
  margin-top: 0;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #3361FF;
  line-height: 1;
}
.wp-block-create-block-hero-services .hero-services-container .hero-services-content p {
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 576px) {
  .wp-block-create-block-hero-services .hero-services-container .hero-services-content p {
    text-align: justify;
  }
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/info-icon/style.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.info-icon__title {
  font-size: 38px;
  color: #ffffff;
  font-weight: 501;
}
.info-icon__inside--items {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 576px) {
  .info-icon__inside--items {
    gap: 5%;
  }
}
.info-icon__inside--items__item {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: linear-gradient(214.74deg, rgba(255, 255, 255, 0.1) 2.55%, rgba(209, 210, 218, 0.1) 97.45%);
  border-radius: 28px;
  padding: 20px 0;
  margin-bottom: 2%;
}
@media (max-width: 992px) {
  .info-icon__inside--items__item {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .info-icon__inside--items__item {
    width: 32%;
  }
}
@media (max-width: 576px) {
  .info-icon__inside--items__item {
    width: 47%;
    margin-bottom: 5%;
  }
}
.info-icon__inside--items__item .item-icon img {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}
.info-icon__inside--items__item .item-caption p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 501;
  font-size: 18px;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/logo-slider/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.logo-slider {
  margin-bottom: 100px;
}
.logo-slider__inside--title {
  font-size: 20px;
  font-weight: 501;
  color: #ffffff;
  margin-bottom: 25px;
}
.logo-slider__inside .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logo-slider__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo-slider__item img {
  height: 60px;
  width: 180px;
  object-fit: contain;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/post-slider/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.post-slider {
  margin-bottom: 50px;
}
.post-slider__inside--title {
  font-size: 38px;
  color: #ffffff;
  font-weight: 501;
}
.post-slider__inside .swiper-wrapper {
  transition-timing-function: linear !important;
}
.post-slider__inside--posts__items .single-post-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.post-slider__inside--posts__items .single-post-item a {
  display: flex;
}
.post-slider__inside--posts__items .single-post-item a:hover img {
  transform: scale(1.1);
}
.post-slider__inside--posts__items .single-post-item img {
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  max-height: 500px;
  transition: all 0.3s ease-in-out;
}
.post-slider__inside--posts__items .single-post-item--meta {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 34%;
  justify-content: end;
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.81) 0%, rgba(20, 20, 20, 0.6) 50%, rgba(20, 20, 20, 0) 100%);
  padding: 0 15px 35px;
  width: 100%;
}
.post-slider__inside--posts__items .single-post-item--meta h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 501;
  margin: 10px 0;
}
.post-slider__inside--posts__items .single-post-item--meta span {
  color: #ffffff;
  font-size: 16px;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/realization-features/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.realization-feature--inside__heading {
  display: inline-flex;
  align-items: center;
}
.realization-feature--inside__heading .feature-icon {
  margin-right: 15px;
}
.realization-feature--inside__heading h4.feature-title {
  font-size: 28px;
  color: #ffffff;
  margin: 10px 0;
  font-weight: 501;
}
.realization-feature .feature-description {
  font-size: 16px;
  font-weight: 301;
  color: #ffffff;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/realization-hero/style.scss ***!
  \************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.realization-hero--inside {
  display: inline-flex;
  width: 100%;
  gap: 50px;
  margin: 50px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .realization-hero--inside {
    flex-direction: column-reverse;
  }
}
.realization-hero--inside__left {
  width: calc(40% - 25px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .realization-hero--inside__left {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .realization-hero--inside__left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.realization-hero--inside__left .realization-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 501;
}
.realization-hero--inside__left .realization-description {
  font-weight: 301;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}
.realization-hero--inside__left .used-technology {
  margin: 50px 0;
  background: #1B1B1B;
  padding: 10px;
  border-radius: 28px;
}
.realization-hero--inside__left .used-technology h4 {
  color: #fff;
  font-size: 20px;
  margin: 10px;
  text-align: center;
}
.realization-hero--inside__left .used-technology ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.realization-hero--inside__left .used-technology ul li {
  margin-right: 10px;
}
.realization-hero--inside__left .used-technology ul li img {
  width: 50px;
  height: auto;
}
.realization-hero--inside__left .customer-logo {
  background: white;
  padding: 20px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.realization-hero--inside__right {
  width: calc(60% - 25px);
}
@media (max-width: 1279px) {
  .realization-hero--inside__right {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .realization-hero--inside__right {
    width: 100%;
  }
}
.realization-hero--inside__right .realization-type {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 15px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 501;
  background: rgba(0, 0, 0, 0.4392156863);
  display: inline-flex;
  margin-bottom: 20px;
}
.realization-hero--inside__right .realization-image {
  background: rgba(27, 27, 27, 0.9490196078);
  padding: 40px 40px 0 40px;
  border-radius: 28px;
}
.realization-hero--inside__right .realization-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/services-advantages/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.services-advantages .advantages-main-title {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}
.services-advantages .advantages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .services-advantages .advantages-grid {
    gap: 1rem;
  }
}
.services-advantages .advantages-grid .advantage-item {
  flex: 0 0 calc(33.333% - 1.67rem);
  display: flex;
}
.services-advantages .advantages-grid .advantage-item:nth-child(6n+2) {
  margin-top: 60px;
}
.services-advantages .advantages-grid .advantage-item:nth-child(6n+5) {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .services-advantages .advantages-grid .advantage-item {
    flex: 0 0 calc(50% - 0.5rem);
  }
  .services-advantages .advantages-grid .advantage-item:nth-child(6n+2), .services-advantages .advantages-grid .advantage-item:nth-child(6n+5) {
    margin-top: 0;
  }
  .services-advantages .advantages-grid .advantage-item:nth-child(4n+2) {
    margin-top: 60px;
  }
  .services-advantages .advantages-grid .advantage-item:nth-child(4n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .services-advantages .advantages-grid .advantage-item {
    flex: 0 0 100%;
  }
  .services-advantages .advantages-grid .advantage-item:nth-child(n) {
    margin-top: 0;
  }
}
.services-advantages .advantages-grid .advantage-item .advantage-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  background: #1B1B1B;
  padding: 2.5rem 2rem 2rem;
  border-radius: 1rem;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3361FF;
}
.services-advantages .advantages-grid .advantage-item .advantage-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.services-advantages .advantages-grid .advantage-item .advantage-content .advantage-counter {
  position: absolute;
  font-weight: 600;
  font-size: 6.5rem;
  background: no-repeat;
  top: 20px;
  left: 20px;
  color: rgba(255, 255, 255, 0.1803921569);
}
.services-advantages .advantages-grid .advantage-item .advantage-content .advantage-title {
  margin: 0 0 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 1.8rem;
}
.services-advantages .advantages-grid .advantage-item .advantage-content .icon-container {
  margin: 1.5rem auto;
  text-align: center;
}
.services-advantages .advantages-grid .advantage-item .advantage-content .icon-container .advantage-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.services-advantages .advantages-grid .advantage-item .advantage-content .advantage-description {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 576px) {
  .services-advantages .advantages-grid .advantage-item .advantage-content .advantage-description {
    text-align: justify;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/services-boxes-icons/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
.services-boxes-icons .boxes-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.services-boxes-icons .boxes-row .service-box {
  flex: 0 0 calc(25% - 1.5rem);
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 992px) {
  .services-boxes-icons .boxes-row .service-box {
    flex: 0 0 calc(33.333% - 1.5rem);
  }
}
@media (max-width: 768px) {
  .services-boxes-icons .boxes-row .service-box {
    flex: 0 0 calc(50% - 1.5rem);
  }
}
@media (max-width: 576px) {
  .services-boxes-icons .boxes-row .service-box {
    flex: 0 0 100%;
  }
}
.services-boxes-icons .boxes-row .service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.services-boxes-icons .boxes-row .service-box .box-left {
  margin-bottom: 1.5rem;
  width: calc(25% - 5px);
}
.services-boxes-icons .boxes-row .service-box .box-left .icon-container .box-icon {
  max-width: 60px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.services-boxes-icons .boxes-row .service-box .box-right {
  flex-direction: column;
  display: flex;
  width: 75%;
  text-align: left;
  flex-wrap: wrap;
  width: calc(75% - 5px);
}
.services-boxes-icons .boxes-row .service-box .box-right .box-title {
  margin-bottom: 0.5rem;
}
.services-boxes-icons .boxes-row .service-box .box-right .box-title h4 {
  margin: 0;
  font-size: 1.25em;
  color: #ffffff;
}
.services-boxes-icons .boxes-row .service-box .box-right .box-content .box-description {
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .services-boxes-icons .boxes-row .service-box .box-right .box-content .box-description {
    text-align: justify;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/services-boxes/style.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.services-boxes--title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 501;
}
.services-boxes--inside {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 1279px) {
  .services-boxes--inside {
    gap: 10px;
  }
}
.services-boxes--inside .box {
  width: 30%;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .services-boxes--inside .box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .services-boxes--inside .box {
    width: 100%;
  }
}
.services-boxes--inside .box--inside__heading {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.services-boxes--inside .box--inside__heading .box-icon {
  background: #1B1B1B;
  opacity: 0.95;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.services-boxes--inside .box--inside__heading .box-title {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 0 10px;
  font-weight: 501;
  line-height: 1.4;
}
@media (max-width: 1279px) {
  .services-boxes--inside .box--inside__heading .box-title {
    font-size: 18px;
  }
}
.services-boxes--inside .box--inside__heading .box-title:before {
  content: "";
}
.services-boxes--inside .box--inside__content {
  background: #1B1B1B;
  opacity: 0.95;
  padding: 10px 20px;
  border-radius: 0 20px 20px 20px;
  height: 250px;
  display: flex;
  align-items: center;
}
.services-boxes--inside .box--inside__content .box-elements {
  list-style-type: none;
  padding: 0;
}
.services-boxes--inside .box--inside__content .box-elements li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-flex;
  font-weight: 301;
  align-items: center;
  width: 100%;
}
.services-boxes--inside .box--inside__content .box-elements li span {
  width: calc(100% - 10px);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .services-boxes--inside .box--inside__content .box-elements li span {
    font-size: 15px;
  }
}
.services-boxes--inside .box--inside__content .box-elements li:before {
  display: flex;
  content: "";
  background: #3361FF;
  mask-image: url(small-circle.svg);
  -webkit-mask-image: url(small-circle.svg);
  width: 7px;
  height: 7px;
  margin-right: 10px;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/services-image-text-box/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.wp-block-create-block-services-image-text-box .services-image-text-box-title {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks {
  display: flex;
  flex-direction: column;
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block {
    margin-bottom: 50px;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block.image-right {
  flex-direction: row-reverse;
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block.image-right .image-container {
  margin-left: -50px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block.image-right {
    margin: 0;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block.image-right .content-container {
  padding: 20px 60px 20px 40px;
  -webkit-box-shadow: -6px -9px 22px -14px #fff;
  -moz-box-shadow: -6px -9px 22px -14px #fff;
  box-shadow: -6px 9px 22px -14px #fff;
}
@media (max-width: 992px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block.image-right .content-container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block.image-right .content-container {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 26px -14px #fff;
    -moz-box-shadow: 0px 0px 26px -14px #fff;
    box-shadow: 0px 0px 26px -14px #fff;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .image-container {
  flex: 0 0 45%;
  margin-right: -50px;
  z-index: 2;
  margin-left: 0;
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .image-container {
    width: 100%;
    flex: 100%;
    margin: 0;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .image-container img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .image-container img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container {
  flex: 0 0 55%;
  background-color: #3361FF;
  border-radius: 10px;
  padding: 20px 40px 20px 60px;
  -webkit-box-shadow: 6px 9px 22px -14px #fff;
  -moz-box-shadow: 6px 9px 22px -14px #fff;
  box-shadow: 6px 9px 22px -14px #fff;
}
@media (max-width: 992px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container {
    flex: 100%;
    padding: 20px;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0px 0px 26px -14px #fff;
    -moz-box-shadow: 0px 0px 26px -14px #fff;
    box-shadow: 0px 0px 26px -14px #fff;
    margin-top: -10px;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container .block-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container .block-title {
    font-size: 1.3rem;
  }
}
.wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container .block-description {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 401;
}
@media (max-width: 992px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container .block-description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .wp-block-create-block-services-image-text-box .services-image-text-blocks .services-image-text-block .content-container .block-description {
    text-align: justify;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/services-links/style.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.services-links--inside {
  display: flex;
  flex-direction: column;
  background-color: #1B1B1B;
  border-radius: 10px;
  padding: 25px 20px;
}
.services-links--inside .services-link-item {
  text-decoration: none;
  padding: 10px;
  margin-bottom: 15px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.services-links--inside .services-link-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.services-links--inside .services-link-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.services-links--inside .services-link-item:after {
  content: "";
  display: inline-block;
  mask-image: url(right-arrow-with-circle.svg);
  -webkit-mask-image: rl("~@img/right-arrow-with-circle.svg");
  mask-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: transform 0.3s ease-in-out;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
.services-links--inside .services-link-item .link-content {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  width: 100%;
}
.services-links--inside .services-link-item .link-content .link-title {
  margin: 0 0 1rem;
  font-size: 1.5em;
  color: #ffffff;
}
.services-links--inside .services-link-item .link-content .link-description {
  margin: 0;
  color: #ffffff;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/services-why-us/style.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.wp-block-create-block-services-why-us {
  margin: 25px 0;
}
.wp-block-create-block-services-why-us .services-why-us-main-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 2rem;
}
.wp-block-create-block-services-why-us .services-why-us-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .wp-block-create-block-services-why-us .services-why-us-blocks {
    flex-direction: column;
  }
  .wp-block-create-block-services-why-us .services-why-us-blocks .services-why-us-block {
    flex: 1 1 100%;
  }
}
.wp-block-create-block-services-why-us .services-why-us-blocks .services-why-us-block {
  flex: 0 1 calc(33.333% - 1.34rem);
  padding: 1.5rem;
  background: #f8f8f8;
  border-radius: 8px;
  background-color: #1B1B1B;
  color: #ffffff;
}
.wp-block-create-block-services-why-us .services-why-us-blocks .services-why-us-block h3 {
  margin-bottom: 1rem;
}
.wp-block-create-block-services-why-us .services-why-us-blocks .services-why-us-block p {
  font-weight: 401;
  line-height: 1.3;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/text-image/style.scss ***!
  \******************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.text-image {
  margin: 50px 0;
  padding: 50px 0;
}
.text-image--inside {
  display: inline-flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .text-image--inside {
    gap: 0;
  }
}
.text-image--inside__left {
  width: calc(50% - 5px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .text-image--inside__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.text-image--inside__left h2 {
  margin: 0 0 25px 0;
  font-size: 56px;
  color: #ffffff;
  font-weight: 501;
}
@media (max-width: 992px) {
  .text-image--inside__left h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .text-image--inside__left h2 {
    font-size: 2.5rem;
  }
}
.text-image--inside__left h3 {
  margin: 0 0 25px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 501;
}
.text-image--inside__left p {
  margin: 0 0 20px 0;
  color: #fff;
}
.text-image--inside__left .block-button a {
  padding: 10px 20px;
  background: #3361FF;
  color: #ffffff;
  border-radius: 14px;
  display: inline-flex;
  height: 50px;
  align-items: center;
  font-weight: 501;
}
.text-image--inside__right {
  width: calc(50% - 5px);
}
@media (max-width: 992px) {
  .text-image--inside__right {
    width: 100%;
  }
}
.text-image--inside__right img {
  width: 100%;
  object-fit: cover;
  max-height: 600px;
  border-radius: 28px;
}
@media (max-width: 1279px) {
  .text-image--inside__right img {
    max-height: 500px;
  }
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/toggle-text/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-toggle-text {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./template/blocks/wrapper-block/style.scss ***!
  \*********************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/*# sourceMappingURL=app.css.map*/