/*
Theme Name: Singing Health | VerticalVertical
Text Domain: verticalvertical
Version: 1.0.0
Description: Our default theme for 2024 is designed to take full advantage of the flexibility of the block editor..
Author: Vertical Vertical
Author URI: https://verticalvertical.com/
Template: verticalvertical
*/

:root {
  --headerSocketColor: #BDA579;
  --headerMainColor: #FFFFFF;
  --pinkColor: #CA306C;
  --purpleColor: #2E2C64;
  --whiteColor: #FFFFFF;
  --goldColor: #9A6D34;
  --defaultColor: #2E2C64;
  --greenColor: #C2CDBF;
  --totalHeaderHeight: 142px;
}

::selection {
  background-color: var(--pinkColor) !important;
  color: var(--whiteColor) !important;
}

::-webkit-scrollbar {
  width: 10px;
  -webkit-overflow-scrolling: auto
}

::-webkit-scrollbar-thumb {
  background-color: var(--pinkColor)
}

#vertical-cookie-banner {
  background-color: var(--pinkColor);
}

#vertical-cookie-banner p {
  font-size: 14px !important;
  line-height: 16px !important;
  color: var(--whiteColor) !important;
}

#vertical-cookie-banner button {
  background-color: var(--purpleColor) !important;
}

.header-socket-wrapper {
  display: none;
}

body *,
html * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  word-break: normal
}

body img,
html img {
  display: block;
  max-width: 100%
}

