@charset "UTF-8";
 @-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.conti {
container-type: inline-size;
}
.conti h1, .conti h2, .conti h3, .conti h4, .conti h5, .conti h6 {
font-weight: 900;
}
.conti h1.fat {
font-size: calc(1.2rem + 12cqi);
}
.conti h1.fat span {
font-size: calc(1.2rem + 12cqi);
}
.conti h1 {
font-size: calc(1.5rem + 9cqi);
}
.conti h1 span {
font-size: calc(1.5rem + 9cqi);
}
.conti h2 {
font-size: calc(1.5rem + 5cqi);
}
.conti h3 {
font-size: calc(1.5rem + 4cqi);
}
.conti h4 {
font-size: calc(1.5rem + 3cqi);
}
.conti h5 {
font-size: calc(1.5rem + 2cqi);
}
.conti h6 {
font-size: calc(1.5rem + 1cqi);
}
.conti p, .conti a, .conti ul, .conti li, .conti span, .conti .ct-text-block {
font-size: calc(1.5rem + 1cqi);
line-height: 1.3;
}
.strike {
position: relative;
}
.strike:before {
position: absolute;
content: "";
width: 100%;
height: 60%;
border-bottom: 15px solid red;
}
@media only screen and (min-width: 820px) {
.strike:before {
border-bottom: 23px solid red;
height: 53%;
}
}
.header {
background-color: rgba(7, 7, 7, 0.6) !important;
}
.header > .ct-section-inner-wrap {
display: grid !important;
width: 100%;
grid-template-columns: 1fr 1fr;
grid-template-areas: "logo toggle";
gap: 20px;
align-items: center;
}
@media only screen and (min-width: 992px) {
.header > .ct-section-inner-wrap {
display: grid !important;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "logo logo desktop desktop desktop desktop desktop";
}
}
.header--logo {
grid-area: logo;
justify-self: start;
z-index: 131 !important;
}
.desktop--nav {
grid-area: desktop;
z-index: 122;
display: none !important;
}
@media only screen and (min-width: 992px) {
.desktop--nav {
display: flex !important;
align-items: flex-end;
}
}
.mobile-menu {
display: block;
height: 0px !important;
transition: all 0.3s ease-in-out;
overflow: hidden;
position: fixed; top: 48px;
z-index: 131;
width: 100%;
}
.mobile-menu.active {
height: 450px !important;
display: block;
box-shadow: 1.8px 12.5px 10px rgba(0, 0, 0, 0.035), 14px 100px 80px rgba(0, 0, 0, 0.07);
transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
.mobile-menu.active {
display: block;
height: 0;
width: 100%;
display: none !important;
}
}
.toggle-menu {
grid-area: toggle;
display: flex;
}
@media only screen and (min-width: 992px) {
.toggle-menu {
display: none !important;
}
}
.desktop-nav_list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 6px;
}
.desktop-nav_list .desktop-nav_item {
font-size: 1.6rem;
width: 100%;
text-align: center;
}
@media only screen and (max-width: 992px) {
.desktop-nav_list .desktop-nav_item {
font-size: 2.4rem;
}
}
.desktop-nav_list .desktop-nav_item a {
display: block;
white-space: nowrap;
padding: 2px 10px 2px 0;
text-decoration: none;
font-weight: 600;
color: var(--light-color);
transition: all 0.4s ease-in-out;
}
.desktop-nav_list .desktop-nav_item a:hover {
font-weight: 600;
color: var(--light-color);
}
.desktop-nav_list .desktop-nav_item__active a {
color: var(--white-color);
}
.mobile-menu-wrapper { background-color: rgba(7, 7, 7, 0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
width: 100%;
}
.mobile-menu-wrapper .mobile-nav { }
.mobile-nav_list {
list-style: none;
margin: 0 0 2rem;
padding: 0;
display: flex;
flex-direction: column;
gap: 5px;
align-items: flex-end;
}
.mobile-nav_item {
font-size: 2.2rem;
width: 100%;
text-align: right;
}
.mobile-nav_item a {
display: block;
padding: 8px;
width: 100%;
text-decoration: none;
font-weight: 600;
color: var(--light-color);
transition: all 0.4s ease-in-out;
}
.mobile-nav_item a:hover {
font-weight: 600;
color: var(--light-color);
}
.mobile-nav_item__active a {
color: var(--white-color);
}
:root {
--toggle-color: var(--white-color);
} .toggle-menu {
justify-self: end;
cursor: pointer;
position: relative;
z-index: 131;
width: 30px;
height: 20px;
}
.toggle-menu::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
background: var(--toggle-color);
height: 2px;
transform: translateY(-6px);
}
.toggle-menu::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 50%;
background: var(--toggle-color);
height: 2px;
transform: translateY(6px);
}
.toggle-menu::before, .toggle-menu::after {
transition: transform 0.2s;
}
.toggle-menu.active::before {
transform: translateY(0) rotate(45deg);
}
.toggle-menu.active::after {
transform: translateY(0) rotate(-45deg);
}
.footer-nav_list {
list-style: none;
margin: 0;
padding: 0;
}
.footer-nav_list .footer-nav_item {
transition: all 0.3s ease-in-out;
}
.footer-nav_list .footer-nav_item:hover {
opacity: 0.9;
}
.footer-nav_list .footer-nav_item:hover a {
color: var(--primary-color);
}
.footer-nav_list .footer-nav_item a {
color: var(--dark-color);
}
footer a {
color: var(--light-color);
font-weight: 600;
transition: all 0.4s ease-in-out;
}
footer a .ct-fancy-icon {
color: var(--light-color) !important;
}
footer a:hover {
color: var(--white-color);
opacity: 0.8;
}
footer a:hover .ct-fancy-icon {
color: var(--ehite-color) !important;
}
footer .copy {
color: var(--light-color);
}
footer .copy p, footer .copy a, footer .copy a:hover {
color: var(--light-color);
font-size: 12px;
}
footer p {
margin: 0;
}
.inverted {
-webkit-filter: invert(1);
filter: invert(1);
} @keyframes slide {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.logos-wrapper {
overflow: hidden !important;
display: block !important;
width: 100%;
}
.logos {
overflow: hidden !important;
display: inline-block !important;
padding: 60px 0;
background: white;
white-space: nowrap;
position: relative;
}
.logos:before, .logos:after {
position: absolute;
top: 0;
width: 250px;
height: 100%;
content: "";
z-index: 2;
}
.logos:before {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide {
animation-play-state: paused;
}
.logos-slide {
display: inline-block !important;
animation: 35s slide infinite linear;
}
.logos-slide img {
height: 50px;
margin: 0 40px;
} .quote {
text-transform: uppercase;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
font-weight: 900;
}
.quote .char {
transform: translateY(233px);
transition: transform 0.4s;
}
.plax {
position: relative;
overflow: hidden;
}
.plax .plax-img {
z-index: -2;
position: absolute;
object-fit: cover;
top: -20px;
width: 100%;
height: 130%; }
.text-laser {
text-shadow: 0px 0px 40px #0cf, 0px 0px 10px #0cf;
}
.text-gardient {
background: #CFE7fA;
background: radial-gradient(circle farthest-corner at center center, #CFE7fA 0%, #6393C1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.text-outline {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: var(--dark-color);
font-weight: 900;
}
.bg-blur {
background-color: rgba(247, 247, 247, 0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.bg-gardient-1 {
background: linear-gradient(90deg, #a4baf5, #c8e74d, #f5a2a1);
background-size: 100% 100%;
animation: gradient1 4s alternate infinite;
} .shake { animation: ShakeAnimation 4s infinite;
} @keyframes ShakeAnimation {
5%, 50% {
transform: scale(1);
}
10% {
transform: scale(0.9);
}
15% {
transform: scale(1.05);
}
20% {
transform: scale(1.05) rotate(-3.5deg);
}
23% {
transform: scale(1.05) rotate(3.5deg);
}
26% {
transform: scale(1.05) rotate(-2.5deg);
}
30% {
transform: scale(1.05) rotate(2.5deg);
}
35% {
transform: scale(1.05) rotate(0);
}
}
@keyframes gradient1 {
0% {
background-position: 0%;
}
100% {
background-position: 100%;
}
}
.video-box, .video {
max-width: 100%;
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05), 10px 10px 20px 0 rgba(0, 0, 0, 0.05), 20px 20px 40px 0 rgba(0, 0, 0, 0.05), 40px 40px 80px 0 rgba(0, 0, 0, 0.05);
border-radius: 7px;
}
.video-box video, .video video {
border: none;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.video {
max-width: 100%;
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
}
.video iframe {
aspect-ratio: 1.7777777778;
border: none;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.card-ia {
background-color: #1b1b1b;
}
.newsletter-wrapper .screen-reader-response, .newsletter-wrapper .wpcf7-not-valid-tip {
display: none;
}
.newsletter {
width: 100%;
}
.g-newsletter {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "in in in in in in in in bt bt";
gap: 0;
}
.g-newsletter .g-mail {
grid-area: in;
}
.g-newsletter .g-mail label {
display: none;
}
.g-newsletter .g-mail input {
background: #333333;
border: none;
border: 1px solid #535353;
width: 100%;
height: 70px;
color: #fff;
font-size: 2rem;
font-weight: 700;
padding: 10px 15px;
}
.g-newsletter .g-mail input:focus {
border-color: #333333;
outline: none;
}
.g-newsletter .g-submit {
grid-area: bt;
}
.g-newsletter .g-submit input {
width: 100%;
height: 100%;
border: 0;
background: var(--primary-color);
color: #fff;
border-radius: 0;
}
.g-newsletter .g-submit input:hover {
cursor: pointer;
}
.leonie {
border: 2px solid tomato;
background: #333;
color: white;
}
.form-dark input[type=color], .form-dark input[type=date], .form-dark input[type=datetime], .form-dark input[type=datetime-local], .form-dark input[type=email], .form-dark input[type=month], .form-dark input[type=number], .form-dark input[type=password], .form-dark input[type=search], .form-dark input[type=tel], .form-dark input[type=text], .form-dark input[type=url], .form-dark input[type=week], .form-dark input:not([type]), .form-dark textarea, .form-dark select {
-webkit-appearance: none;
background-color: #f0f0f0;
border: none;
border: 2px solid #b9b6b4;
border-radius: 5px;
box-shadow: none;
box-sizing: inherit;
min-height: 2.8rem;
padding: 8px 12px 8px;
width: 100%;
font-size: 1.6rem;
color: var(--dark-color);
transition: all 0.4s ease-in-out;
font-family: inherit !important;
}
.form-dark textarea {
resize: vertical;
min-height: 3rem;
height: 150px;
}
.form-dark input[type=color]:focus, .form-dark input[type=date]:focus, .form-dark input[type=datetime]:focus, .form-dark input[type=datetime-local]:focus, .form-dark input[type=email]:focus, .form-dark input[type=month]:focus, .form-dark input[type=number]:focus, .form-dark input[type=password]:focus, .form-dark input[type=search]:focus, .form-dark input[type=tel]:focus, .form-dark input[type=text]:focus, .form-dark input[type=url]:focus, .form-dark input[type=week]:focus, .form-dark input:not([type]):focus, .form-dark textarea:focus, .form-dark select:focus {
background: #fff;
border-color: #7a7a89;
color: var(--dark-color);
outline: 0;
}
.form-dark ::placeholder {
color: var(--primary-alt-hover-color);
}
.form-dark label, .form-dark legend {
display: block;
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--dark-color);
}
.form-dark fieldset {
border-width: 0;
padding: 0;
}
.form-dark input[type=checkbox], .form-dark input[type=radio] {
display: inline;
}
.form-dark small a {
text-decoration: underline;
}
.form-dark small a:hover {
text-decoration: none;
}
.form-dark form p {
margin: 0;
padding: 0;
}
.form-dark .g2 {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
@media only screen and (min-width: 767px) {
.form-dark .g2 {
grid-template-columns: 1fr 1fr;
}
}
.form-dark .g2 .c {
width: 100%;
}
.form-dark .contact-form-wplx p, .form-dark .wplx-form p {
margin: 0;
padding: 0;
}
.form-dark .contact-form-wplx small, .form-dark .wplx-form small {
display: inline-block;
margin-bottom: 1rem;
}
.form-dark .contact-form-wplx small a, .form-dark .wplx-form small a {
color: var(--extra-color-2);
}
.form-dark .contact-form-wplx small a:hover, .form-dark .wplx-form small a:hover {
color: var(--extra-color-2);
}
.form-dark .wpcf7-not-valid-tip {
color: var(--primary-color);
line-height: 1;
font-weight: 700;
margin-top: 4px;
position: relative;
font-size: 1.4rem;
}
.form-dark .wpcf7-not-valid-tip::before {
content: "» ";
position: absolut;
left: 0;
top: 0;
color: var(--primary-color);
}
.form-dark .wpcf7-not-valid {
border: 2px solid var(--primary-color) !important;
}
.form-dark .wpcf7-response-output {
border: 2px solid var(--error-color) !important;
border-color: var(--error-color) !important;
font-weight: 600;
color: var(--error-color) !important;
line-height: 1;
margin: 1rem 0 !important;
padding: 1rem !important;
}
.form-dark .wpcf7-response-output.alert-success {
border: 2px solid var(--success-color) !important;
color: var(--light-color) !important;
background: var(--success-color);
}
.form-dark .wpcf7-textarea {
margin: 0 0 -5px 0;
}
.form-dark .wpcf7-submit {
padding-left: 3.2rem;
padding-right: 3.2rem;
padding-top: 1.2rem;
padding-bottom: 1.2rem;
font-weight: 600;
font-size: 1.6rem;
border-radius: 0.6rem;
border: none;
transition-duration: 0.4s;
transition-property: all;
background-color: var(--primary-color);
color: var(--light-color);
box-shadow: 0 4px 9px rgb(var(--primary-rgb-vals), 20%);
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.form-dark .wpcf7-submit:hover {
background-color: var(--primary-color);
cursor: pointer;
}
:root {
--font-sans: -apple-system, system-ui, "system-ui", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body > * {
font-family: var(--font-sans);
}
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}
.btn-yellow:not(.ct-section):not(.oxy-easy-posts), .btn-yellow.oxy-easy-posts .oxy-posts, .btn-yellow.ct-section .ct-section-inner-wrap {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.btn-yellow {
color: var(--black-color);
background-color: var(--warning-color);
transition-duration: 0.4s;
transition-property: all;
box-shadow: 0 4px 9px rgb(var(--primary-rgb-vals), 20%);
} .c-h1, .headline-72 {
line-height: 1.0555555556;
font-size: clamp(36px, calc(7.03125vw - 18px), 72px);
}
.c-h2, .headline-60 {
line-height: 1.0666666667;
font-size: clamp(30px, calc(5.859375vw - 15px), 60px);
}
.c-h3, .headline-48 {
line-height: 1.0833333333;
font-size: clamp(26px, calc(4.6875vw - 12px), 48px);
}
.c-h4, .headline-36 {
line-height: 1.1944444444;
font-size: clamp(24px, calc(2.34375vw + 6px), 36px);
}
.c-h5, .headline-30 {
line-height: 1.2;
font-size: clamp(22px, calc(1.5625vw + 10px), 30px);
}
.c-h6, .headline-24 {
line-height: 1.2083333333;
font-size: clamp(20px, calc(1.171875vw + 9px), 24px);
}
.c-p {
font-size: clamp(14px, calc(0.78125vw + 8px), 16px);
}
.mt-nav {
margin-top: -90px;
padding-top: 60px;
}
.cnc-h2 {
font-size: clamp(24px, calc(4.6875vw - 12px), 48px);
color: blue;
}
figure {
margin: 0 !important;
padding: 0 !important;
}
.video-loop {
font-size: 0;
}
.video-loop video {
width: 100%;
object-fit: contain;
overflow-clip-margin: content-box;
overflow: clip;
}
#code_block-824-3080 {
display: none;
}
.lh1 {
line-height: 1 !important;
}
.lh4 {
line-height: 1.5 !important;
}
.header-bgv {
position: relative;
min-height: 100vh;
max-width: 100%;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.header-bgv-text-wrapper {
width: 100%;
min-width: 100vw;
min-height: calc(100vh - 50px);
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 1rem;
margin: 0;
padding: 0;
}
.header-bgv-nav {
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
}
.header-bgv-nav .toggle-menu::before, .header-bgv-nav .toggle-menu::after {
background: var(--white-color);
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item a {
color: rgba(255, 255, 255, 0.8);
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item a:hover {
color: var(--white-color);
text-decoration-color: var(--white-color);
text-decoration: none;
opacity: 0.5;
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item.desktop-nav_item__active a {
color: white;
text-decoration-color: var(--white-color);
text-decoration: none;
}
.header-bgv-nav .mobile-menu {
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
}
.header-bgv-nav .mobile-menu .mobile-menu-wrapper {
background: transparent;
}
.header-bgv-nav .mobile-menu .mobile-menu-wrapper .mobile-nav .mobile-nav_list .mobile-nav_item a {
color: var(--white-color);
}
.video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
z-index: -1;
}
.video-full-height {
z-index: -20;
height: 100%;
width: 100%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-full-height video { min-width: calc(100% + 2px);
width: auto;
max-width: none;
min-height: calc(100% + 2px);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.video-full-height .canvas-boxi {
min-width: calc(100% + 2px);
width: auto;
max-width: none;
min-height: calc(100% + 2px);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.none {
display: none !important;
}
.tshadow {
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.card-produkt {
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
body {
font-family: var(--font-sans);
overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-sans);
}
.text-xs-all h1, .text-xs-all h2, .text-xs-all h3, .text-xs-all h4, .text-xs-all h5, .text-xs-all h6 {
font-size: 22px;
}
.text-xs-all ul, .text-xs-all li, .text-xs-all p, .text-xs-all a {
font-size: 15px;
}
.text-xxs h1, .text-xxs h2, .text-xxs h3, .text-xxs h4, .text-xxs h5, .text-xxs h6 {
font-size: 18px;
}
.text-xxs ul, .text-xxs li, .text-xxs p, .text-xxs a {
font-size: 14px;
}
.p-null > p {
margin: 0;
padding: 0;
}
.owl-space > * + * {
margin-top: 1rem;
}
.owl-space-xl > * + * {
margin-top: 3rem;
}
.hyphen {
word-wrap: break-word;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphenate-limit-chars: 6 3 3;
hyphenate-limit-lines: 2;
hyphenate-limit-last: always;
hyphenate-limit-zone: 8%;
}
.current-menu-item {
text-decoration: underline;
}
.check-list ul {
list-style: none;
padding-left: 2.4rem;
margin: 2rem 0;
}
.check-list ul li {
position: relative;
margin: 4px 0;
}
.check-list ul li::before {
position: absolute;
top: 1px;
margin: 0px 0 0 -20px;
vertical-align: middle;
display: inline-block;
width: 14px;
height: 14px;
content: url(//eyeswo.com/wp-content/uploads/dp-check.svg);
}
.column-list {
width: 100%;
columns: 1;
column-gap: 40px;
-webkit-columns: 1;
-moz-columns: 1;
}
@media only screen and (min-width: 769px) {
.column-list {
columns: 2;
column-gap: 40px;
-webkit-columns: 2;
-moz-columns: 2;
}
}
.hover-shadow:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.post-entry {
font-size: 1.4rem;
}
.post-entry h3 {
font-size: 3rem;
font-weight: 900;
} .down-arrow {
position: absolute;
top: calc(100vh - 180px);
left: calc(50% - 16px);
width: 0;
height: 50px;
border: 2px solid;
border-radius: 2px;
color: white;
animation: jumpInfinite 1.5s infinite;
}
.down-arrow:after {
content: " ";
position: absolute;
top: 35px;
left: -8px;
width: 16px;
height: 16px;
color: white;
border-bottom: 4px solid;
border-right: 4px solid;
border-radius: 4px;
transform: rotateZ(45deg);
}
@keyframes jumpInfinite {
0% {
margin-top: 0;
}
50% {
margin-top: 20px;
}
100% {
margin-top: 0;
}
}
.reviews { }
.review-logo {
display: block;
width: 9rem;
max-width: 9rem;
height: auto;
}
.ama-card {
border: 2px solid var(--color-black);
background: white;
padding: 20px;
}
.ama-card a {
display: flex;
width: 100%;
align-items: center;
opacity: 1;
transition: all 0.4s ease-in-out;
}
.ama-card a:hover {
opacity: 0.9;
transform: scale(1.037654);
cursor: pointer !important;
}
.ama-card img {
height: 140px;
width: auto;
object-fit: contain;
}
@media only screen and (min-width: 480px) {
.ama-card img {
height: 210px;
}
}