body {
  font-family: "Rubik", sans-serif;
  color: #4F5665;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 120px;
}

header.main_header {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  min-height: 100px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  z-index: 998;
}
header.main_header .logo {
  position: relative;
  display: block;
  width: 280px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
header.main_header .primary_menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header.main_header .primary_menu ul {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
header.main_header .primary_menu ul li a {
  color: #4F5665;
  text-decoration: none;
}
header.main_header .primary_menu ul li a:hover {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
header.main_header .lang_switcher {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header.main_header .lang_switcher {
    justify-content: center;
  }
}
header.main_header .lang_switcher .wpml-ls-legacy-dropdown a {
  border: unset;
}
header.main_header .lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 10.5L12.0008 15.08L17 10.5" stroke="%23F53855" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
header.main_header .lang_switcher .wpml-ls-sub-menu {
  background-color: #fff;
}

.lang_switcher {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.lang_switcher .wpml-ls-legacy-dropdown a {
  border: unset;
}
.lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 10.5L12.0008 15.08L17 10.5" stroke="%23F53855" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.lang_switcher .wpml-ls-sub-menu {
  background-color: #fff;
}

.orange {
  color: #F53838;
}

section {
  margin: 80px auto;
}
section h2 {
  font-size: 2em;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.cta_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .cta_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta_wrapper > div {
  position: relative;
  display: block;
}
.cta_wrapper .left_side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 60%;
}
@media (max-width: 991px) {
  .cta_wrapper .left_side {
    width: 100%;
  }
}
.cta_wrapper .right_side {
  width: 40%;
}
@media (max-width: 991px) {
  .cta_wrapper .right_side {
    width: 100%;
  }
}

.cta_form {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 30px 0 30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  margin: inherit auto;
}
.cta_form .h2 {
  font-size: 1.75em;
  font-weight: 500;
}
.cta_form input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5em;
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-indent: 1rem;
}
.cta_form input[type=submit] {
  display: block;
  width: 100%;
  height: 2.5em;
  border: 1px solid #F53855;
  border-radius: 0.5em;
  text-align: center;
  color: #F53855;
  font-weight: 500;
  background-color: #fff;
}
.cta_form .lander-form-field {
  margin-bottom: 20px;
}
.cta_form .lander-form-field p {
  margin: unset;
}
.cta_form .lander-form-field label {
  position: relative;
  display: block;
  width: 100%;
}
.cta_form .lander-form-field label .iti {
  width: 100%;
}
.cta_form .lander-form-field input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5em;
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-indent: 1rem;
}
.cta_form .lander-form-field input[type=submit] {
  display: block;
  width: 100%;
  height: 2.5em;
  border: 1px solid #F53855;
  border-radius: 0.5em;
  text-align: center;
  color: #F53855;
  font-weight: 500;
  background-color: #fff;
}
.cta_form .footer_form {
  position: relative;
  display: block;
  width: calc(100% + 60px);
  margin-left: -30px;
  border-radius: 0px 0px 10px 10px;
  background: rgba(243, 243, 243, 0.5);
  color: #4F5665;
  text-align: center;
  padding: 10px 15%;
  font-size: 0.75em;
}
.cta_form .footer_form a {
  color: #F53838;
}

.hamburger_menu {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50px;
  transform: translateY(-50%);
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.mobile_menu_wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 998;
  top: 0;
  padding-top: 105px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.5s linear;
}
.mobile_menu_wrapper .lang_switcher {
  margin: 20px 0;
  align-items: center;
  justify-content: center;
}
.mobile_menu_wrapper.is-active {
  position: fixed;
  opacity: 1;
  pointer-events: unset;
}
.mobile_menu_wrapper > div {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 100%;
  padding-left: 10%;
  padding-top: 10%;
}
.mobile_menu_wrapper .nav {
  position: relative;
  display: block;
}
.mobile_menu_wrapper .nav > ul {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu_wrapper .nav > ul > li {
  margin-bottom: 1em;
}
.mobile_menu_wrapper .nav > ul > li:last-child {
  margin-bottom: unset;
}
.mobile_menu_wrapper .nav > ul > li > a {
  text-decoration: none;
}
.mobile_menu_wrapper .wpml-ls-sub-menu {
  background-color: #fff;
  transform: translateY(-100%);
}

.slider_logo_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider_logo_swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15%;
}

.video_section .video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9 !important;
}
.video_section .video iframe, .video_section .video .wp-video, .video_section .video .wp-video-shortcode {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9 !important;
}

.target_lp_button {
  position: relative;
  display: block;
  padding: 10px 40px;
  border: 1px solid #F53855;
  color: #F53838;
  text-align: center;
  font-weight: 500;
  border-radius: 20px;
  text-decoration: none;
  clear: both;
  max-width: 280px;
  transition: all 0.25s linear;
}
.target_lp_button:hover {
  background-color: #F53838;
  color: #fff;
}

