@charset "UTF-8";
/* TYPOGRAPHY */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap");
/* VARIABLES */
body,
body.post,
body.page {
  font-family: "Nunito", sans-serif;
  color: #F9F9F9;
  line-height: 1.5rem;
  font-weight: 300;
  background-color: #1D1D1D;
  margin: 0;
}
body .page-content,
body .entry-content,
body .entry-summary,
body .post,
body .page,
body.post .page-content,
body.post .entry-content,
body.post .entry-summary,
body.post .post,
body.post .page,
body.page .page-content,
body.page .entry-content,
body.page .entry-summary,
body.page .post,
body.page .page {
  margin: 0;
}
body svg,
body img,
body.post svg,
body.post img,
body.page svg,
body.page img {
  max-width: 100%;
}
body img[data-lazyloaded],
body.post img[data-lazyloaded],
body.page img[data-lazyloaded] {
  background-color: #343434;
  background-image: url("/images/loading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
body img[data-lazyloaded].litespeed-loaded,
body.post img[data-lazyloaded].litespeed-loaded,
body.page img[data-lazyloaded].litespeed-loaded {
  opacity: 1;
  background: none;
}

.anchor-target-element {
  scroll-margin-top: 20px;
}

.grecaptcha-badge {
  z-index: 10;
}

h1,
.h1 {
  font-size: 2.625rem;
  line-height: 3.625rem;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 2.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: 2.125rem;
  line-height: normal;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.55rem;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

h6,
.h6 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
}

.btn.btn-primary {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 2%;
  border-radius: 26px;
  padding: 10px 22px;
  margin: 0;
  transition: all ease-in-out 0.15s;
  background-color: #FE6379;
  border: 2px solid #FE6379;
  box-shadow: 0px 0px 14px 2px #FE6379;
  color: #1D1D1D;
}
.btn.btn-primary svg path {
  transition: all ease-in-out 0.15s;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  transform: scale(1.05);
}
.btn.btn-icon-left {
  display: inline-flex;
  align-items: center;
}
.btn.btn-icon-left svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}
.btn.btn-icon-right {
  display: inline-flex;
  align-items: center;
}
.btn.btn-icon-right svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-left: 10px;
}

strong {
  font-weight: 700;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #F9F9F9;
  transition: all ease-in-out 0.15s;
}
.link-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #F9F9F9;
  transition: all ease-in-out 0.15s;
}
.link-arrow:hover {
  text-decoration: none;
}
.link-arrow:hover:after {
  width: 0;
}

a {
  color: #F9F9F9;
  transition: all ease-in-out 0.15s;
}
a:hover {
  color: #FE6379;
}