@font-face {
  font-family: 'Roboto';
  src: url('./singinghealth/fonts/Roboto-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap
}


@font-face {
  font-family: 'Roboto';
  src: url('./singinghealth/fonts/Roboto-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Unbounded';
  src: url('./singinghealth/fonts/Unbounded-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap
}


@font-face {
  font-family: 'Unbounded';
  src: url('./singinghealth/fonts/Unbounded-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  margin: 0
}

h1 {
  font-family: 'Unbounded', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Unbounded', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
  font-weight: 400;
  margin-bottom: 40px;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}


body.page-id-66 .page.type-page {
  padding: 60px 0px;
}

body.page-id-66 .page.type-page * {
  text-align: left;
}

body.page-id-66 .page.type-page h1.wp-block-heading {
  margin-bottom: 30px;
}

body.page-id-66 .page.type-page h4.wp-block-heading {
  margin: 25px 0px 15px;
}

body.page-id-66 .page.type-page h5.wp-block-heading {
  margin-bottom: 10px;
}

a:not(.menu-item-text),
ol,
p,
label,
quote {
  font-family: 'Roboto', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--defaultColor);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}


h1:not(.not-center),
h2:not(.not-center),
h3:not(.not-center),
h4:not(.not-center),
h5:not(.not-center),
h6:not(.not-center),
p:not(.not-center) {
  text-align: center;
}


li.site-main-menu-item,
a.menu-item-text {
  color: var(--defaultColor);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
  color: var(--defaultColor);
  position: relative;
}

p {
  margin: 0 0 25px
}

* a:last-child,
* p:last-child {
  margin-bottom: 0 !important
}

.underline,
.underlineHover:hover {
  text-decoration: underline
}

.text-center {
  text-align: center;
}

.spacing-top-section {
  padding-top: 55px;
}

.bg-section {
  background-color: var(--purpleColor);
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

/* Shrink Button Animation */
.btn-style {
  font-family: 'Roboto', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  padding: 20px 30px;
  color: var(--whiteColor);
  border-radius: 40px;
  background-color: var(--pinkColor);
  border: 0px;
  outline: none;
  cursor: pointer;
}

.btn-shrink-animation {
  width: 122px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 10px;
}

.btn-video-animation {
  width: 165px;
  height: 116px;
  background-image: url('./singinghealth/images/video-play-button.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0px;
}

/* Header */
#site-header .site-main-menu-wrapper .site-main-menu * {
  font-family: 'Unbounded', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

#site-header .header-main-wrapper {
  padding: 28px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

#site-header .site-main-menu-wrapper .site-main-menu .site-main-menu-item.active a {
  color: var(--pinkColor);
}

#site-content .template-homepage {
  overflow: hidden;
}

#site-content .template-homepage .page-header-wrapper {
  /* background-color: #F8FAF8; */
}

#site-content .template-homepage .page-header-wrapper .page-header-inner {
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper {
  width: 100%;
  z-index: 1;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper .page-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper .page-header-content * {
  text-align: left;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper .page-header-content .image-wrap {
  border-radius: 40px;
  overflow: hidden;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper .page-header-content .page-header-content-child.child-left {
  width: 65%;
  max-width: 635px;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper .page-header-content .page-header-content-child.child-right {
  width: 40%;
  max-width: 496px;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-content-wrapper h1 {
  margin-bottom: 40px;
}

#site-content .template-homepage .page-header-wrapper .page-header-inner .page-header-bg-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.btn-process-animation-wrapper {
  position: relative;
  margin-top: 40px;
}

.page-header-wrapper .page-header-content-wrapper .page-header-content .page-header-content-child h1 {
  position: relative;
}

.page-header-wrapper .header-cross-line-wrapper {
  position: absolute;
  left: -250px;
  top: -30px;
  right: -180px;
}

.page-header-wrapper .header-cross-line {
  width: 100%;
  height: auto;
}

.page-header-wrapper .page-header-content-wrapper .page-header-content .page-header-content-child h1 img {
  position: absolute;
  bottom: -25px;
  right: -35px;
}

.overlap-image-wrapper {
  position: relative;
}

.overlap-image-wrapper .page-lmlf-inner {
  padding: 65px 0px;
  z-index: 1;
  position: relative;
}

.overlap-image-wrapper .page-lmlf-inner-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /* background-image: linear-gradient(to bottom, #F8FAF8 0%, #FFFFFF 100%); */
}

.overlap-image-wrapper h2 {
  text-align: center;
  margin-bottom: 0px;
}

.overlap-image-wrapper h2.tags {
  font-size: 60px;
  line-height: 75px;
  color: var(--pinkColor);
}

.overlap-image-wrapper img:not(.header-line) {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
  left: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
}

.scroll-down-animation-wrapper {
  padding: 25px 0px 0px;
}

.scroll-down-animation-wrapper .shrink-button-animation-wrapper {
  text-align: center;
}

.choirs-of-care-wrapper h2 {
  position: relative;
}

.choirs-of-care-wrapper h2>span>span {
  position: absolute;
  bottom: 0px;
  left: -15px;
  right: -10px;
  bottom: -30px;
}

.spread-bg-wrapper {
  position: relative;
}

.all-section-spread-color {
  position: relative;
}

.spread-bg-wrapper-color {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: -1;
  background-image: linear-gradient(to bottom, rgba(194, 205, 191, 1) 0%, rgba(194, 205, 191, 1) 100%);
}

.top-spread-bg-wrapper {
  position: relative;
  padding-bottom: 55px;
}

.top-spread-bg-wrapper .top-spread-bg {
  position: absolute;
  left: -250px;
  bottom: 0px;
  right: -330px;
  pointer-events: none;
}

.top-spread-bg-wrapper .top-spread-bg img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.dr-v-video-wrapper .dr-v-video-inner .dr-v-video-main {
  padding-top: 56.25%;
  position: relative;
}

.dr-v-video-wrapper .container {
  padding-bottom: 200px;
  position: relative;
}

.dr-v-video-wrapper .repeate-rotate-item {
  position: absolute;
  bottom: 0px;
  right: 80px;
}

.dr-v-video-wrapper {
  position: relative;
}

.dr-v-video-wrapper .cross-line-bg-section {
  position: absolute;
  left: -50px;
  right: -280px;
  bottom: -420px;
  pointer-events: none;
}

.dr-v-video-wrapper .cross-line-bg-section img {
  width: 100%;
  height: auto;
}

.site-video-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-video-wrapper video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.site-video-wrapper .video-poster {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 44px;
  overflow: hidden;
}

.site-video-wrapper .btn-video-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.site-video-wrapper .dr-v-video-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all .3s ease;
}

.site-video-wrapper .dr-v-video-popup.show {
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

.site-video-wrapper .dr-v-video-popup .popup-close-button {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  background-color: var(--purpleColor);
  border-radius: 100%;
  z-index: 1;
  transition: all .5s ease;
}

.site-video-wrapper .dr-v-video-popup .popup-close-button:hover {
  transform: rotate(360deg);
}

.site-video-wrapper .dr-v-video-popup .popup-close-button span {
  width: 25px;
  height: 5px;
  border-radius: 4px;
  background-color: var(--whiteColor);
  display: block;

  position: absolute;
  top: 17px;
  left: 8px;
}

.site-video-wrapper .dr-v-video-popup .popup-close-button span:nth-child(1) {
  transform: rotate(45deg);
}

.site-video-wrapper .dr-v-video-popup .popup-close-button span:nth-child(2) {
  transform: rotate(-45deg);
}

.site-video-wrapper .dr-v-video-popup .dr-v-video-popup-inner {
  width: 95%;
  max-width: 1240px;
}

.site-video-wrapper .dr-v-video-popup .dr-v-video-popup-inner-main {
  padding-top: 56.25%;
  position: relative;
}

.site-video-wrapper .dr-v-video-popup .dr-v-video-popup-inner-main iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}



.site-video-wrapper .video-show-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  z-index: 3;
}

.site-video-wrapper .video-show-wrapper.show {
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

.site-video-wrapper .video-show-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 44px;
}


.site-video-wrapper .video-show-wrapper .popup-close-button {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  background-color: var(--purpleColor);
  border-radius: 100%;
  z-index: 1;
  transition: all .5s ease;
}

.site-video-wrapper .video-show-wrapper .popup-close-button:hover {
  transform: rotate(360deg);
}

.site-video-wrapper .video-show-wrapper .popup-close-button span {
  width: 25px;
  height: 5px;
  border-radius: 4px;
  background-color: var(--whiteColor);
  display: block;

  position: absolute;
  top: 17px;
  left: 8px;
}

.site-video-wrapper .video-show-wrapper .popup-close-button span:nth-child(1) {
  transform: rotate(45deg);
}

.site-video-wrapper .video-show-wrapper .popup-close-button span:nth-child(2) {
  transform: rotate(-45deg);
}

.spread-background-section {
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #E9EDE8 100%);
}

.float-fancy-box-wrapper.float-fancy-box-1 h2>span>span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: -20px;
  bottom: -15px;
}

.float-fancy-box-wrapper .float-fancy-box-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child {
  width: 50%;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-left {
  width: 58.8%;
  max-width: 730px;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-left .float-fancy-box-child-content {
  width: 100%;
  max-width: 620px;
  height: 930px;
  border-radius: 44px;
  position: relative;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-left .float-fancy-box-child-content {
  background-image: linear-gradient(to bottom, #67658E, rgba(52, 51, 71, .1));
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-left .float-fancy-box-child-content .animation-item-small-box {
  position: absolute;
  top: 35px;
  left: 35px;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-left .float-fancy-box-child-content .animation-item-large-box {
  position: absolute;
  top: 270px;
  right: -30px;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-right {
  width: 41.2%;
  max-width: 510px;
}

.float-fancy-box-wrapper.float-fancy-box-2 {
  padding: 170px 0px 120px;
  position: relative;
}

.float-fancy-box-2-mask {
  position: absolute;
  top: 50px;
  left: -400px;
  right: -200px;
}

.float-fancy-box-2-mask img {
  width: 100%;
  height: auto;
}

.float-fancy-box-wrapper.revert .float-fancy-box-inner {
  flex-direction: row-reverse;
  align-items: center;
}

.float-fancy-box-wrapper.revert .float-fancy-box-inner .float-fancy-box-child.child-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.float-fancy-box-wrapper.float-fancy-box-2 .float-fancy-box-inner .float-fancy-box-child.child-left .float-fancy-box-child-content .animation-item-small-box {
  position: absolute;
  top: 35px;
  right: 50px;
  left: unset;
}

.float-fancy-box-wrapper .float-fancy-box-inner .float-fancy-box-child.child-right {
  max-width: 495px;
}

.float-fancy-box-wrapper.float-fancy-box-2 .float-fancy-box-inner .float-fancy-box-child.child-left .float-fancy-box-child-content .animation-item-large-box {
  position: absolute;
  top: 150px;
  left: -70px;
  right: unset;
}

.float-fancy-box-wrapper.float-fancy-box-2 h2>span>span {
  position: absolute;
  left: -15px;
  right: -45px;
  bottom: -7px;
}

.float-fancy-box-wrapper.float-fancy-box-2 .master-fancy-image.repeater-item-btn-animation.rotate-small4 {
  transform: rotate(30deg);
}

.bottom-heart-wrapper {
  padding: 0px 0px 65px;
  text-align: center;
}

.overlap-image-wrapper .move-wrapper {
  /* transform: translateY(-50%); */
}

.page-symphony-wrapper h2>span>span {
  position: absolute;
  bottom: 0px;
  left: -15px;
  right: -10px;
  bottom: -20px;
}

.symphony-bg-wrapper {
  height: 300px;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item {
  padding: 16px 12px;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item.revert:not(.small),
.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item.small:not(.revert) {
  width: 40%;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item.small.revert,
.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item:not(.small):not(.revert) {
  width: 60%;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item.revert:not(.small) .ziczac-box-item-inner-border,
.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item.small:not(.revert) .ziczac-box-item-inner-border {
  padding-top: 91%;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-inner-border {
  height: 100%;
}

.box-inner-section {
  position: relative;
  border-radius: 64px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.box-inner-section .box-inner-border-section {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: .86;
  z-index: 1;
}

.box-inner-main-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-content img {
  margin: 0px auto 30px;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-inner.white-pink:before {
  background-image: linear-gradient(to bottom, var(--whiteColor), var(--pinkColor));
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-inner.white-purple:before {
  background-image: linear-gradient(to bottom, var(--whiteColor), var(--purpleColor));
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item.revert {
  flex-direction: row-reverse;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-content {
  padding: 20px 40px;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-content h3 {
  margin-bottom: 20px;
}

.ziczac-boxes-wrapper .ziczac-boxes-inner .ziczac-boxes-list .ziczac-box-item .ziczac-box-item-content p {
  color: var(--whiteColor);
}

.zoom-on-hover-animation-wrapper .zoom-on-hover-animation-inner {
  transition: transform .5s ease;
}

.zoom-on-hover-animation-wrapper:hover .zoom-on-hover-animation-inner {
  transform: scale(1.1);
}

.dr-v-infomation-wrapper .box-inner-section {
  padding-top: 35.3%;
}

.dr-v-infomation-wrapper {
  padding: 110px 0px 0px;
}

.dr-v-infomation-wrapper .box-inner-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(44, 46, 80, .41);
}

.dr-v-infomation-wrapper .dr-v-infomation-inner-content {
  margin-top: 50px;
}

.dr-v-infomation-wrapper h2>span>span {
  position: absolute;
  bottom: -30px;
  left: -30px;
  right: -30px;
}

.dr-v-infomation-wrapper .btn-process-animation-wrapper {
  text-align: center;
}



.harmony-healing-wrapper .box-inner-section {
  padding-top: 35.3%;
}

.harmony-healing-wrapper {
  padding: 110px 0px 0px;
}

.harmony-healing-wrapper .box-inner-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(194, 205, 191, .6);
}

.harmony-healing-wrapper .harmony-healing-inner-content {
  margin-top: 50px;
}

.harmony-healing-wrapper h2>span>span {
  position: absolute;
  bottom: -15px;
  left: -30px;
  right: -30px;
}

.harmony-healing-wrapper .btn-process-animation-wrapper {
  text-align: center;
}

.main-content-bottom-wrapper {
  position: relative;
  padding: 0px 15px 80px;
}

.main-content-bottom-wrapper .dr-v-infomation-wrapper,
.main-content-bottom-wrapper .harmony-healing-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.main-content-bottom-wrapper .main-content-bottom-line {
  position: absolute;
  bottom: 100px;
  left: -300px;
  right: -300px;
}

.main-content-bottom-wrapper .main-content-bottom-line img {
  width: 100%;
  height: auto;
}

.contact-section-wrapper {
  position: relative;
  background-color: #F8FAF8;
  padding: 0px 15px;
}

.contact-section-wrapper .container {
  padding: 80px 0px 80px;
}

.contact-section-wrapper .contact-section-inner h2>span>span {
  position: absolute;
  bottom: -20px;
  left: -7px;
  right: -30px;
}

.contact-section-wrapper .contact-section-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.contact-section-wrapper .contact-section-inner .contact-section-inner-child.child-left {
  width: calc(100% - 675px);
}

.contact-section-wrapper .contact-section-inner .contact-dr-v-image {
  border-radius: 44px;
  overflow: hidden;
  display: inline-block;
  transform: translateX(-22px);
}

.contact-section-wrapper .contact-section-inner .contact-section-inner-child.child-right {
  width: 675px;
}

.contact-section-wrapper .container {
  position: relative;
}

.contact-section-wrapper .bird-fancy {
  position: absolute;
  top: 60px;
  left: 30%;
}

.contact-section-wrapper .heart-group-fancy-1 {
  position: absolute;
  top: 60px;
  right: 10px;
  transform: rotate(15deg);
}

.contact-section-wrapper .heart-group-fancy-2 {
  position: absolute;
  bottom: 20px;
  left: -10px;
  transform: rotate(-11deg);
}

#vcf-contact-wrapper * {
  font-family: 'Roboto', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

#vcf-contact-wrapper .contact-form-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#vcf-contact-wrapper .contact-form-inner {
  margin: 0px -15px;
}

#vcf-contact-wrapper .contact-form-inner .contact-form-control {
  width: 100%;
  padding: 10px 15px;
}

#vcf-contact-wrapper .contact-form-inner .contact-form-control:nth-child(1),
#vcf-contact-wrapper .contact-form-inner .contact-form-control:nth-child(2) {
  width: 50%;
}

#vcf-contact-wrapper .contact-form-inner .contact-form-control label {
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 0px 0px 5px 20px;
}

#vcf-contact-wrapper .contact-form-inner .contact-form-control input:not([type="submit"]),
#vcf-contact-wrapper .contact-form-inner .contact-form-control textarea {
  width: 100%;
  border-radius: 22px;
  border: 1px solid var(--purpleColor);
  color: var(--purpleColor);
  padding: 23px 20px !important;
}

.contact-section-wrapper .contact-section-top-line {
  pointer-events: none;
  position: absolute;
  top: -200px;
  left: -300px;
  right: -400px;
}

.contact-section-wrapper .contact-section-top-line img {
  width: 100%;
  height: auto;
}

.footer-menu-widget-wrapper {
  padding: 50px 0px 50px;
  background-color: var(--purpleColor);
}

.footer-menu-widget-wrapper h3,
.footer-menu-widget-wrapper p {
  color: var(--whiteColor);
}

.footer-menu-widget-wrapper .footer-menu-widget-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-menu-widget-wrapper .footer-menu-widget-inner .footer-menu-widget-inner-child.child-left {
  width: calc((100% / 3)*2);
}

.footer-menu-widget-wrapper .footer-menu-widget-inner .footer-menu-widget-inner-child.child-right {
  width: calc((100% / 3));
}

.footer-menu-widget-wrapper .footer-menu-widget-inner .footer-menu-widget-inner-child.child-left p {
  margin-top: 50px;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields input[type="email"] {
  width: 100%;
  background-color: var(--whiteColor);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border: 0px;
  outline: none;
  border-radius: 25px;
  padding: 16px 15px;
  font-size: 16px;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCCCCC;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCCCCC;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #CCCCCC;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields :-moz-placeholder {
  /* Firefox 18- */
  color: #CCCCCC;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields input,
.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields button {
  width: 100%;
  max-width: 300px;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-form-fields button {
  width: 100%;
  background-color: var(--whiteColor);
  color: var(--pinkColor);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border: 0px;
  outline: none;
  border-radius: 25px;
  padding: 14px 15px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  cursor: pointer;
}

.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-response p,
.footer-menu-widget-wrapper #mc4wp-form-1 .mc4wp-response a {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  color: var(--whiteColor);
}

.site-footer-embed {
  padding: 20px 0px;
  background-color: var(--pinkColor);
}

.site-footer-embed .site-footer-embed-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-footer-embed .site-footer-embed-child.child-left {
  width: calc((100% / 3)*2);
}

.site-footer-embed .site-footer-embed-child.child-right {
  width: calc((100% / 3));
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.site-footer-embed .site-footer-embed-child p,
.site-footer-embed .site-footer-embed-child a {
  font-size: 15px;
  line-height: 20px;
  color: var(--whiteColor);
  text-align: left;
}

.site-footer-embed .site-footer-embed-child p {
  margin-bottom: 5px;
}

.site-footer-embed .site-footer-embed-child span {
  margin: 0px 10px;
}

.site-footer-embed .site-footer-embed-child.child-right a {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--purpleColor);
  border-radius: 100%;
  margin-right: 15px;
}

.page-404 #site-content button {
  margin: 0 auto;
}

body.page-id-54 #site-content .btn-process-animation-wrapper {
  text-align: center;
}

.image-wrap-fix img {
  width: unset !important;
}

.float-fancy-box-wrapper .master-fancy-image.animation-item-large-box .video-floating {
  width: 438px;
  aspect-ratio: 607 / 1080;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}