.features_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.features_wrapper .feature {
  position: relative;
  display: block;
  width: calc(33% - 30px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 2em;
}
@media (max-width: 991px) {
  .features_wrapper .feature {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .features_wrapper .feature {
    width: 100%;
  }
}
.features_wrapper .feature .icon {
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.features_wrapper .feature .heading {
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.features_wrapper .feature .descr {
  text-align: center;
}

/*
.steps_wrapper{
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-left: 78px;
    counter-reset: step;
    @media (max-width:991px){
        width: 100%;
    }
    &::before{
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 100%;
        left:24px;
        background-color: #F53838;
    }
    & .step{
        position: relative;
        display: block;
        width: 100%;
        counter-increment: step;
        margin-bottom: 40px;
        &:before{
            content:counter(step);
            position: absolute;
            display: block;
            width: 48px;
            height: 48px;
            left:-78px;
            top:0;
            line-height: 48px;
            text-align: center;
            font-weight: 700;
            color: #F53838;
            border: 1px solid #F53838;
            background-color: #fff;
            border-radius: 2px;
        }
        & .heading{
            font-weight: 500;
        }
    }
}
*/
.info_block {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px auto;
  padding: 13px 16px;
  border-radius: 10px;
  background: rgba(245, 56, 56, 0.05);
}
.info_block h3 {
  font-size: 1em;
  color: #F53838;
  font-weight: 500;
}

.steps_section .info_block {
  width: 70%;
}
@media (max-width: 991px) {
  .steps_section .info_block {
    width: 100%;
  }
}

/*
.features2_wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap:30px;
    flex-wrap: wrap;
    margin-top:40px;
    & .feature{
        position: relative;
        display: block;
        width: calc(50% - 15px);
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.10);
        padding: 2.5em;
        @media (max-width:991px){
            width:100%;
        }
        & .icon{
            position: relative;
            display: block;
            margin-bottom: 20px;
            width: 88px;
            height: 88px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }
        & .heading{
            color: #000;
            font-size: 1.75em;
            font-weight: 500;
            text-align: left;
            margin-bottom: 20px;
        }
        & .descr{
            text-align: left;
        }
        &:hover{
            background-color: #F53838;
            color: #E2E8F0;
            & .heading{
                color: #fff;
            }
            & .icon{
                filter: brightness(0) invert(1);
            }
        }
    }
}
*/
/*
.content_w_image{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap:30px;
    flex-wrap: wrap;
    & .content{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: calc(50% - 15px);
        @media (max-width:991px){
            width: 100%;
        }
        &.bottom_self{
            align-items:flex-end;
        }
        & > div{
            position: relative;
            display: block;
            width: 100%;
        }
    }
    & .img{
        width: calc(50% - 15px);
        @media (max-width:991px){
            width: 100%;
        }
        & img{
            position: relative;
            display: block;
            width: 100%;
        }
    }
    &.right{
        & .content{
            order: 1;
            @media (max-width:991px){
                order: 2;
            }
        }
        & .img{
            order: 2;
            @media (max-width:991px){
                order: 1;
            }
        }
    }
}
*/
/*
.twitter_like_block{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
    & .block{
        position: relative;
        display: block;
        width: calc(33% - 30px);
        background-color: #FBFBFB;
        padding: 10px 10px 0 10px;
        border-radius: 10px;
        @media (max-width:991px){
            width: calc(50% - 15px);
        }
        @media (max-width:768px){
            width: 100%;
        }
        & .heading{
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            margin-bottom: 10px;
            & .ava{
                position: relative;
                display: block;
                width: 50px;
                height: 50px;
                margin-right: 20px;
                border-radius: 50%;
                overflow: hidden;
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
            }
            & .text{
                position: relative;
                display: block;
                width: calc(100% - 70px);
                & .name{
                    position: relative;
                    display: inline;
                    color: #0F1419;
                    font-weight: 500;
                    padding-right: 25px;
                    &::after{
                        content: '';
                        position: absolute;
                        display: block;
                        width: 18px;
                        height: 18px;
                        right: 0;
                        top: 2px;
                        background: url(../images/twitter_badge.svg) no-repeat center center;
                        background-size: cover;
                    }
                }
                & .twit_name{
                    position: relative;
                    display: block;
                    color: #536471;
                    width: 100%;
                }
            }
        }
        & .content{
            position: relative;
            display: block;
            width: 100%;
            font-size: 1.25em;
            margin-bottom: 10px;
            & a{
                color: #249EF0;
                text-decoration: none;
                &:hover{
                    text-decoration: underline;
                }
            }
        }
        & .time{
            position: relative;
            display: block;
            width: 100%;
            color: #536471;
            margin:1em 0 0 0;
            padding-bottom: 1em;
            border-bottom: 1px solid #EFF3F4;
            font-size: .75em;
        }
        & .stat{
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            margin:1em 0 0 0;
            padding-bottom: 1em;
            border-bottom: 1px solid #EFF3F4;
            & > div{
                color: #536471;
                font-size: .75em;
                & span{
                    color: #0F1419;
                }
            }
        }
        & .icons{
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 1em 0;
            & > div{
                position: relative;
                display: flex;
                width: 25%;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                & svg{
                    &:hover{
                        cursor: pointer;
                    }
                }
            }
        }
    }
}
*/
.two_cols_block {
  position: relative;
  display: block;
  width: 100%;
}
.two_cols_block .two_cols_row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #EFF3F4;
}
@media (max-width: 640px) {
  .two_cols_block .two_cols_row {
    flex-direction: column;
    gap: unset;
  }
}
.two_cols_block .two_cols_row:last-child {
  border-bottom: unset;
}
.two_cols_block .two_cols_row .two_cols_col {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1em 0;
}
.two_cols_block .two_cols_row .two_cols_col:nth-child(1) {
  width: 40%;
}
@media (max-width: 640px) {
  .two_cols_block .two_cols_row .two_cols_col:nth-child(1) {
    width: 100%;
  }
}
.two_cols_block .two_cols_row .two_cols_col:nth-child(2) {
  width: calc(60% - 30px);
}
@media (max-width: 640px) {
  .two_cols_block .two_cols_row .two_cols_col:nth-child(2) {
    width: 100%;
  }
}
.two_cols_block .two_cols_row .two_cols_col .icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.two_cols_block .two_cols_row .two_cols_col > div {
  display: inline;
}
.two_cols_block .two_cols_row .two_cols_col p {
  margin: 0;
  padding: 0;
}

.page_content_wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 120px auto;
}

.overview_section .two_cols_block {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .overview_section .two_cols_block {
    width: 100%;
  }
}

.banner_wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 3em;
  color: #fff;
  border-radius: 30px;
}
.banner_wrapper .target_lp_button {
  border-color: #fff;
  color: #fff;
  font-size: 0.75em;
}
.banner_wrapper h2 {
  color: #fff;
  text-align: left;
}
.banner_wrapper .content {
  position: relative;
  display: block;
  width: 60%;
  z-index: 2;
}
@media (max-width: 768px) {
  .banner_wrapper .content {
    width: 100%;
    padding-bottom: 150px;
  }
}
.banner_wrapper::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  height: 100%;
  bottom: 0;
  background: url(../images/illustration_image.svg) no-repeat right center;
  background-size: contain;
  width: 40%;
}
@media (max-width: 768px) {
  .banner_wrapper::after {
    height: 150px;
    width: 100%;
    right: unset;
    left: 0;
    background-position: center center;
  }
}