ul.list-dot-yellow li {
  position: relative;
  padding-left: 16px;
}
ul.list-dot-yellow li:not(:last-of-type) {
  margin-bottom: 12px;
}
ul.list-dot-yellow li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFAD04;
}
ul.list-dot-yellow li p:last-of-type {
  margin-bottom: 0;
}
ul.list-dot-green li {
  position: relative;
  padding-left: 16px;
}
ul.list-dot-green li:not(:last-of-type) {
  margin-bottom: 12px;
}
ul.list-dot-green li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #B5FCAC;
}
ul.list-dot-green li p:last-of-type {
  margin-bottom: 0;
}
ul.wp-block-list {
  margin-left: 0;
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 20px 0;
  background-color: #1D1D1D;
}
header.site-header .wrapper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .wrapper-header .site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
header.site-header .wrapper-header .site-branding a {
  text-decoration: none;
}
header.site-header .wrapper-header .site-branding .custom-logo-link {
  display: flex;
  flex: 0 0 auto;
  margin-right: 8px;
}
header.site-header .wrapper-header .site-branding .custom-logo-link .custom-logo {
  width: 280px;
  height: 70px;
  object-fit: contain;
}
header.site-header .wrapper-header .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
header.site-header .wrapper-header .main-navigation .menu-toggle {
  position: relative;
  width: 25px;
  height: 20px;
  font-size: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
header.site-header .wrapper-header .main-navigation .menu-toggle span {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: #FE6379;
  display: block;
  opacity: 1;
}
header.site-header .wrapper-header .main-navigation .menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
}
header.site-header .wrapper-header .main-navigation .menu-toggle span:first-of-type {
  top: 0;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
header.site-header .wrapper-header .main-navigation .menu-toggle span:last-child {
  bottom: 0;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
header.site-header .wrapper-header .main-navigation .menu-toggle.menu-toggle-active span {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s background-color;
}
header.site-header .wrapper-header .main-navigation .menu-toggle.menu-toggle-active span span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0, 0.2s;
}
header.site-header .wrapper-header .main-navigation .menu-toggle.menu-toggle-active span span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, 0.2s;
}
header.site-header .wrapper-header .main-navigation .nav-menu {
  justify-content: flex-end;
  margin: 0 -15px;
}
header.site-header .wrapper-header .main-navigation .nav-menu li {
  padding: 0 15px;
}
header.site-header .wrapper-header .main-navigation .nav-menu li a {
  position: relative;
  color: #F9F9F9;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
header.site-header .wrapper-header .main-navigation .nav-menu li a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: #FE6379;
  transition: all ease-in-out 0.3s;
}
header.site-header .wrapper-header .main-navigation .nav-menu li a:hover {
  color: #F9F9F9;
}
header.site-header .wrapper-header .main-navigation .nav-menu li a:hover:after {
  opacity: 1;
  width: 100%;
}
header.site-header .wrapper-header .main-navigation.toggled .menu-toggle span:first-of-type {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0, 0.2s;
}
header.site-header .wrapper-header .main-navigation.toggled .menu-toggle span:nth-child(2) {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s background-color;
}
header.site-header .wrapper-header .main-navigation.toggled .menu-toggle span:last-of-type {
  top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, 0.2s;
}
@media (max-width: 991.98px) {
  header.site-header .wrapper-header .site-branding .custom-logo-link .custom-logo {
    width: 200px;
    height: 48px;
  }
  header.site-header .wrapper-header .main-navigation .menu-toggle {
    display: block;
  }
  header.site-header .wrapper-header .main-navigation .menu-primary-container {
    position: fixed;
    display: flex;
    padding-top: 50px;
    width: 100vw;
    height: calc(100vh - 72px);
    top: 72px;
    left: 100%;
    background-color: #1D1D1D;
    transition: all ease-in-out 0.15s;
  }
  header.site-header .wrapper-header .main-navigation .menu-primary-container .menu {
    display: block;
    width: 100%;
    max-width: 720px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  header.site-header .wrapper-header .main-navigation .menu-primary-container .menu .menu-item {
    padding: 20px 0;
  }
  header.site-header .wrapper-header .main-navigation .menu-primary-container .menu .menu-item a {
    color: #FE6379;
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
  }
  header.site-header .wrapper-header .main-navigation .menu-primary-container .menu .menu-item a:after {
    display: none;
  }
  header.site-header .wrapper-header .main-navigation.toggled .menu-primary-container {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  header.site-header .wrapper-header .main-navigation .menu-primary-container .menu {
    padding: 0;
    max-width: 540px;
  }
}

body.admin-bar header.site-header {
  top: 32px;
}
@media (max-width: 991.98px) {
  body.admin-bar header.site-header .wrapper-header .main-navigation .menu-primary-container {
    height: calc(100vh - 88px);
    top: 88px;
  }
}
@media (max-width: 600px) {
  body.admin-bar header.site-header {
    top: 0;
  }
}
body.admin-bar .wp-block-custom-blocks-text-icon-inline-container .wrapper-content {
  top: 130px;
}

@media (max-width: 600px) {
  body.admin-bar.scroll header.site-header .wrapper-header .main-navigation .menu-menu-principal-container {
    height: calc(100vh - 72px);
    top: 72px;
  }
}

footer.site-footer {
  background-color: #2C2C2C;
  padding: 24px 0;
}
footer.site-footer .wrapper-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer .wrapper-footer .footer-logo {
  display: flex;
  align-items: center;
}
footer.site-footer .wrapper-footer .footer-logo img {
  width: 180px;
  height: auto;
  object-fit: contain;
  margin-right: 8px;
}
footer.site-footer .wrapper-footer .footer-logo .footer-name {
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
footer.site-footer .wrapper-footer p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 0;
}
footer.site-footer .wrapper-footer .copyright a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
}
footer.site-footer .wrapper-footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site-footer .wrapper-footer .footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
}
footer.site-footer .wrapper-footer .footer-menu ul li:not(:last-of-type):after {
  content: "|";
  padding: 0 4px;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer.site-footer .wrapper-footer {
    flex-wrap: wrap;
  }
  footer.site-footer .wrapper-footer > * {
    flex: 0 0 auto;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    justify-content: center;
  }
}

