.pin-wrapper {
position: relative !important;
padding: 0 !important;
margin: 0 !important;
transform: none !important;
width: 100% !important;
height: 100vh; background-color: black;
}
.scroll-wrapper {
display: flex;
height: 100vh;
justify-content: space-around;
align-items: flex-end;
} .scroll-left {
position: relative;
overflow: hidden;
width: 50%;
height: 100%; }
.scroll-left .image-panel {
position: absolute;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
}
.scroll-left .image-panel div {
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100vh;
}
.scroll-left .image-panel:nth-child(1) {
z-index: 4;
}
.scroll-left .image-panel:nth-child(2) {
z-index: 3;
}
.scroll-left .image-panel:nth-child(3) {
z-index: 2;
} .scroll-right {
display: flex;
align-items: center;
width: 50%;
height: 100%;
padding: 70px;
}
.treatment-list {
list-style: none;
margin: 0;
padding: 0;
}
.treatment-list li {
margin-bottom: 25px;
text-transform: uppercase;
font-size: 25px;
font-weight: 200;
transition: all 0.3s ease; }
.treatment-list li.active {
opacity: 1;
font-weight: 700;
}
.treatment-list li a {
text-decoration: none;
color: inherit;
display: inline-block;
color: white;
} .grecaptcha-badge {
display: none !important;
}
a, input, textarea, select, button {
outline: 0;
}
.elementor-widget-text-editor p:last-child {
margin-bottom: 0;
}         .forminator-module-edit-link {
display: none !important;
}
.cmplz-blocked-content-container {
position: relative;
}
.cmplz-blocked-content-container::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
}
.forminator-g-recaptcha.cmplz-placeholder-element {
background: none !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container {
box-shadow: none !important;
margin-bottom: 0 !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container::after {
display: none !important;
}
.cmplz-blocked-content-notice {
border-radius: 10px !important;
border: none !important;
padding: 15px !important;
color: white !important;
background: #302f3e !important;
box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4) !important;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.cmplz-blocked-content-notice:hover {
background: #434159 !important;
}
input.forminator-input, textarea.forminator-textarea {
background: #e8e8e8 !important;
border-radius: 5px !important;
border: 1px solid #5a5a5a !important;
}
span.select2-selection {
background: #e8e8e8 !important;
border-radius: 5px !important;
border: 1px solid #5a5a5a !important;
height: 42.8px !important;
}
.forminator-select-dropdown {
background: #2a4e42 !important;
border-radius: 5px !important;
border: 1px solid #5a5a5a !important;
}
.forminator-label {
text-transform: uppercase !important;
letter-spacing: 1px !important;
color: black !important;
}
.forminator-button-submit {
background: #E73331 !important;
color: white !important;
padding: 10px 15px !important;
border-radius: 5px !important;
font-weight: bold !important;
box-shadow: none !important;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.forminator-button-submit:hover {
background: #c31b29 !important;
}
.forminator-error-message {
padding: 0 !important;
font-size: 14px !important;
}
.forminator-select-dropdown {
background: #e8e8e8 !important;
border: 1px solid #5a5a5a !important;
}
#ui-datepicker-div {
background: #e8e8e8 !important;
}  .sinergio img {
height: 30px;
width: auto;
}     @media screen and (max-width: 1024px) {
.team-info {
opacity: 1 !important;
}
} @media screen and (max-width: 767px) {
.scroll-wrapper {
flex-direction: column;
justify-content: flex-start;
height: auto !important;
}
.pin-wrapper {
height: auto !important;
}
.scroll-left, .scroll-right {
width: 100% !important;
height: 250px;
display: flex;
flex-direction: row;
}
.scroll-right {
padding: 15px !important;
}
.scroll-left .image-panel {
position: initial;
}
.scroll-left .image-panel div {
background-size: cover !important;
background-position: center !important;
height: 250px !important;
}
.treatment-list li {
font-size: 20px !important;
}
.treatment-list li img {
position: relative;
top: -2px;
left: 5px;
}
}