.faq_accordion {
  position: relative;
  display: block;
  margin: 80px auto 80px auto;
}
.faq_accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: unset;
}
.faq_accordion .accordion-item .accordion-header {
  font-size: 1.125em;
  font-weight: 500;
}
.faq_accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.125em;
  font-weight: 500;
  border: unset;
}
.faq_accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #3B3F43;
  background-image: unset;
}
.faq_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "x";
  background-color: #F53838;
}

.main_footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 2em 0;
  background-color: #050505;
  color: #fff;
}
.main_footer .logo {
  position: relative;
  display: block;
  width: 280px;
  height: 70px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main_footer p {
  font-size: 0.75em;
}
.main_footer .lang_switcher {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .main_footer .lang_switcher {
    justify-content: center;
  }
}
.main_footer .lang_switcher .wpml-ls-legacy-dropdown a {
  border: unset;
  background-color: transparent;
  color: #fff;
}
.main_footer .lang_switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M7 10.5L12.0008 15.08L17 10.5" stroke="%23F53855" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.main_footer .lang_switcher .wpml-ls-sub-menu {
  background-color: #000;
  transform: translateY(-100%);
}
.main_footer .footer_menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main_footer .footer_menu ul {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .main_footer .footer_menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.main_footer .footer_menu ul li a {
  color: #fff;
  text-decoration: none;
}
.main_footer .footer_menu ul li a:hover {
  text-decoration: underline;
}
.main_footer .footer_menu_2 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.main_footer .footer_menu_2 ul {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_footer .footer_menu_2 ul li a {
  color: #fff;
  text-decoration: none;
}
.main_footer .footer_menu_2 ul li a:hover {
  text-decoration: underline;
}

#wpadminbar {
  position: fixed;
  top: unset;
  bottom: 0;
}

.wpcf7-spinner {
  visibility: hidden;
  display: none;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 0;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
  height: 24px;
  display: inline-block;
}

.default_border_block {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  border: 1px solid #f43333;
  border-radius: 12px;
  background-color: #fff;
}

.grey_bg_block {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  border-radius: 12px;
  background-color: #F3F3F3;
}/*# sourceMappingURL=styles.css.map */