.wrapper-title-hero {
  padding: 80px 0;
}
.wrapper-title-hero h1 {
  margin: 0;
  font-size: 5rem;
  line-height: 100px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  .wrapper-title-hero h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.wp-block-custom-blocks-hero-block {
  position: relative;
  padding: 100px 0;
}
.wp-block-custom-blocks-hero-block .neon-fade {
  opacity: 0;
  transform: scale(0.5);
}
.wp-block-custom-blocks-hero-block .neon-purple {
  content: "";
  z-index: 0;
  position: absolute;
  top: -150px;
  left: 140px;
  width: 50px;
  height: 50px;
  background-color: #C77DFF;
  box-shadow: 0px 0px 14px 2px #C77DFF;
  border-radius: 70px;
}
.wp-block-custom-blocks-hero-block .neon-green-left {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 20px;
  left: 400px;
  width: 110px;
  height: 110px;
  background-color: #B5FCAC;
  box-shadow: 0px 0px 14px 2px #B5FCAC;
  border-radius: 130px;
}
.wp-block-custom-blocks-hero-block .neon-pink-100 {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 150px;
  left: 45px;
  width: 110px;
  height: 110px;
  background-color: #FF7793;
  box-shadow: 0px 0px 14px 2px #FF7793;
  border-radius: 130px;
}
.wp-block-custom-blocks-hero-block .neon-green-right {
  content: "";
  z-index: 0;
  position: absolute;
  top: -100px;
  right: 65px;
  width: 110px;
  height: 110px;
  background-color: #B5FCAC;
  box-shadow: 0px 0px 14px 2px #B5FCAC;
  border-radius: 130px;
}
.wp-block-custom-blocks-hero-block .neon-blue {
  content: "";
  z-index: 0;
  position: absolute;
  top: 230px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #00A8E8;
  box-shadow: 0px 0px 14px 2px #00A8E8;
  border-radius: 130px;
}
.wp-block-custom-blocks-hero-block .neon-pink {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 130px;
  right: 140px;
  width: 50px;
  height: 50px;
  background-color: #FE6379;
  box-shadow: 0px 0px 14px 2px #FE6379;
  border-radius: 130px;
}
.wp-block-custom-blocks-hero-block .title-hero {
  margin-top: 0;
  margin-bottom: 20px;
  color: #F9F9F9;
  font-size: 5rem;
  line-height: 100px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  .wp-block-custom-blocks-hero-block .title-hero {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.wp-block-custom-blocks-hero-block .title-hero strong {
  display: inline-flex;
  position: relative;
  color: #1D1D1D;
}
.wp-block-custom-blocks-hero-block .title-hero strong::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  left: -10px;
  top: 0;
  background-color: #B5FCAC;
  border-radius: 8px;
  box-shadow: 0px 0px 14px 2px #B5FCAC;
}
.wp-block-custom-blocks-hero-block .subtitle-hero {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 2%;
  font-weight: 500;
  margin-bottom: 30px;
}
.wp-block-custom-blocks-hero-block .wrapper-hero {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wp-block-custom-blocks-hero-block .neon-purple {
    top: 35px;
    left: 100px;
    width: 50px;
    height: 50px;
  }
  .wp-block-custom-blocks-hero-block .neon-green-left {
    width: 100px;
    height: 100px;
  }
  .wp-block-custom-blocks-hero-block .neon-pink-100 {
    bottom: 70px;
    left: 220px;
    width: 80px;
    height: 80px;
  }
  .wp-block-custom-blocks-hero-block .neon-green-right {
    width: 100px;
    height: 100px;
  }
  .wp-block-custom-blocks-hero-block .neon-blue {
    top: 180px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .wp-block-custom-blocks-hero-block .neon-pink {
    bottom: 60px;
    right: 120px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .wp-block-custom-blocks-hero-block .neon-purple {
    top: -165px;
    left: 30px;
    width: 30px;
    height: 30px;
  }
  .wp-block-custom-blocks-hero-block .neon-green-left {
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 50px;
  }
  .wp-block-custom-blocks-hero-block .neon-pink-100 {
    bottom: 40px;
    left: auto;
    right: 50px;
    width: 50px;
    height: 50px;
  }
  .wp-block-custom-blocks-hero-block .neon-green-right {
    width: 40px;
    height: 40px;
    right: 20px;
    top: -170px;
  }
  .wp-block-custom-blocks-hero-block .neon-blue {
    top: auto;
    bottom: 150px;
    width: 30px;
    height: 30px;
  }
  .wp-block-custom-blocks-hero-block .neon-pink {
    bottom: auto;
    top: -150px;
    right: auto;
    left: 120px;
    width: 60px;
    height: 60px;
  }
}

.wp-block-custom-blocks-text-image-block {
  position: relative;
  padding: 80px 0;
}
.wp-block-custom-blocks-text-image-block h2 {
  margin-bottom: 30px;
}
.wp-block-custom-blocks-text-image-block .btn {
  margin-top: 30px;
}
.wp-block-custom-blocks-text-image-block .background-neons {
  display: none;
}
.wp-block-custom-blocks-text-image-block .background-neons img {
  width: 330px;
  height: auto;
}
.wp-block-custom-blocks-text-image-block .col-image .wrapper-image {
  transform: translateY(-30px);
  /* Décale l'image vers le haut initialement */
  transition: transform 0.5s ease;
}
.wp-block-custom-blocks-text-image-block .col-image .wrapper-image:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  border: 3px solid #C77DFF;
  box-shadow: 0px 0px 14px 2px #C77DFF;
  border-radius: 270px;
}
.wp-block-custom-blocks-text-image-block.bg-card .background-neons {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.wp-block-custom-blocks-text-image-block.bg-card .wrapper-text-image {
  position: relative;
  z-index: 1;
  background-color: #2C2C2C;
  border-radius: 40px;
  padding: 60px;
}
@media (min-width: 992px) {
  .wp-block-custom-blocks-text-image-block.bg-card.image-gauche .col-text {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .wp-block-custom-blocks-text-image-block.bg-card.image-gauche .col-text {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .wp-block-custom-blocks-text-image-block.bg-card .wrapper-text-image {
    padding: 40px;
  }
}
.wp-block-custom-blocks-text-image-block.bg-fullwidth {
  background-color: #2C2C2C;
  position: relative;
}
.wp-block-custom-blocks-text-image-block.bg-fullwidth .background-neons {
  display: block;
  position: absolute;
  bottom: 80px;
  right: 0;
}
.wp-block-custom-blocks-text-image-block.bg-fullwidth.image-droite .col-text {
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .wp-block-custom-blocks-text-image-block.bg-fullwidth.image-droite .col-text {
    padding-bottom: 40px;
    padding-right: 0;
  }
}
.wp-block-custom-blocks-text-image-block.bg-fullwidth.image-gauche .col-text {
  padding-left: 60px;
}
@media (max-width: 991.98px) {
  .wp-block-custom-blocks-text-image-block.bg-fullwidth.image-gauche .col-text {
    padding-top: 40px;
    padding-left: 0;
  }
}

.wp-block-custom-blocks-bg-image-card-container {
  padding: 80px 0;
}
.wp-block-custom-blocks-bg-image-card-container .wrapper-title {
  margin-bottom: 40px;
}
.wp-block-custom-blocks-bg-image-card-container .wrapper-title .h1 {
  margin-bottom: 0;
}
.wp-block-custom-blocks-bg-image-card-container .modal .modal-dialog {
  max-width: 80%;
}
.wp-block-custom-blocks-bg-image-card-container .modal .modal-dialog .modal-content {
  background: none;
  border-radius: 0;
}
.wp-block-custom-blocks-bg-image-card-container .modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
}
.wp-block-custom-blocks-bg-image-card-container .modal .modal-dialog .modal-content .modal-header .btn-close {
  background: none;
  opacity: 1;
}
@media (max-width: 575px) {
  .wp-block-custom-blocks-bg-image-card-container .modal .modal-dialog {
    max-width: 100%;
  }
}

.wp-block-custom-blocks-bg-image-card-item.wrapper-toggle-modal {
  cursor: pointer;
}
.wp-block-custom-blocks-bg-image-card-item .content .wrapper-image img {
  transition: all 0.4s ease-in-out;
}
.wp-block-custom-blocks-bg-image-card-item .content .wrapper-text {
  transition: all 0.4s ease-in-out;
}
.wp-block-custom-blocks-bg-image-card-item:hover .content .wrapper-image img {
  transform: scale(1.1);
}
.wp-block-custom-blocks-bg-image-card-item:hover .content .wrapper-text {
  padding-bottom: 30px;
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 999999;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-custom-blocks-text-icon-inline-container {
  padding: 80px 0;
}
.wp-block-custom-blocks-text-icon-inline-container .wrapper-content {
  position: sticky;
  top: 110px;
}
.wp-block-custom-blocks-text-icon-inline-container .wrapper-content h2 {
  margin-bottom: 30px;
}
.wp-block-custom-blocks-text-icon-inline-container .wrapper-items {
  padding-left: 80px;
}
.wp-block-custom-blocks-text-icon-inline-container .wrapper-items > .wp-block-custom-blocks-text-icon-inline-item {
  padding: 26px 0;
  border-bottom: 1px solid #343434;
}
@media (max-width: 991.98px) {
  .wp-block-custom-blocks-text-icon-inline-container .wrapper-items {
    padding-left: 0;
    padding-top: 20px;
  }
}

.wp-block-custom-blocks-scrolling-accordion-container {
  padding: 80px 0;
  position: relative;
}
.wp-block-custom-blocks-scrolling-accordion-container .neon-pink-left {
  content: "";
  z-index: 0;
  position: absolute;
  top: 140px;
  left: -35px;
  width: 130px;
  height: 130px;
  background-color: #FE6379;
  box-shadow: 0px 0px 14px 2px #FE6379;
  border-radius: 130px;
}
.wp-block-custom-blocks-scrolling-accordion-container .neon-purple-right {
  content: "";
  z-index: 0;
  position: absolute;
  top: 40px;
  right: 50px;
  width: 70px;
  height: 70px;
  background-color: #C77DFF;
  box-shadow: 0px 0px 14px 2px #C77DFF;
  border-radius: 130px;
}
.wp-block-custom-blocks-scrolling-accordion-container .neon-green-right {
  content: "";
  z-index: 0;
  position: absolute;
  top: 30%;
  right: 20px;
  width: 130px;
  height: 130px;
  background-color: #B5FCAC;
  box-shadow: 0px 0px 14px 2px #B5FCAC;
  border-radius: 130px;
}
.wp-block-custom-blocks-scrolling-accordion-container .neon-blue-left {
  content: "";
  z-index: 0;
  position: absolute;
  top: 60%;
  left: 30px;
  width: 70px;
  height: 70px;
  background-color: #00A8E8;
  box-shadow: 0px 0px 14px 2px #00A8E8;
  border-radius: 130px;
}
.wp-block-custom-blocks-scrolling-accordion-container .neon-pink-100-right {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 85px;
  height: 85px;
  background-color: #FF7793;
  box-shadow: 0px 0px 14px 2px #FF7793;
  border-radius: 130px;
}
.wp-block-custom-blocks-scrolling-accordion-container > .container {
  position: relative;
  z-index: 1;
}
.wp-block-custom-blocks-scrolling-accordion-container h2 {
  margin-bottom: 20px;
}
.wp-block-custom-blocks-scrolling-accordion-container .wrapper {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 450px);
  gap: 20px;
}
.wp-block-custom-blocks-scrolling-accordion-container .wrapper > :nth-child(1) {
  --index: 1;
}
.wp-block-custom-blocks-scrolling-accordion-container .wrapper > :nth-child(2) {
  --index: 2;
}
.wp-block-custom-blocks-scrolling-accordion-container .wrapper > :nth-child(3) {
  --index: 3;
}
@media (max-width: 767.98px) {
  .wp-block-custom-blocks-scrolling-accordion-container .wrapper {
    display: block;
  }
}

.wp-block-custom-blocks-scrolling-accordion-item {
  position: sticky;
  top: 100px;
  padding-top: calc(var(--index) * 20px);
}
.wp-block-custom-blocks-scrolling-accordion-item .card-content {
  padding: 40px;
  border-radius: 40px;
  background-color: #1D1D1D;
  border: 2px solid #2C2C2C;
  height: 100%;
  display: flex;
  align-items: center;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-image {
  flex: 0 0 auto;
  width: 300px;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-image .wrapper-image {
  position: relative;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-image .wrapper-image:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  border: 3px solid #FF7793;
  box-shadow: 0px 0px 14px 2px #FF7793;
  border-radius: 270px;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-text {
  flex: 1;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-text h3 {
  margin-bottom: 30px;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-text .wrapper-text {
  padding-left: 60px;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-text .wrapper-text .content li {
  position: relative;
  list-style: none;
  padding-left: 16px;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-text .wrapper-text .content li:not(:last-of-type) {
  margin-bottom: 12px;
}
.wp-block-custom-blocks-scrolling-accordion-item .col-text .wrapper-text .content li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #B5FCAC;
  top: 9px;
  left: 0;
}
@media (max-width: 991.98px) {
  .wp-block-custom-blocks-scrolling-accordion-item .col-image {
    width: 220px;
  }
  .wp-block-custom-blocks-scrolling-accordion-item .col-text .wrapper-text {
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .wp-block-custom-blocks-scrolling-accordion-item {
    position: initial;
    top: 0;
    padding-top: 15px;
  }
  .wp-block-custom-blocks-scrolling-accordion-item .card-content {
    padding: 30px;
  }
  .wp-block-custom-blocks-scrolling-accordion-item .card-content .row {
    justify-content: center !important;
  }
  .wp-block-custom-blocks-scrolling-accordion-item .col-text {
    flex: 0 0 auto;
    width: 100%;
  }
  .wp-block-custom-blocks-scrolling-accordion-item .col-text .wrapper-text {
    padding-left: 0;
    padding-top: 30px;
  }
}

.wp-block-custom-blocks-icon-text-container {
  padding: 80px 0;
  position: relative;
}

.wp-block-custom-blocks-icon-text-item .content {
  background-color: #1D1D1D;
  border: 2px solid #FE6379;
  border-radius: 16px;
  box-shadow: 0px 0px 6px 2px rgba(254, 99, 121, 0.5803921569);
  padding: 30px;
  height: 100%;
}

.wp-block-custom-blocks-gallery-block {
  padding: 80px 0;
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="1440" height="1544" viewBox="0 0 1440 1544" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_36_166)"><path d="M0.999998 15.2266C46.5 136.727 455.327 181.368 634 429.727C700 521.468 735.402 242.946 904.5 242.946C1177 242.946 1092 419.946 1136 498.446C1158.33 555.113 1426.1 566.446 1314.5 498.446C1175 413.446 1250.5 406.727 1339.5 406.727C1410.7 406.727 1467.5 674.394 1487 808.227C1511.41 975.727 1041 1040.03 679 750.227C325.5 467.227 -24.5 808.227 -24.5 913.727C-24.5 1019.23 51.8 1220.23 287 1258.23C581 1305.73 789.5 1106.73 1012 1338.23C1190 1523.43 1369.17 1538.06 1436.5 1522.23" stroke="%23B5FCAC" stroke-width="5" stroke-dasharray="20 20"/></g><defs><filter id="filter0_d_36_166" x="-41" y="0.349609" width="1545.38" height="1543.15" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="7"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.709804 0 0 0 0 0.988235 0 0 0 0 0.67451 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_36_166"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_36_166" result="shape"/></filter></defs></svg>');
  background-size: 100%;
  background-position: bottom;
}
.wp-block-custom-blocks-gallery-block img {
  border-radius: 8px;
}

.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap {
  cursor: pointer;
}
.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap .lightbox-enabled {
  width: 100%;
  height: auto;
  aspect-ratio: 450/300;
  object-fit: cover;
  cursor: pointer;
}
.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap .description-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap .description-wrapper .description {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap:hover .lightbox-enabled {
  transform: scale(1.1);
}
.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap:hover .description-wrapper .overlay {
  opacity: 1;
}
.wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap:hover .description-wrapper .description {
  bottom: 0;
}

.wp-block-custom-blocks-gallery-block .lightbox-container,
.wp-block-custom-blocks-gallery-block .lightbox-btn,
.wp-block-custom-blocks-gallery-block .lightbox-image-wrapper,
.wp-block-custom-blocks-gallery-block .wp-block-custom-blocks-gallery-image-item .lightbox_img_wrap .lightbox-enabled {
  transition: all 0.4s ease-in-out;
}

.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 90vh;
  max-width: 100%;
  margin: 20px;
}
.lightbox-content .lightbox-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3019607843);
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}
@media screen and (max-width: 576px) {
  .left {
    left: 20px;
  }
}

.right {
  right: 50px;
}
@media screen and (max-width: 576px) {
  .right {
    right: 20px;
  }
}

#close {
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 576px) {
  #close {
    right: 20px;
  }
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.wp-block-custom-blocks-video-block {
  position: relative;
  padding: 80px 0;
  background-image: url('data:image/svg+xml,<svg width="1440" height="469" viewBox="0 0 1440 469" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_36_165)"><path d="M2 451.957C72.5 429.457 257.5 206.216 547.5 303.716C746.5 370.621 978.5 329.957 1065.5 184.957C1121.18 92.1535 1359.9 32.857 1439.5 16.457" stroke="%23B5FCAC" stroke-width="5" stroke-dasharray="20 20"/></g><defs><filter id="filter0_d_36_165" x="-12.7601" y="0.00830078" width="1466.76" height="468.331" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="7"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.709804 0 0 0 0 0.988235 0 0 0 0 0.67451 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_36_165"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_36_165" result="shape"/></filter></defs></svg>');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-block-custom-blocks-avis-client-container {
  overflow: hidden;
  padding: 80px 0;
}
.wp-block-custom-blocks-avis-client-container .wrapper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-custom-blocks-avis-client-container .wrapper-title .content-arrow-slider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wp-block-custom-blocks-avis-client-container .slick-arrow {
  position: initial;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #B5FCAC;
  transform: none;
  transition: all ease-in-out 0.15s;
}
.wp-block-custom-blocks-avis-client-container .slick-arrow::before {
  display: none;
}
.wp-block-custom-blocks-avis-client-container .slick-arrow:hover:not(.slick-disabled) {
  background-color: #B5FCAC;
}
.wp-block-custom-blocks-avis-client-container .slick-arrow:hover:not(.slick-disabled) svg path {
  fill: #1D1D1D;
}
.wp-block-custom-blocks-avis-client-container .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: initial;
}
.wp-block-custom-blocks-avis-client-container .slick-arrow svg path {
  transition: all ease-in-out 0.15s;
}
.wp-block-custom-blocks-avis-client-container .wrapper-items.slick-initialized.slick-slider {
  margin: 0 -12px;
}
.wp-block-custom-blocks-avis-client-container .wrapper-items.slick-initialized.slick-slider .slick-list {
  overflow: visible;
}
@media (max-width: 575.98px) {
  .wp-block-custom-blocks-avis-client-container .wrapper-items.slick-initialized.slick-slider .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.wp-block-custom-blocks-avis-client-container .wrapper-items.slick-initialized.slick-slider .slick-track {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex !important;
}
.wp-block-custom-blocks-avis-client-container .wrapper-items.slick-initialized.slick-slider .slick-track .slick-slide {
  height: inherit;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.wp-block-custom-blocks-avis-client-container .slick-dots {
  position: initial;
  margin-top: 30px;
}
.wp-block-custom-blocks-avis-client-container .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
.wp-block-custom-blocks-avis-client-container .slick-dots li button {
  padding: 0;
  background-color: #B5FCAC;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all ease-in-out 0.15s;
}
.wp-block-custom-blocks-avis-client-container .slick-dots li button::before {
  display: none;
}
.wp-block-custom-blocks-avis-client-container .slick-dots li.slick-active button {
  width: 40px;
}
@media (max-width: 575.98px) {
  .wp-block-custom-blocks-avis-client-container .wrapper-title .content-arrow-slider {
    display: none;
  }
}

.wp-block-custom-blocks-avis-client-item .wrapper-content {
  padding: 20px;
  border: 3px solid #FE6379;
  background-color: #2C2C2C;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-custom-blocks-avis-client-item svg {
  margin-left: auto;
  margin-bottom: 20px;
}
.wp-block-custom-blocks-avis-client-item .content {
  margin-bottom: 20px;
}
.wp-block-custom-blocks-avis-client-item .name {
  margin-top: auto;
  font-weight: 700;
  margin-bottom: 2px;
}
.wp-block-custom-blocks-avis-client-item .date {
  color: #F1F1EF;
}

.wp-block-custom-blocks-text-on-image {
  overflow: hidden;
}
.wp-block-custom-blocks-text-on-image .wrapper-text .text {
  position: relative;
  z-index: 1;
  font-size: 5rem;
  line-height: 100px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 1199.98px) {
  .wp-block-custom-blocks-text-on-image .wrapper-text .text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.wp-block-custom-blocks-text-on-image .wrapper-text .text strong {
  display: inline-flex;
  position: relative;
  color: #1D1D1D;
}
.wp-block-custom-blocks-text-on-image .wrapper-text .text strong::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% + 20px);
  height: 100%;
  left: -10px;
  top: 0;
  background-color: #B5FCAC;
  border-radius: 8px;
  box-shadow: 0px 0px 14px 2px #B5FCAC;
}
.wp-block-custom-blocks-text-on-image .wrapper-image {
  height: 750px;
  width: 50%;
  margin: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .wp-block-custom-blocks-text-on-image .wrapper-image {
    height: 300px;
  }
}

.wp-block-custom-blocks-contact {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.wp-block-custom-blocks-contact .wrapper-social .item-social {
  background-color: #FE6379;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.15s;
}
.wp-block-custom-blocks-contact .wrapper-social .item-social svg path {
  fill: #1D1D1D;
}
.wp-block-custom-blocks-contact .wrapper-social .item-social:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 14px 2px #FE6379;
}
.wp-block-custom-blocks-contact .col-content-left {
  position: relative;
}
.wp-block-custom-blocks-contact .col-content-left .form-bottom {
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media (max-width: 767.98px) {
  .wp-block-custom-blocks-contact .col-content-left {
    padding-bottom: 40px;
  }
  .wp-block-custom-blocks-contact .form-bottom,
  .wp-block-custom-blocks-contact .form-top {
    display: none;
  }
}

form.wpcf7-form .form-wrapper {
  width: 100%;
}
form.wpcf7-form label {
  font-weight: 600;
}
form.wpcf7-form .label-text {
  display: block;
  margin-bottom: 2px;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=url],
form.wpcf7-form input[type=password],
form.wpcf7-form input[type=search],
form.wpcf7-form input[type=number],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=range],
form.wpcf7-form input[type=date],
form.wpcf7-form input[type=month],
form.wpcf7-form input[type=week],
form.wpcf7-form input[type=time],
form.wpcf7-form input[type=datetime],
form.wpcf7-form input[type=datetime-local],
form.wpcf7-form input[type=color],
form.wpcf7-form textarea {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #8B8B8B;
  background-color: #1D1D1D;
  color: #F9F9F9;
  font-family: "Nunito", sans-serif;
  line-height: 1.5rem;
  font-weight: 300;
  width: 100%;
}
form.wpcf7-form input[type=text]::placeholder,
form.wpcf7-form input[type=email]::placeholder,
form.wpcf7-form input[type=url]::placeholder,
form.wpcf7-form input[type=password]::placeholder,
form.wpcf7-form input[type=search]::placeholder,
form.wpcf7-form input[type=number]::placeholder,
form.wpcf7-form input[type=tel]::placeholder,
form.wpcf7-form input[type=range]::placeholder,
form.wpcf7-form input[type=date]::placeholder,
form.wpcf7-form input[type=month]::placeholder,
form.wpcf7-form input[type=week]::placeholder,
form.wpcf7-form input[type=time]::placeholder,
form.wpcf7-form input[type=datetime]::placeholder,
form.wpcf7-form input[type=datetime-local]::placeholder,
form.wpcf7-form input[type=color]::placeholder,
form.wpcf7-form textarea::placeholder {
  color: #8B8B8B;
}
form.wpcf7-form input[type=text]:focus, form.wpcf7-form input[type=text]:focus-visible,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=email]:focus-visible,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=url]:focus-visible,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=password]:focus-visible,
form.wpcf7-form input[type=search]:focus,
form.wpcf7-form input[type=search]:focus-visible,
form.wpcf7-form input[type=number]:focus,
form.wpcf7-form input[type=number]:focus-visible,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form input[type=tel]:focus-visible,
form.wpcf7-form input[type=range]:focus,
form.wpcf7-form input[type=range]:focus-visible,
form.wpcf7-form input[type=date]:focus,
form.wpcf7-form input[type=date]:focus-visible,
form.wpcf7-form input[type=month]:focus,
form.wpcf7-form input[type=month]:focus-visible,
form.wpcf7-form input[type=week]:focus,
form.wpcf7-form input[type=week]:focus-visible,
form.wpcf7-form input[type=time]:focus,
form.wpcf7-form input[type=time]:focus-visible,
form.wpcf7-form input[type=datetime]:focus,
form.wpcf7-form input[type=datetime]:focus-visible,
form.wpcf7-form input[type=datetime-local]:focus,
form.wpcf7-form input[type=datetime-local]:focus-visible,
form.wpcf7-form input[type=color]:focus,
form.wpcf7-form input[type=color]:focus-visible,
form.wpcf7-form textarea:focus,
form.wpcf7-form textarea:focus-visible {
  border-color: #FE6379;
  outline: none;
}
form.wpcf7-form br {
  display: none;
}
form.wpcf7-form input[type=submit] {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 2%;
  border-radius: 26px;
  padding: 10px 22px;
  margin: 0;
  transition: all ease-in-out 0.15s;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 2%;
  border-radius: 26px;
  padding: 10px 22px;
  margin: 0;
  transition: all ease-in-out 0.15s;
  background-color: #FE6379;
  border: 2px solid #FE6379;
  box-shadow: 0px 0px 14px 2px #FE6379;
  color: #1D1D1D;
}
form.wpcf7-form input[type=submit] svg path {
  transition: all ease-in-out 0.15s;
}
form.wpcf7-form input[type=submit]:hover, form.wpcf7-form input[type=submit]:active, form.wpcf7-form input[type=submit]:focus {
  transform: scale(1.05);
}
form.wpcf7-form .wpcf7-response-output {
  margin: 0;
  border: 0;
  padding: 0;
}

.wp-block-custom-blocks-container.margin-top-default {
  margin-top: 80px;
}
.wp-block-custom-blocks-container.margin-bottom-default {
  margin-bottom: 80px;
}
.wp-block-custom-blocks-container h2 {
  margin-bottom: 20px;
}

.error-404.not-found {
  padding: 80px 0;
}

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