@charset "UTF-8";
@font-face {
  font-family: "Husqvarna Gothic";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Husqvarna Gothic"), url(/fonts/HusqvarnaGothic-Light.woff?54e2d16f15b25a7dd34023c900d1da48) format("woff");
}
@font-face {
  font-family: "Husqvarna Gothic";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local("Husqvarna Gothic"), url(/fonts/HusqvarnaGothic-LightItalic.woff?12ba2afcfe45e8d23cd8d5ed5b37426c) format("woff");
}
@font-face {
  font-family: "Husqvarna Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Husqvarna Gothic"), url(/fonts/HusqvarnaGothic-Regular.woff?5d2db65bde4248bd1e5001ff41e9a96c) format("woff");
}
@font-face {
  font-family: "Husqvarna Gothic";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Husqvarna Gothic"), url(/fonts/HusqvarnaGothic-RegularItalic.woff?12492b20ee473e35edf3bd11a4ce1f72) format("woff");
}
@font-face {
  font-family: "Husqvarna Gothic";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Husqvarna Gothic"), url(/fonts/HusqvarnaGothic-Bold.woff?acfe6fb1f673c8264b87f36609489270) format("woff");
}
@font-face {
  font-family: "Husqvarna Gothic";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local("Husqvarna Gothic"), url(/fonts/HusqvarnaGothic-BoldItalic.woff?c3863b106003a4dc340e1fa8b2e78296) format("woff");
}
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img,
img {
  border: 0;
}

/* Border-box fix */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Fix iOS forms */
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Fix highlights */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.m-05 {
  margin: 0.5rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.my-05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.p-05 {
  padding: 0.5rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.pr-05 {
  padding-right: 0.5rem;
}

.py-05 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-05 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.m-1 {
  margin: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-15 {
  margin: 1.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.p-15 {
  padding: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.m-2 {
  margin: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.p-2 {
  padding: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-25 {
  margin: 2.5rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.mr-25 {
  margin-right: 2.5rem;
}

.my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-25 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.p-25 {
  padding: 2.5rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pr-25 {
  padding-right: 2.5rem;
}

.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-25 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.m-3 {
  margin: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.p-3 {
  padding: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.m-35 {
  margin: 3.5rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.ml-35 {
  margin-left: 3.5rem;
}

.mr-35 {
  margin-right: 3.5rem;
}

.my-35 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-35 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.p-35 {
  padding: 3.5rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.pl-35 {
  padding-left: 3.5rem;
}

.pr-35 {
  padding-right: 3.5rem;
}

.py-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-35 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.m-4 {
  margin: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.p-4 {
  padding: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.m-45 {
  margin: 4.5rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.ml-45 {
  margin-left: 4.5rem;
}

.mr-45 {
  margin-right: 4.5rem;
}

.my-45 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-45 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.p-45 {
  padding: 4.5rem;
}

.pt-45 {
  padding-top: 4.5rem;
}

.pb-45 {
  padding-bottom: 4.5rem;
}

.pl-45 {
  padding-left: 4.5rem;
}

.pr-45 {
  padding-right: 4.5rem;
}

.py-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-45 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.m-5 {
  margin: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.p-5 {
  padding: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.m-55 {
  margin: 5.5rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mb-55 {
  margin-bottom: 5.5rem;
}

.ml-55 {
  margin-left: 5.5rem;
}

.mr-55 {
  margin-right: 5.5rem;
}

.my-55 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-55 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.p-55 {
  padding: 5.5rem;
}

.pt-55 {
  padding-top: 5.5rem;
}

.pb-55 {
  padding-bottom: 5.5rem;
}

.pl-55 {
  padding-left: 5.5rem;
}

.pr-55 {
  padding-right: 5.5rem;
}

.py-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-55 {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.m-6 {
  margin: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.p-6 {
  padding: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.m-65 {
  margin: 6.5rem;
}

.mt-65 {
  margin-top: 6.5rem;
}

.mb-65 {
  margin-bottom: 6.5rem;
}

.ml-65 {
  margin-left: 6.5rem;
}

.mr-65 {
  margin-right: 6.5rem;
}

.my-65 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.mx-65 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.p-65 {
  padding: 6.5rem;
}

.pt-65 {
  padding-top: 6.5rem;
}

.pb-65 {
  padding-bottom: 6.5rem;
}

.pl-65 {
  padding-left: 6.5rem;
}

.pr-65 {
  padding-right: 6.5rem;
}

.py-65 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.px-65 {
  padding-right: 6.5rem;
  padding-left: 6.5rem;
}

.m-7 {
  margin: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.p-7 {
  padding: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.m-75 {
  margin: 7.5rem;
}

.mt-75 {
  margin-top: 7.5rem;
}

.mb-75 {
  margin-bottom: 7.5rem;
}

.ml-75 {
  margin-left: 7.5rem;
}

.mr-75 {
  margin-right: 7.5rem;
}

.my-75 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-75 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.p-75 {
  padding: 7.5rem;
}

.pt-75 {
  padding-top: 7.5rem;
}

.pb-75 {
  padding-bottom: 7.5rem;
}

.pl-75 {
  padding-left: 7.5rem;
}

.pr-75 {
  padding-right: 7.5rem;
}

.py-75 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-75 {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}

.m-8 {
  margin: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.p-8 {
  padding: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.m-85 {
  margin: 8.5rem;
}

.mt-85 {
  margin-top: 8.5rem;
}

.mb-85 {
  margin-bottom: 8.5rem;
}

.ml-85 {
  margin-left: 8.5rem;
}

.mr-85 {
  margin-right: 8.5rem;
}

.my-85 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.mx-85 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.p-85 {
  padding: 8.5rem;
}

.pt-85 {
  padding-top: 8.5rem;
}

.pb-85 {
  padding-bottom: 8.5rem;
}

.pl-85 {
  padding-left: 8.5rem;
}

.pr-85 {
  padding-right: 8.5rem;
}

.py-85 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.px-85 {
  padding-right: 8.5rem;
  padding-left: 8.5rem;
}

.m-9 {
  margin: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.ml-9 {
  margin-left: 9rem;
}

.mr-9 {
  margin-right: 9rem;
}

.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.p-9 {
  padding: 9rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pr-9 {
  padding-right: 9rem;
}

.px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.m-95 {
  margin: 9.5rem;
}

.mt-95 {
  margin-top: 9.5rem;
}

.mb-95 {
  margin-bottom: 9.5rem;
}

.ml-95 {
  margin-left: 9.5rem;
}

.mr-95 {
  margin-right: 9.5rem;
}

.my-95 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.mx-95 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.p-95 {
  padding: 9.5rem;
}

.pt-95 {
  padding-top: 9.5rem;
}

.pb-95 {
  padding-bottom: 9.5rem;
}

.pl-95 {
  padding-left: 9.5rem;
}

.pr-95 {
  padding-right: 9.5rem;
}

.py-95 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.px-95 {
  padding-right: 9.5rem;
  padding-left: 9.5rem;
}

.m-10 {
  margin: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ml-10 {
  margin-left: 10rem;
}

.mr-10 {
  margin-right: 10rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.p-10 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.m-105 {
  margin: 10.5rem;
}

.mt-105 {
  margin-top: 10.5rem;
}

.mb-105 {
  margin-bottom: 10.5rem;
}

.ml-105 {
  margin-left: 10.5rem;
}

.mr-105 {
  margin-right: 10.5rem;
}

.my-105 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.mx-105 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

.p-105 {
  padding: 10.5rem;
}

.pt-105 {
  padding-top: 10.5rem;
}

.pb-105 {
  padding-bottom: 10.5rem;
}

.pl-105 {
  padding-left: 10.5rem;
}

.pr-105 {
  padding-right: 10.5rem;
}

.py-105 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.px-105 {
  padding-right: 10.5rem;
  padding-left: 10.5rem;
}

.all-inclusive {
  margin: 0 auto;
  max-width: 1376px;
  background: #fff;
}
.all-inclusive__wrapper {
  margin: 0 auto;
  padding: 100px 42px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .all-inclusive__wrapper {
    padding: 60px 22px 0;
  }
}
.all-inclusive__header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
  max-width: 730px;
}
@media (max-width: 1000px) {
  .all-inclusive__header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.all-inclusive__header img {
  width: 110px;
  height: 110px;
}
.all-inclusive__title {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 34px;
  line-height: 64px;
}
@media (max-width: 1000px) {
  .all-inclusive__title {
    font-size: 30px;
    line-height: 34px;
  }
}
.all-inclusive__text {
  margin: 0;
  font-weight: 400;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
@media (max-width: 1000px) {
  .all-inclusive__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.all-inclusive__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .all-inclusive__list {
    flex-direction: column;
    gap: 40px;
  }
}
.all-inclusive__item {
  width: 367px;
  text-align: center;
}
@media (max-width: 1000px) {
  .all-inclusive__item {
    width: unset;
  }
}
.all-inclusive__item-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
.all-inclusive__item-text {
  margin: 0;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  max-height: 100px;
  width: 100%;
  color: white;
  background-color: #e05f35;
  transition: all 0.2s;
}
.banner:hover {
  background-color: #d64d21;
}
.banner__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  text-align: center;
}
.banner__content {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .banner__content {
    font-size: 12px;
    line-height: 14px;
  }
}

.header--sticky .banner {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.header--sticky .banner__content {
  opacity: 0;
}

.batteries {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1376px;
  background: #fff;
}
.batteries__hero {
  background-image: url("/wp-content/themes/smart-garden/assets/img/hero-batteries.jpeg") !important;
  background-size: cover !important;
  background-position: center;
}
@media (max-width: 1000px) {
  .batteries__hero {
    background-position: left 20px;
  }
}
.batteries__hero-title {
  text-align: right !important;
  margin-left: auto !important;
}
@media (max-width: 1000px) {
  .batteries__hero-title {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.batteries__description {
  margin: 0 auto;
  padding: 10px 0 40px;
  max-width: 750px;
  font-weight: 400;
  font-size: clamp(22px, 1.1vw, 1.1vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  color: #273a60;
}
@media (max-width: 1000px) {
  .batteries__description {
    max-width: 768px;
    margin: 0 auto;
    padding: 10px 22px 20px;
    font-size: clamp(20px, 1vw, 1vw);
    line-height: clamp(26px, 1.3vw, 1.3vw);
  }
}
.batteries__description p {
  margin: 0;
}
.batteries__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 60px;
  align-items: center;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1000px) {
  .batteries__list {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 22px 32px;
  }
}
@media (max-width: 1000px) {
  .batteries__list img {
    max-height: 150px;
  }
}
.batteries__list li:nth-child(3) {
  grid-area: 1/2/3/3;
}
@media (max-width: 1000px) {
  .batteries__list li:nth-child(3) {
    grid-area: unset;
  }
}
.batteries__list li:nth-child(3) img {
  height: 277px;
}
@media (max-width: 1000px) {
  .batteries__list li:nth-child(3) img {
    height: 150px;
  }
}
.batteries__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  .batteries__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 150px auto;
    align-items: flex-start;
    height: 100%;
  }
  .batteries__item picture {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .batteries__item picture {
    margin: auto;
  }
}
.batteries__item-description {
  margin: 0;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
@media (max-width: 1000px) {
  .batteries__item-description {
    text-align: center;
  }
}
.batteries__item-description span {
  display: block;
}

.blog-post {
  margin-top: 40px !important;
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .blog-post {
    margin-top: 16px !important;
    padding: 24px 0;
  }
}
.blog-post__container {
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .blog-post__container {
    max-width: 768px;
  }
}
.blog-post__wrapper {
  display: grid;
  grid-template-columns: auto 200px;
  grid-gap: 16px;
}
@media (max-width: 1000px) {
  .blog-post__wrapper {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
}
.blog-post__main {
  margin-left: 180px;
  max-width: 850px;
}
@media (max-width: 1000px) {
  .blog-post__main {
    margin: 0;
    max-width: 100%;
  }
}
.blog-post__breadcrumbs {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #273a60;
}
.blog-post__breadcrumbs a {
  color: #273a60;
  text-transform: capitalize;
}
@media (max-width: 1000px) {
  .blog-post__hero {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
.blog-post__header {
  padding: 0 40px;
}
@media (max-width: 1000px) {
  .blog-post__header {
    padding: 0;
  }
}
.blog-post__title {
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
}
.blog-post__content {
  margin-top: 64px;
  padding: 0 40px;
}
.blog-post__content p {
  margin: 24px 0;
}
.blog-post__content ul,
.blog-post__content ol {
  margin: 24px 0 24px 24px;
}
.blog-post__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-post__content ol {
  list-style: decimal;
}
.blog-post__content ul li {
  position: relative;
  padding-left: 40px;
}
.blog-post__content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.blog-post__content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.blog-post__content samp {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.blog-post__content blockquote {
  max-width: 80%;
  margin: 32px auto;
  padding-left: 24px;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.blog-post__content a {
  color: #273a60;
  transition: all 0.4s ease;
}
.blog-post__content a:hover {
  color: #365084;
}
.blog-post__content img {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .blog-post__content img {
    margin: 24px 0;
    margin-left: -16px;
    max-width: calc(100% + 32px);
  }
}
.blog-post__content .wp-video {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .blog-post__content .wp-video {
    margin: 24px 0;
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.blog-post__content h1,
.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4,
.blog-post__content h5,
.blog-post__content h6 {
  font-weight: 600;
  margin: 24px 0;
}
.blog-post__content h1 {
  font-size: 1.6em;
}
.blog-post__content h2 {
  font-size: 1.5em;
}
.blog-post__content h3 {
  font-size: 1.4em;
}
.blog-post__content h4 {
  font-size: 1.3em;
}
.blog-post__content h5 {
  font-size: 1.2em;
}
.blog-post__content h6 {
  font-size: 1.1em;
}
@media (max-width: 1000px) {
  .blog-post__content {
    margin-top: 24px;
    padding: 0;
  }
}
.blog-post__categories {
  margin-top: 64px;
}
@media (max-width: 1000px) {
  .blog-post__categories {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.blog-post__categories .tags__list {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  .blog-post__categories .tags__list {
    flex-direction: row;
  }
}
.blog-post__categories .tags__item {
  align-self: flex-start;
  margin-bottom: 10px;
}

.blog-posts {
  margin: 0 auto;
  margin-top: 40px !important;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .blog-posts {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 16px;
  }
}
.blog-posts__title {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 670px;
  text-align: center;
}
.blog-posts__categories {
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .blog-posts__categories {
    margin-bottom: 40px;
  }
}
.blog-posts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 397px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding-bottom: 200px;
}
@media (max-width: 1000px) {
  .blog-posts__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.blog-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.4s ease;
}
.blog-posts__item-link {
  position: absolute;
  display: flex;
  width: 100%;
  height: 400px;
  border-radius: 32px;
  background-color: #273a60;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1000px) {
  .blog-posts__item-link {
    height: 230px;
  }
}
.blog-posts__item-link:hover {
  background-color: #365084;
}
.blog-posts__item-link:hover img {
  transform: scale(1.08);
}
.blog-posts__item-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.blog-posts__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.blog-posts__item-title {
  position: absolute;
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  color: white;
  z-index: 2;
}
@media (min-width: 1000px) {
  .blog-posts__item-title {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
}
@media (max-width: 1000px) {
  .blog-posts__item-title {
    position: relative;
    margin-top: 230px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
  }
}
.blog-posts__item-title a {
  color: white;
}
@media (max-width: 1000px) {
  .blog-posts__item-title a {
    color: #3d3d3c;
  }
}
.blog-posts .tags__list {
  justify-content: center;
}

.campaign-block {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
  color: #3d3d3c;
}
@media (max-width: 1000px) {
  .campaign-block {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.campaign-block__header {
  margin-bottom: 88px;
  max-width: 60%;
}
@media (max-width: 1000px) {
  .campaign-block__header {
    margin-bottom: 44px;
    max-width: 100%;
  }
}
.campaign-block__header h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 54px;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .campaign-block__header h2 {
    font-size: 50px;
  }
}
.campaign-block__header p {
  margin-top: 40px;
  font-weight: 400;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
.campaign-block__content {
  display: grid;
  grid-template-columns: 39% 57%;
  grid-gap: 50px;
}
@media (max-width: 1000px) {
  .campaign-block__content {
    grid-template-columns: 1fr;
  }
}
.campaign-block__content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campaign-block__image {
  border-radius: 48px 48px 0px 48px;
}
.campaign-block__image-caption {
  margin-top: 20px;
  font-weight: 600;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
.campaign-block__button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.campaign-block__button button {
  all: unset;
  display: block;
  padding: 20px 44px;
  font-weight: 600;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(18px, 0.9vw, 0.9vw);
  text-align: center;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.3s;
}
.campaign-block__button button:hover {
  background: #27487d;
}
.campaign-block ul li {
  padding: 32px 80px 40px 48px;
  background: #f5f5f3;
  border-radius: 40px;
}
@media (max-width: 1000px) {
  .campaign-block ul li {
    padding-right: 32px;
  }
}
.campaign-block ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
.campaign-block ul li h2 {
  position: relative;
  padding-left: 36px;
  font-weight: 700;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(54px, 2.7vw, 2.7vw);
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .campaign-block ul li h2 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 32px;
  }
}
.campaign-block ul li h2:after {
  background-image: url("/wp-content/themes/smart-garden/assets/img/check-square.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .campaign-block ul li h2:after {
    top: 5px;
  }
}
.campaign-block ul li p {
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(26px, 1.3vw, 1.3vw);
}
.campaign-block--inverted {
  background: #030d18;
  color: #fff;
}
.campaign-block--inverted ul li {
  background: rgba(255, 255, 255, 0.1);
}

.campaign-page .main-content {
  max-width: 100%;
  background: unset;
}
.campaign-page .smart-app {
  width: 100%;
  margin-left: 0;
}
.campaign-page .smart-app__wrapper {
  position: relative;
}
.campaign-page .smart-app__wrapper:before {
  position: absolute;
  content: "";
  top: -88px;
  right: 10%;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/images/philips-hue.png?211344d6652850ee9cfea17293e4e346);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 112px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .campaign-page .smart-app__wrapper:before {
    top: -50px;
    width: 100px;
    height: 100px;
    background-size: 72px;
  }
}
.campaign-page .featured-posts,
.campaign-page .contacts-block,
.campaign-page .image-block,
.campaign-page .product-block,
.campaign-page .product-list,
.campaign-page .promo-banner,
.campaign-page .services-block,
.campaign-page .faq {
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .campaign-page .featured-posts,
  .campaign-page .contacts-block,
  .campaign-page .image-block,
  .campaign-page .product-block,
  .campaign-page .product-list,
  .campaign-page .promo-banner,
  .campaign-page .services-block,
  .campaign-page .faq {
    padding: 40px 0;
  }
}

.campaign {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .campaign {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.campaign__container {
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .campaign__container {
    max-width: 768px;
  }
}
.campaign__wrapper {
  display: grid;
  grid-template-columns: 580px 580px;
  grid-gap: 32px;
}
@media (min-width: 1000px) {
  .campaign__wrapper {
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .campaign__wrapper {
    grid-template-columns: 1fr;
  }
}
.campaign__image--desktop {
  display: block;
  z-index: 1;
}
@media (max-width: 1000px) {
  .campaign__image--desktop {
    display: none;
  }
}
.campaign__image--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .campaign__image--mobile {
    display: block;
  }
}
.campaign__title {
  margin-bottom: 58px;
}
.campaign__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campaign__form-title {
  margin-bottom: 14px;
  color: #e05f35;
}
.campaign__form-wrapper {
  margin-top: -32px;
  padding: 60px 50px 50px;
  max-width: 448px;
  background: #f9f9f9;
  border-radius: 32px;
}
@media (max-width: 1000px) {
  .campaign__form-wrapper {
    margin-top: 0;
    padding: 32px 24px;
  }
}
.campaign__form-wrapper .cf7-form {
  margin-top: 32px;
}
@media (max-width: 1000px) {
  .campaign__form-wrapper .cf7-form {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.campaign__form-wrapper .cf7-form input,
.campaign__form-wrapper .cf7-form textarea {
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #dbdbdb !important;
}
.campaign__form-wrapper .cf7-form input:hover,
.campaign__form-wrapper .cf7-form textarea:hover {
  background: #fafafa !important;
}
.campaign__form-wrapper .cf7-form input:focus,
.campaign__form-wrapper .cf7-form textarea:focus {
  background: #fff !important;
}
.campaign__form-wrapper .cf7-form input[type=submit] {
  margin-top: 0 !important;
  border-radius: 16px !important;
  background-color: #273a60 !important;
}
.campaign__form-wrapper .cf7-form input[type=submit]:hover {
  background-color: #365084 !important;
}
.campaign__form-wrapper .cf7-form .wpcf7-response-output {
  margin: 0 0 16px 0 !important;
}
.campaign__text p {
  margin: 24px 0;
}
.campaign__text ul,
.campaign__text ol {
  margin: 24px 0 24px 24px;
}
.campaign__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.campaign__text ol {
  list-style: decimal;
}
.campaign__text ul li {
  position: relative;
  padding-left: 40px;
}
.campaign__text ul li:not(:last-child) {
  margin-bottom: 16px;
}
.campaign__text ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.campaign__text samp {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.campaign__text blockquote {
  max-width: 80%;
  margin: 32px auto;
  padding-left: 24px;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.campaign__text a {
  color: #273a60;
  transition: all 0.4s ease;
}
.campaign__text a:hover {
  color: #365084;
}
.campaign__text img {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .campaign__text img {
    margin: 24px 0;
    margin-left: -16px;
    max-width: calc(100% + 32px);
  }
}
.campaign__text .wp-video {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .campaign__text .wp-video {
    margin: 24px 0;
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.campaign__text h1,
.campaign__text h2,
.campaign__text h3,
.campaign__text h4,
.campaign__text h5,
.campaign__text h6 {
  font-weight: 600;
  margin: 24px 0;
}
.campaign__text h1 {
  font-size: 1.6em;
}
.campaign__text h2 {
  font-size: 1.5em;
}
.campaign__text h3 {
  font-size: 1.4em;
}
.campaign__text h4 {
  font-size: 1.3em;
}
.campaign__text h5 {
  font-size: 1.2em;
}
.campaign__text h6 {
  font-size: 1.1em;
}
.campaign__text--medium {
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(22px, 1.1vw, 1.1vw);
}
.campaign__text--small {
  margin-top: 16px;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(18px, 0.9vw, 0.9vw);
}
.campaign__text ul li:before {
  background: url(/images/checkmark.svg?7ca14a4ee6f9bdc68346e90b7e6787f2) no-repeat center;
}
.campaign__text h1 {
  font-size: 2.2em;
}
.campaign__text h2 {
  font-size: 1em;
}
.campaign__text h3 {
  font-size: 1.8em;
}
.campaign__text h4 {
  font-size: 1.6em;
}
.campaign__text h5 {
  font-size: 1.4em;
}
.campaign__text h6 {
  font-size: 1.2em;
}

.circles-block {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background: #fff;
  color: #3d3d3c;
}
@media (max-width: 1000px) {
  .circles-block {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.circles-block__wrapper {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .circles-block__wrapper {
    padding: 0 16px;
    max-width: 768px;
  }
}
.circles-block__button {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
@media (max-width: 1000px) {
  .circles-block__button {
    margin-top: 48px;
  }
}
.circles-block__button button,
.circles-block__button a {
  all: unset;
  display: block;
  padding: 20px 44px;
  font-weight: 600;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(18px, 0.9vw, 0.9vw);
  text-align: center;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.3s;
}
.circles-block__button button:hover,
.circles-block__button a:hover {
  background: #27487d;
}
.circles-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .circles-block ul {
    margin-top: 48px;
  }
}
.circles-block li {
  position: relative;
  display: block;
  width: 244px;
  height: 244px;
  margin-right: 70px;
}
.circles-block li:last-of-type {
  margin-right: 0;
}
.circles-block li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.circles-block li img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .circles-block li {
    width: 16vmin;
    height: 16vmin;
    margin-right: 30px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .circles-block li {
    width: 20vmin;
    height: 20vmin;
    margin-right: 16px;
  }
}
.circles-block h2 {
  margin: 0 auto;
  max-width: 710px;
  font-weight: 600;
  font-size: 64px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .circles-block h2 {
    font-size: 54px;
  }
}
.circles-block p {
  margin: 0 auto;
  max-width: 710px;
  margin-top: 16px;
  font-weight: 400;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  text-align: center;
}
@media (max-width: 1000px) {
  .circles-block p {
    font-size: 24px;
    line-height: 32px;
  }
}
.circles-block span {
  font-weight: 700;
  color: #e05f35;
}
.circles-block--inverted {
  padding: clamp(5rem, 5.6vw, 5.6vw) 0;
  background: #030d18;
  color: #fff;
}
@media (max-width: 1000px) {
  .circles-block--inverted {
    padding: clamp(3rem, 3.3vw, 3.3vw) 0;
  }
}

.contact {
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  z-index: 1;
}
@media (max-width: 1000px) {
  .contact {
    margin-bottom: 40px;
    padding-top: 24px;
    order: 3;
  }
}
.contact__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}
@media (max-width: 1000px) {
  .contact__wrapper {
    display: block;
  }
}
.contact__title {
  margin: 0;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: clamp(24px, 1.2vw, 1.2vw);
}
@media (max-width: 1000px) {
  .contact__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.contact__row {
  display: flex;
  gap: 16px;
}
.contact__row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  text-align: center;
}
.contact dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
@media (max-width: 1000px) {
  .contact dl {
    max-width: 200px;
    margin-bottom: 16px;
  }
}
.contact dt,
.contact dd {
  margin: 0;
}
.contact a {
  color: #3d3d3c;
  text-decoration: underline;
}
.contact p {
  margin: 0;
}

.contact-me {
  margin: 0 auto;
  max-width: 1376px;
  background: #fff;
}
.contact-me__wrapper {
  margin: 0 auto;
  padding: 100px 42px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1376px;
  text-align: center;
}
@media (max-width: 1000px) {
  .contact-me__wrapper {
    padding: 60px 22px;
  }
}
.contact-me__title {
  margin: 0;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}
.contact-me__cta {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 40px;
  padding: 12px 60px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.contact-me__cta:hover {
  background: #27487d;
}

.contact-form {
  position: fixed;
  z-index: 200;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 199;
  color: #3d3d3c;
}
.contact-form__window {
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 1000px) {
  .contact-form__footer {
    padding-bottom: 100px !important;
  }
}
.contact-form__close {
  display: none;
}
@media (max-width: 1000px) {
  .contact-form__close {
    position: absolute;
    right: 28px;
    top: -42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-shrink: 0;
    padding: 2px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
  }
}
.contact-form__close span {
  background-color: #3d3d3c;
  width: 100%;
  height: 2px;
}
.contact-form__close span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.contact-form__close span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.contact-form__form {
  padding: 32px 32px 24px;
}
@media (max-width: 1000px) {
  .contact-form__form {
    padding: 24px 24px 0;
  }
}
.contact-form__form form {
  padding: 0;
}
.contact-form__form textarea {
  max-height: 130px;
}
.contact-form__footer {
  padding: 0 32px 32px;
}
.contact-form__footer a {
  text-decoration: underline;
  color: #3d3d3c;
}
.contact-form__footer p {
  text-align: center;
}
.contact-form__footer p:first-child {
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
.contact-form__footer p:last-child {
  font-size: 13px;
  line-height: 17px;
}
.contact-form__content {
  padding: 32px;
  background-color: #fff;
}
.contact-form .contact-form__form {
  padding: 24px !important;
}
.contact-form__trigger {
  position: absolute;
  bottom: 3vh;
  right: 2vh;
}
.contact-form__close {
  top: 20px;
}
.contact-form__close span {
  background-color: white;
}
.contact-form__window {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 374px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: -5px -10px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(150%) translateX(-50%);
  transform-origin: center top;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1000px) {
  .contact-form__window {
    right: unset;
    left: 50%;
    width: 100%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
  }
}
.contact-form__wrapper {
  background-color: white;
}
.contact-form__image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 22px;
}
@media (max-width: 1000px) {
  .contact-form__image {
    position: unset;
    margin-right: 16px;
  }
}
.contact-form__radio {
  padding: 0 24px;
  display: flex;
}
.contact-form__radio input[type=radio] + span:before {
  border-color: #273a60 !important;
}
.contact-form__radio input[type=radio]:checked + span:after {
  background-color: #273a60 !important;
}
.contact-form__radio span {
  font-weight: 700;
  color: #273a60;
}
.contact-form__radio label {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form__radio label:first-of-type {
  margin-right: 2rem;
}
.contact-form__header {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  border-radius: 16px 16px 0 0;
  padding: 24px;
}
.contact-form__header-wrapper {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.contact-form__header-wrapper h2 {
  font-size: 26px;
  line-height: 26px;
}
.contact-form__footer {
  padding: 0 32px 32px;
}
@media (max-width: 1000px) {
  .contact-form__footer {
    padding: 0 24px 32px;
  }
}
.contact-form__footer a {
  text-decoration: underline;
  color: #3d3d3c;
}
.contact-form__footer p {
  text-align: center;
}
.contact-form__footer p:first-child {
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
.contact-form__footer p:last-child {
  font-size: 13px;
  line-height: 17px;
}
.contact-form__content {
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .contact-form__content {
    padding: 24px;
  }
}
.contact-form .wpcf7-submit {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.contact-form .wpcf7-submit:hover {
  background: #27487d;
}
.contact-form__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  padding-right: 32px;
  padding-left: 40px;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #fff;
  background: #e05f35;
  border: 2px solid #fff;
  border-radius: 32px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.2s;
}
.contact-form__button:hover {
  background-color: #d64d21;
}
.contact-form__button:after {
  position: absolute;
  content: "";
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/smart-garden/assets/img/chat-white.svg");
}
.contact-form__button-video:after {
  background-image: url("/wp-content/themes/smart-garden/assets/img/video-chat.svg");
}
.contact-form__button span {
  display: block;
  max-width: 140px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .contact-form__button span {
    font-size: 16px;
    line-height: 16px;
  }
}
.contact-form__button img {
  position: absolute;
  top: -20px;
  right: -8px;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .about {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.about__container {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 48px;
  align-items: center;
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .about__container {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 768px;
  }
}
.about__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__content {
  padding: 32px 0;
}
.about__title {
  font-weight: 600;
  font-size: clamp(28px, 1.4vw, 1.4vw);
  line-height: clamp(48px, 2.4vw, 2.4vw);
}
.about__description {
  margin-bottom: 38px;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.about__list {
  font-weight: 600;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(40px, 2vw, 2vw);
}
.about__list-item {
  position: relative;
  padding-left: 40px;
}
.about__list-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.about__info {
  display: flex;
  flex-direction: column;
  margin-top: 44px;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.about__info a {
  position: relative;
  padding-left: 40px;
  color: #3d3d3c;
  text-decoration: underline;
}
.about__info a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
}
.about__info-email::first-letter {
  text-transform: capitalize;
}
.about__info-email:before {
  background: url(/images/mail.svg?9ff90a7158410fe6b4bb41d913f38ca5) no-repeat center;
}
.about__info-phone:before {
  background: url(/images/phone.svg?7f776ce3a70dc114cb8a44df18f647ae) no-repeat center;
}

.expert-form,
.book-visit-form,
.video-form {
  position: fixed;
  z-index: 200;
  height: 0;
  top: 10vh;
  right: 50%;
  height: 100vh;
  transform: translateY(150%);
}
.expert-form__window,
.book-visit-form__window,
.video-form__window {
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 1000px) {
  .expert-form__footer,
  .book-visit-form__footer,
  .video-form__footer {
    padding-bottom: 100px !important;
  }
}
.expert-form__close,
.book-visit-form__close,
.video-form__close {
  display: none;
}
@media (max-width: 1000px) {
  .expert-form__close,
  .book-visit-form__close,
  .video-form__close {
    position: absolute;
    right: 28px;
    top: -42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-shrink: 0;
    padding: 2px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
  }
}
.expert-form__close span,
.book-visit-form__close span,
.video-form__close span {
  background-color: #3d3d3c;
  width: 100%;
  height: 2px;
}
.expert-form__close span:first-child,
.book-visit-form__close span:first-child,
.video-form__close span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.expert-form__close span:last-child,
.book-visit-form__close span:last-child,
.video-form__close span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.expert-form__form,
.book-visit-form__form,
.video-form__form {
  padding: 32px 32px 24px;
}
@media (max-width: 1000px) {
  .expert-form__form,
  .book-visit-form__form,
  .video-form__form {
    padding: 24px 24px 0;
  }
}
.expert-form__form form,
.book-visit-form__form form,
.video-form__form form {
  padding: 0;
}
.expert-form__form textarea,
.book-visit-form__form textarea,
.video-form__form textarea {
  max-height: 130px;
}
.expert-form__footer,
.book-visit-form__footer,
.video-form__footer {
  padding: 0 32px 32px;
}
.expert-form__footer a,
.book-visit-form__footer a,
.video-form__footer a {
  text-decoration: underline;
  color: #3d3d3c;
}
.expert-form__footer p,
.book-visit-form__footer p,
.video-form__footer p {
  text-align: center;
}
.expert-form__footer p:first-child,
.book-visit-form__footer p:first-child,
.video-form__footer p:first-child {
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
.expert-form__footer p:last-child,
.book-visit-form__footer p:last-child,
.video-form__footer p:last-child {
  font-size: 13px;
  line-height: 17px;
}
.expert-form__content,
.book-visit-form__content,
.video-form__content {
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .expert-form,
  .book-visit-form,
  .video-form {
    height: 100vh;
    width: 100vw;
    top: -60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.expert-form__wrapper,
.book-visit-form__wrapper,
.video-form__wrapper {
  scrollbar-width: thin;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.expert-form__wrapper::-webkit-scrollbar-thumb,
.book-visit-form__wrapper::-webkit-scrollbar-thumb,
.video-form__wrapper::-webkit-scrollbar-thumb {
  min-width: 80px;
  min-height: 80px;
  background: rgba(250, 250, 250, 0.15);
  background-clip: content-box;
  border-radius: 4px;
}
.expert-form__wrapper::-webkit-scrollbar-button,
.book-visit-form__wrapper::-webkit-scrollbar-button,
.video-form__wrapper::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.expert-form__wrapper::-webkit-scrollbar-track,
.book-visit-form__wrapper::-webkit-scrollbar-track,
.video-form__wrapper::-webkit-scrollbar-track {
  margin-left: 3rem;
  margin-right: 3rem;
  width: 4px;
  height: 4px;
  background-color: #515151;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .expert-form__wrapper::-webkit-scrollbar-track,
  .book-visit-form__wrapper::-webkit-scrollbar-track,
  .video-form__wrapper::-webkit-scrollbar-track {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.expert-form__wrapper::-webkit-scrollbar-corner,
.book-visit-form__wrapper::-webkit-scrollbar-corner,
.video-form__wrapper::-webkit-scrollbar-corner {
  background-color: transparent;
}
.expert-form__wrapper::-webkit-scrollbar,
.book-visit-form__wrapper::-webkit-scrollbar,
.video-form__wrapper::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
@media (max-width: 1000px) {
  .expert-form__wrapper,
  .book-visit-form__wrapper,
  .video-form__wrapper {
    max-height: 85vh;
  }
}
.expert-form__window,
.book-visit-form__window,
.video-form__window {
  margin-left: -1px;
  width: calc(100% + 1px);
  max-width: 381px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(250%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1000px) {
  .expert-form__window,
  .book-visit-form__window,
  .video-form__window {
    bottom: 0;
    max-width: 500px;
    max-height: 90vh;
    border-radius: 16px 16px 0 0;
  }
}
.expert-form .wpcf7-submit,
.book-visit-form .wpcf7-submit,
.video-form .wpcf7-submit {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.expert-form .wpcf7-submit:hover,
.book-visit-form .wpcf7-submit:hover,
.video-form .wpcf7-submit:hover {
  background: #27487d;
}
.expert-form__image,
.book-visit-form__image,
.video-form__image {
  position: absolute;
  top: -36px;
  left: -25px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 1000px) {
  .expert-form__image,
  .book-visit-form__image,
  .video-form__image {
    display: none;
  }
}
.expert-form__image--mobile,
.book-visit-form__image--mobile,
.video-form__image--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .expert-form__image--mobile,
  .book-visit-form__image--mobile,
  .video-form__image--mobile {
    display: block;
    position: unset;
    width: 52px;
    height: 52px;
  }
}
.expert-form__header,
.book-visit-form__header,
.video-form__header {
  margin: 40px 40px 16px;
}
@media (max-width: 1000px) {
  .expert-form__header,
  .book-visit-form__header,
  .video-form__header {
    margin: 32px 24px 24px;
  }
}
@media (max-width: 1000px) {
  .expert-form__header-wrapper,
  .book-visit-form__header-wrapper,
  .video-form__header-wrapper {
    display: flex;
    align-items: center;
  }
}
.expert-form__title,
.book-visit-form__title,
.video-form__title {
  font-weight: 600;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
@media (max-width: 1000px) {
  .expert-form__title,
  .book-visit-form__title,
  .video-form__title {
    padding-left: 16px;
  }
}
.expert-form__text,
.book-visit-form__text,
.video-form__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.expert-form__footer,
.book-visit-form__footer,
.video-form__footer {
  padding-left: 52px;
  padding-right: 52px;
}

@media (max-width: 1000px) {
  .expert-form__header-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

@media (max-width: 1000px) {
  .video-form__header-wrapper {
    flex-direction: row-reverse;
  }
}
.video-form__image {
  position: absolute;
  top: -16px;
  right: -10px;
  left: unset;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 1000px) {
  .video-form__image {
    position: unset;
    width: 52px;
    height: 52px;
  }
}

.faq {
  margin: 0 auto;
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  max-width: 768px !important;
}
@media (max-width: 1000px) {
  .faq {
    margin: 0 auto;
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
    max-width: 100%;
  }
}
.faq--featured {
  margin-left: -50%;
  width: 200%;
  max-width: unset !important;
  background: #fff;
}
@media (max-width: 1000px) {
  .faq--featured {
    margin: clamp(3rem, 3.3vw, 3.3vw) 0;
  }
}
.faq--featured .faq__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 24px;
  max-width: 768px;
}
@media (max-width: 1000px) {
  .faq--featured .faq__wrapper {
    margin: 0;
    padding: clamp(1.5rem, 1.7vw, 1.7vw) 24px;
    max-width: 50%;
  }
}
.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1.5rem, 1.7vw, 1.7vw);
}
.faq__title {
  font-weight: 600;
  font-size: clamp(28px, 1.4vw, 1.4vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  letter-spacing: -0.2px;
}
.faq__toggle-all {
  display: flex;
  align-items: center;
  margin-right: -12px;
  padding: 4px 12px;
  padding-left: 32px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  color: #3d3d3c;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  text-decoration: underline;
  background: none;
  background-image: url("/wp-content/themes/smart-garden/assets/img/expand.svg");
  background-repeat: no-repeat;
  background-position: center left 12px;
  background-size: 12px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
}
.faq__toggle-all:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.faq__toggle-all--collapse {
  background-image: url("/wp-content/themes/smart-garden/assets/img/collapse.svg");
}
.faq__categories {
  margin-bottom: 64px;
}
.faq__categories-list {
  display: flex;
  flex-wrap: wrap;
}
.faq__categories-item {
  padding: 7px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #273a60;
  border: 1px solid #273a60;
  border-radius: 12px;
  cursor: pointer;
}
.faq__categories-item:not(:last-child) {
  margin-right: 16px;
}
.faq__categories-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.faq__categories-item--active {
  color: #e05f35;
  border: 1px solid #e05f35;
}

.accordion__item {
  margin-top: -1px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.accordion__toggler {
  margin: 2px -16px;
  padding: 12px 16px;
  width: calc(100% + 32px);
  min-width: calc(100% + 32px);
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  text-align: left;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/wp-content/themes/smart-garden/assets/img/plus.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px;
  border-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
.accordion__toggler:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.accordion__toggler--expanded {
  background-image: url("/wp-content/themes/smart-garden/assets/img/minus.svg");
}
.accordion__content {
  display: none;
  padding-bottom: 40px;
  max-width: 80%;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}

.featured-goods {
  margin: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  padding: clamp(4rem, 4.45vw, 4.45vw) 0;
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .featured-goods {
    margin: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.featured-goods__container {
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 1.7vw, 1.7vw);
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .featured-goods__container {
    max-width: 768px;
  }
}
.featured-goods__title {
  margin-bottom: clamp(2rem, 2.2vw, 2.2vw);
}
.featured-goods__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(2.5rem, 2.7vw, 2.7vw);
}
@media (max-width: 1000px) {
  .featured-goods__list {
    gap: clamp(1.5rem, 1.7vw, 1.7vw);
    overflow-x: auto;
    padding-bottom: clamp(1rem, 1.1vw, 1.1vw);
  }
}
.featured-goods__item {
  position: relative;
  background-color: #fff;
  border-radius: 32px;
  transition: all 0.2s ease-in-out;
}
.featured-goods__item:hover {
  box-shadow: 0px 6px 10px rgba(13, 38, 76, 0.2);
}
.featured-goods__item--product:hover {
  box-shadow: 0px 6px 10px rgba(13, 38, 76, 0.08);
}
@media (max-width: 768px) {
  .featured-goods__item {
    min-width: 70vw;
  }
}
.featured-goods__image {
  padding: clamp(1rem, 1.1vw, 1.1vw) clamp(2rem, 2.2vw, 2.2vw) 0;
}
.featured-goods__image-cover {
  position: relative;
}
.featured-goods__image-cover img {
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-goods__image-cover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  border-radius: 32px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity 0.25s ease-in-out;
}
.featured-goods__image-cover:hover:after {
  opacity: 1;
}
.featured-goods__text {
  position: absolute;
  left: clamp(2rem, 2.2vw, 2.2vw);
  bottom: clamp(2.5rem, 2.7vw, 2.7vw);
  color: #fff;
}
.featured-goods__content {
  padding: clamp(2rem, 2.2vw, 2.2vw);
  color: #000;
}
.featured-goods__text p, .featured-goods__content p {
  margin: 24px 0;
}
.featured-goods__text ul,
.featured-goods__text ol, .featured-goods__content ul,
.featured-goods__content ol {
  margin: 24px 0 24px 24px;
}
.featured-goods__text ul, .featured-goods__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-goods__text ol, .featured-goods__content ol {
  list-style: decimal;
}
.featured-goods__text ul li, .featured-goods__content ul li {
  position: relative;
  padding-left: 40px;
}
.featured-goods__text ul li:not(:last-child), .featured-goods__content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.featured-goods__text ul li:before, .featured-goods__content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.featured-goods__text samp, .featured-goods__content samp {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.featured-goods__text blockquote, .featured-goods__content blockquote {
  max-width: 80%;
  margin: 32px auto;
  padding-left: 24px;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.featured-goods__text a, .featured-goods__content a {
  color: #273a60;
  transition: all 0.4s ease;
}
.featured-goods__text a:hover, .featured-goods__content a:hover {
  color: #365084;
}
.featured-goods__text img, .featured-goods__content img {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .featured-goods__text img, .featured-goods__content img {
    margin: 24px 0;
    margin-left: -16px;
    max-width: calc(100% + 32px);
  }
}
.featured-goods__text .wp-video, .featured-goods__content .wp-video {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .featured-goods__text .wp-video, .featured-goods__content .wp-video {
    margin: 24px 0;
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.featured-goods__text h1,
.featured-goods__text h2,
.featured-goods__text h3,
.featured-goods__text h4,
.featured-goods__text h5,
.featured-goods__text h6, .featured-goods__content h1,
.featured-goods__content h2,
.featured-goods__content h3,
.featured-goods__content h4,
.featured-goods__content h5,
.featured-goods__content h6 {
  font-weight: 600;
  margin: 24px 0;
}
.featured-goods__text h1, .featured-goods__content h1 {
  font-size: 1.6em;
}
.featured-goods__text h2, .featured-goods__content h2 {
  font-size: 1.5em;
}
.featured-goods__text h3, .featured-goods__content h3 {
  font-size: 1.4em;
}
.featured-goods__text h4, .featured-goods__content h4 {
  font-size: 1.3em;
}
.featured-goods__text h5, .featured-goods__content h5 {
  font-size: 1.2em;
}
.featured-goods__text h6, .featured-goods__content h6 {
  font-size: 1.1em;
}
.featured-goods__text samp, .featured-goods__content samp {
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(20px, 1vw, 1vw);
}
.featured-goods__text p, .featured-goods__content p {
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.featured-goods__text h3, .featured-goods__content h3 {
  font-size: clamp(26px, 1.3vw, 1.3vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
.featured-goods__text h4, .featured-goods__content h4 {
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(20px, 1vw, 1vw);
}
.featured-goods__text h1,
.featured-goods__text h2,
.featured-goods__text h3,
.featured-goods__text h4,
.featured-goods__text h5,
.featured-goods__text h6,
.featured-goods__text p, .featured-goods__content h1,
.featured-goods__content h2,
.featured-goods__content h3,
.featured-goods__content h4,
.featured-goods__content h5,
.featured-goods__content h6,
.featured-goods__content p {
  margin: 0;
}

.featured-posts,
.related-posts {
  display: flex;
  justify-content: center;
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
}
@media (max-width: 1000px) {
  .featured-posts,
  .related-posts {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.featured-posts__wrapper,
.related-posts__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1328px;
}
@media (max-width: 1000px) {
  .featured-posts__wrapper,
  .related-posts__wrapper {
    max-width: unset;
  }
}
.featured-posts__title,
.related-posts__title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
@media (max-width: 1000px) {
  .featured-posts__title,
  .related-posts__title {
    margin-bottom: 24px;
  }
}
.featured-posts__list,
.related-posts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 397px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}
@media (max-width: 1000px) {
  .featured-posts__list,
  .related-posts__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.featured-posts__item,
.related-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.4s ease;
}
.featured-posts__item-link,
.related-posts__item-link {
  position: absolute;
  display: flex;
  width: 100%;
  height: 400px;
  border-radius: 32px;
  background-color: #273a60;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1000px) {
  .featured-posts__item-link,
  .related-posts__item-link {
    height: 230px;
  }
}
.featured-posts__item-link:hover,
.related-posts__item-link:hover {
  background-color: #365084;
}
.featured-posts__item-link:hover img,
.related-posts__item-link:hover img {
  transform: scale(1.08);
}
.featured-posts__item-link:after,
.related-posts__item-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.featured-posts__item-img,
.related-posts__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.featured-posts__item-title,
.related-posts__item-title {
  position: absolute;
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  color: white;
  z-index: 2;
}
@media (min-width: 1000px) {
  .featured-posts__item-title,
  .related-posts__item-title {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
}
@media (max-width: 1000px) {
  .featured-posts__item-title,
  .related-posts__item-title {
    position: relative;
    margin-top: 230px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 21px;
    color: #3d3d3c;
  }
}
.featured-posts__item-title a,
.related-posts__item-title a {
  color: white;
}
@media (max-width: 1000px) {
  .featured-posts__item-title a,
  .related-posts__item-title a {
    color: #3d3d3c;
  }
}
.featured-posts__read-more,
.related-posts__read-more {
  margin-top: 16px;
  margin-left: auto;
}
.featured-posts__read-more a,
.related-posts__read-more a {
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(48px, 2.4vw, 2.4vw);
  text-decoration: underline;
  color: #3d3d3c;
}
@media (max-width: 1000px) {
  .featured-posts__read-more a,
  .related-posts__read-more a {
    font-size: 16px;
    line-height: 16px;
  }
}

.featured-posts {
  width: 100%;
  padding: 64px 0;
  background: #f9f9f9;
}
@media (max-width: 1000px) {
  .featured-posts {
    padding: 32px 0;
  }
}

@media (max-width: 1000px) {
  .related-posts__wrapper {
    width: 100%;
  }
}

#mc_embed_signup_scroll {
  max-width: 308px;
  margin-bottom: 1rem;
}
#mc_embed_signup_scroll .foot_wrapper {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  padding: 0;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mc_embed_signup_scroll .foot_wrapper:hover {
  background: #27487d;
}
#mc_embed_signup_scroll .foot input {
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.mc-field-group {
  margin-bottom: 1rem;
  position: relative;
}
.mc-field-group input {
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 16px 20px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  outline: none;
}
.mc-field-group label {
  position: absolute;
  top: 16px;
  left: 13px;
  padding: 0 4px;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  color: #3d3d3c;
  z-index: 2;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.mc-field-group label::first-letter {
  text-transform: capitalize;
}
.mc-field-group--active label {
  top: 0;
  left: 16px;
  font-size: 11px;
}
.mc-field-group--active input {
  padding-top: 22px;
  padding-bottom: 10px;
}
.mc-field-group--valid::after, .mc-field-group--invalid::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
}
.mc-field-group--valid::after {
  background-image: url("/wp-content/themes/smart-garden/assets/img/success.svg");
}
.mc-field-group--invalid::after {
  background-image: url("/wp-content/themes/smart-garden/assets/img/error.svg");
}

.form {
  margin-top: 60px;
  padding: 41px 53px;
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.04);
  z-index: 1;
}
@media (max-width: 1000px) {
  .form {
    margin-top: 32px;
    padding: 24px;
    padding-bottom: 76px;
    width: calc(100% + 24px);
    max-width: unset;
    order: 2;
  }
}
.form__wrapper {
  max-width: 308px;
}
.form__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  color: #e05f35;
}
.form__info {
  margin: 0;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.form__gdpr {
  margin: 0;
  margin-bottom: 20px;
  max-width: 357px;
  font-weight: 400;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(20px, 1vw, 1vw);
}
.form__small-text {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.form .field {
  margin-bottom: 16px;
}
.form button {
  margin-bottom: 16px;
}
.form .button {
  cursor: pointer;
}
.form .foot_wrapper:hover {
  filter: brightness(1.1);
}
.form p span {
  text-transform: uppercase;
  font-weight: 700;
  color: #e05f35;
}

.hero {
  position: relative;
  padding-bottom: clamp(2.5rem, 2.7vw, 2.7vw);
  width: 100%;
  background: #fff;
}
@media (max-width: 1000px) {
  .hero {
    padding-bottom: clamp(2rem, 2.2vw, 2.2vw);
  }
}
.hero__wrapper {
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .hero__wrapper {
    max-width: 100%;
  }
}
.hero__image-wrapper {
  position: relative;
  margin-bottom: clamp(3rem, 3.3vw, 3.3vw);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .hero__image-wrapper {
    margin: 0 auto;
  }
}
.hero__image {
  position: relative;
}
.hero__image img {
  min-width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .hero__image img {
    height: 60vh;
  }
}
.hero__image--with-text:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero__image-focus {
  min-width: 100%;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1000px) {
  .hero__image-focus {
    height: 60vh;
  }
}
.hero__image-text {
  position: absolute;
  bottom: clamp(3rem, 3.3vw, 3.3vw);
  left: 5%;
  max-width: 50%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .hero__image-text {
    left: 16px;
    right: 16px;
    bottom: 10%;
    max-width: unset;
  }
}
.hero__heading {
  font-weight: 600;
  font-size: clamp(54px, 2.7vw, 2.7vw);
  line-height: clamp(54px, 2.7vw, 2.7vw);
  letter-spacing: -0.02em;
  color: #fff;
}
.hero__cta {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-flex;
  width: auto;
  margin-top: clamp(2rem, 2.2vw, 2.2vw);
  font-size: clamp(16px, 0.8vw, 0.8vw);
  letter-spacing: -0.02em;
  text-transform: none;
  color: #3d3d3c;
  background-color: white;
  border-radius: 16px;
}
.hero__cta:hover {
  background: #27487d;
}
.hero__cta:hover {
  color: #3d3d3c;
  background-color: white;
  opacity: 0.9;
}
.hero__content {
  display: flex;
  gap: clamp(4rem, 4.45vw, 4.45vw);
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .hero__content {
    flex-direction: column;
    gap: clamp(2rem, 2.2vw, 2.2vw);
    margin: 0;
    margin-top: 16px;
    padding: 0 16px;
  }
}
.hero__content div,
.hero__content ul {
  width: 100%;
}
.hero__content div:not(:first-child) {
  margin-left: 32px;
  width: 80%;
}
@media (max-width: 1000px) {
  .hero__content div:not(:first-child) {
    margin: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.hero__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.02em;
}
.hero__text {
  margin: 12px 0;
  font-weight: 400;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
@media (max-width: 1000px) {
  .hero__text {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero__text:last-child {
  margin-bottom: 0;
}
.hero__list-item {
  display: block !important;
  padding-left: 36px;
  font-weight: 400;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
  background-image: url("/wp-content/themes/smart-garden/assets/img/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: top 5px left;
}
@media (max-width: 1000px) {
  .hero__list-item {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero__list-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .hero__list-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.hero-text {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .hero-text {
    padding: clamp(4rem, 4.45vw, 4.45vw) clamp(2rem, 2.2vw, 2.2vw);
  }
}
.hero-text__container {
  padding: clamp(5rem, 5.6vw, 5.6vw) 0;
}
@media (max-width: 1000px) {
  .hero-text__container {
    padding: clamp(3rem, 3.3vw, 3.3vw) 0;
  }
}
.hero-text h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .hero-text h2 {
    font-size: 48px;
  }
}
.hero-text h3 {
  margin-top: 16px;
  font-weight: 400;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  text-align: center;
}
@media (max-width: 1000px) {
  .hero-text h3 {
    font-size: 24px;
  }
}
.hero-text--inverted {
  background-color: #030d18;
  color: #fff;
}

.image-block {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .image-block {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.image-block__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 0 auto;
  max-width: 1376px;
  min-height: 520px;
}
@media (max-width: 1000px) {
  .image-block__container {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 768px;
  }
}
.image-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .image-block__image {
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.image-block__content {
  padding: 32px 0;
}
@media (max-width: 1000px) {
  .image-block__content {
    padding: 0;
  }
}
.image-block__content--right {
  padding-left: 64px;
}
@media (max-width: 1000px) {
  .image-block__content--right {
    order: 1;
    padding: 0;
  }
}
.image-block__content--left {
  order: -1;
  padding-right: 64px;
}
@media (max-width: 1000px) {
  .image-block__content--left {
    order: 1;
    padding: 0;
  }
}
.image-block__content a {
  color: #273a60;
  text-decoration: underline;
}
.image-block__content a:hover {
  color: #334c7d;
}
.image-block__content blockquote {
  margin: 24px 0;
  padding: 8px 0 8px 24px;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.image-block__title {
  margin: 24px 0;
  font-weight: 600;
  font-size: clamp(28px, 1.4vw, 1.4vw);
  line-height: clamp(48px, 2.4vw, 2.4vw);
}
.image-block__text {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.image-block__list,
.image-block ul {
  margin: 24px 0;
  font-weight: 600;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
.image-block__list-item,
.image-block li {
  position: relative;
  padding-left: 40px;
}
.image-block__list-item:not(:last-child),
.image-block li:not(:last-child) {
  margin-bottom: 16px;
}
.image-block__list-item:before,
.image-block li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}

.image-text-columns {
  padding: clamp(5rem, 5.6vw, 5.6vw) 0;
}
@media (max-width: 1000px) {
  .image-text-columns {
    padding: clamp(3rem, 3.3vw, 3.3vw) 0;
  }
}
.image-text-columns__container {
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 1.7vw, 1.7vw);
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .image-text-columns__container {
    max-width: 768px;
  }
}
.image-text-columns__title {
  margin-bottom: clamp(2rem, 2.2vw, 2.2vw);
}
.image-text-columns__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(2.5rem, 2.7vw, 2.7vw);
}
@media (max-width: 1000px) {
  .image-text-columns__list {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 1.7vw, 1.7vw);
  }
}
.image-text-columns__list.alt {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1000px) {
  .image-text-columns__list.alt {
    grid-template-columns: 1fr;
  }
}
.image-text-columns__image {
  position: relative;
  padding-bottom: clamp(250px, 17vw, 17vw);
}
@media (max-width: 1000px) {
  .image-text-columns__image {
    padding-bottom: 40vh;
  }
}
.image-text-columns__image.alt {
  padding-bottom: clamp(320px, 23vw, 23vw);
}
@media (max-width: 1000px) {
  .image-text-columns__image.alt {
    padding-bottom: 40vh;
  }
}
.image-text-columns__image.round {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .image-text-columns__image.round {
    border-radius: 0;
  }
}
.image-text-columns__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text-columns__content {
  margin-top: clamp(1.5rem, 1.7vw, 1.7vw);
}
.image-text-columns__content p {
  margin: 24px 0;
}
.image-text-columns__content ul,
.image-text-columns__content ol {
  margin: 24px 0 24px 24px;
}
.image-text-columns__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-text-columns__content ol {
  list-style: decimal;
}
.image-text-columns__content ul li {
  position: relative;
  padding-left: 40px;
}
.image-text-columns__content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.image-text-columns__content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.image-text-columns__content samp {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.image-text-columns__content blockquote {
  max-width: 80%;
  margin: 32px auto;
  padding-left: 24px;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.image-text-columns__content a {
  color: #273a60;
  transition: all 0.4s ease;
}
.image-text-columns__content a:hover {
  color: #365084;
}
.image-text-columns__content img {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .image-text-columns__content img {
    margin: 24px 0;
    margin-left: -16px;
    max-width: calc(100% + 32px);
  }
}
.image-text-columns__content .wp-video {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .image-text-columns__content .wp-video {
    margin: 24px 0;
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.image-text-columns__content h1,
.image-text-columns__content h2,
.image-text-columns__content h3,
.image-text-columns__content h4,
.image-text-columns__content h5,
.image-text-columns__content h6 {
  font-weight: 600;
  margin: 24px 0;
}
.image-text-columns__content h1 {
  font-size: 1.6em;
}
.image-text-columns__content h2 {
  font-size: 1.5em;
}
.image-text-columns__content h3 {
  font-size: 1.4em;
}
.image-text-columns__content h4 {
  font-size: 1.3em;
}
.image-text-columns__content h5 {
  font-size: 1.2em;
}
.image-text-columns__content h6 {
  font-size: 1.1em;
}
.image-text-columns__content h1,
.image-text-columns__content h2,
.image-text-columns__content h3,
.image-text-columns__content h4,
.image-text-columns__content h5,
.image-text-columns__content h6,
.image-text-columns__content p {
  margin: 16px 0;
}

.main-content {
  margin: 0 auto;
  background: #fff;
}
.main-content section:first-of-type {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .main-content {
    max-width: 768px;
  }
}
.main-content__title {
  margin: 0;
  padding: 120px 42px 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 56px;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .main-content__title {
    max-width: 768px;
    margin: 0 auto;
    padding: 108px 22px 24px;
    font-size: 40px;
    line-height: 40px;
  }
}
.main-content__subtitle {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 34px;
  line-height: 34px;
}
@media (max-width: 1000px) {
  .main-content__subtitle {
    font-size: 30px;
    line-height: 30px;
  }
}
.main-content__subtitle p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(24px, 1.2vw, 1.2vw);
}
.main-content__text {
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(26px, 1.3vw, 1.3vw);
}
.main-content__wrapper {
  display: block;
}
@media (max-width: 1000px) {
  .main-content__wrapper {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
  }
}
.main-content__top {
  position: relative;
  display: grid;
  grid-template-columns: auto 548px;
  gap: 0 46px;
  padding: 20px 42px 80px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .main-content__top {
    display: flex;
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 22px 42px;
  }
}
.main-content__top::before {
  position: absolute;
  content: "";
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 3326px;
  height: 1464px;
  background: #f0f0f0;
  border-radius: 50% 50% 0 0;
  clip: rect(auto, auto, 500px, auto);
  z-index: 0;
}
@media (max-width: 1000px) {
  .main-content__top::before {
    top: 25%;
  }
}
.main-content__bottom {
  position: relative;
  display: grid;
  grid-template-columns: minmax(auto, 530px) minmax(auto, 610px);
  gap: 0 46px;
  padding: 0 42px;
  padding-top: 60px;
}
@media (max-width: 1000px) {
  .main-content__bottom {
    display: flex;
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 22px;
  }
}
.main-content__intro {
  padding: 120px 42px 40px;
  max-width: 900px;
  font-size: clamp(22px, 1.1vw, 1.1vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  color: #273a60;
}
@media (max-width: 1000px) {
  .main-content__intro {
    max-width: 768px;
    margin: 0 auto;
    padding: 120px 22px 40px;
    font-size: 20px;
    line-height: 28px;
  }
}

.map {
  width: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .map {
    width: calc(100% + 24px);
    order: 4;
  }
}
.map__inner {
  height: 274px;
  border: 3px solid #fff;
  border-radius: 16px;
  overflow: hidden;
}
.map__inner iframe {
  max-width: 100%;
}
.map .mapouter {
  position: relative;
  text-align: right;
  height: 270px;
  width: 530px;
}
.map .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 270px;
  width: 530px;
}

.offer {
  margin: 0 auto;
  max-width: 1376px;
  background: #fff;
}
.offer__description {
  margin: 0 auto;
  padding: 10px 0 40px;
  max-width: 750px;
  font-weight: 400;
  font-size: clamp(22px, 1.1vw, 1.1vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  color: #273a60;
}
@media (max-width: 1000px) {
  .offer__description {
    max-width: 768px;
    margin: 0 auto;
    padding: 10px 22px 20px;
    font-size: 20px;
    line-height: 26px;
  }
}
.offer__description p {
  margin: 0;
}
.offer__description b {
  display: block;
  margin-top: 32px;
}
@media (max-width: 1000px) {
  .offer__description b {
    margin-top: 16px;
  }
}
.offer .offer-models {
  padding: 0 48px;
}
@media (max-width: 1000px) {
  .offer .offer-models {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 22px;
  }
}
.offer .offer-models__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8%;
}
@media (max-width: 1000px) {
  .offer .offer-models__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.offer .offer-models__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 72px;
}
.offer .offer-models__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.offer .offer-models__item.icon-1:before {
  width: 260px;
  height: 58px;
  background-image: url("/wp-content/themes/smart-garden/assets/img/icon_offer-1.svg");
  background-repeat: no-repeat;
}
.offer .offer-models__item.icon-2:before {
  width: 260px;
  height: 58px;
  background-image: url("/wp-content/themes/smart-garden/assets/img/icon_offer-2.svg");
  background-repeat: no-repeat;
}
.offer .offer-models__item.icon-2 .offer__img {
  margin: auto;
  max-height: 80%;
}
@media (max-width: 1000px) {
  .offer .offer-models__item.icon-2 .offer__img {
    max-height: unset;
  }
}
.offer .offer-models__item.icon-3:before {
  width: 260px;
  height: 58px;
  background-image: url("/wp-content/themes/smart-garden/assets/img/icon_offer-3.svg");
  background-repeat: no-repeat;
}
.offer .offer-models__item-info p {
  margin: 0;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.offer .offer-models__box {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .offer .offer-models__box {
    height: unset;
  }
}
.offer .offer-models__box picture {
  display: flex;
}
.offer .offer-models__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
@media (max-width: 1000px) {
  .offer .offer-models__title {
    margin-bottom: 20px;
  }
}
.offer .offer-models__subtitle {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.offer .offer-models__all-inclusive {
  display: flex;
  align-items: center;
}
.offer .offer-models__all-inclusive ul {
  padding-left: 32px;
  list-style-type: disc;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(20px, 1vw, 1vw);
}
.offer .offer-models__all-inclusive img {
  width: 60px;
  height: 60px;
}
.offer .offer-models__price {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.offer .offer-models__price p {
  display: block;
  margin: 0;
  margin-bottom: 12px;
  padding: 24px 16px 16px;
  font-weight: 700;
  font-size: 44px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #e05f35;
  border-radius: 0px 22px 22px 22px;
}
.offer .offer-models__price p span {
  font-size: 19px;
  line-height: 24px;
}

.page-404 {
  margin: 0 auto;
  margin-top: 64px;
  padding: 0 16px;
  max-width: 700px;
  text-align: center;
  background: #fff;
}
.page-404__404 {
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 200px;
  line-height: 200px;
}
.page-404__heading {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
.page-404__text {
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.page-404__cta {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 232px;
}
.page-404__cta a {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
}
.page-404__cta a:hover {
  background: #27487d;
}

.page-builder a {
  text-decoration: underline !important;
}

.page-main {
  margin: 0 auto;
  padding: 0 24px 100px;
}
@media (max-width: 1000px) {
  .page-main {
    padding: 0 0 24px;
  }
}

.product {
  z-index: 1;
}
@media (max-width: 1000px) {
  .product {
    margin-top: 24px;
  }
}
.product__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .product__image {
    margin-left: -22px;
    width: calc(100% + 44px);
  }
}
.product__trimmer {
  position: absolute;
  bottom: -65px;
  right: -30px;
  width: 326px;
  height: 104px;
}
@media (max-width: 1000px) {
  .product__trimmer {
    bottom: -85px;
    right: -18px;
  }
}
.product__trimmer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 132px;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}
.product__trimmer-info {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 16px 0;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(20px, 1vw, 1vw);
  text-align: center;
  z-index: 2;
}
.product__trimmer-info b {
  font-weight: 600;
}
.product__trimmer-img {
  position: absolute;
  width: 326px;
  height: 104px;
  top: -5px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1000px) {
  .product__price {
    order: 1;
    margin-top: 90px;
  }
}
.product__price-tag {
  margin: 0;
  margin-bottom: 8px;
  padding: 6px 14px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  border-radius: 14px 14px 14px 0;
}
.product__price-amount {
  margin: 0;
  margin-bottom: 16px;
  padding: 24px 16px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 252px;
  font-weight: 600;
  font-size: 44px;
  color: #fff;
  background: #e05f35;
  border-radius: 0 22px 22px 22px;
}
.product__price-full {
  margin: 0;
  margin-top: 4px;
  font-weight: 600;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
.product__price small {
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}

.products section:first-child {
  margin-top: 0;
}

.product-block {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .product-block {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.product-block__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .product-block__wrapper {
    max-width: 768px;
  }
}
.product-block__title {
  margin-bottom: 32px;
}
.product-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px; */
  display: flex;
  flex-wrap: wrap;
  grid-gap: 60px;
}
@media (max-width: 1000px) {
  .product-block__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.product-block__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 225px;
  max-width: 30%;
}
@media (max-width: 1000px) {
  .product-block__item {
    width: 100%;
    max-width: 100%;
  }
}
.product-block__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  flex-basis: 200px;
}
@media (max-width: 1000px) {
  .product-block__image {
    margin-bottom: 16px;
  }
}
.product-block__image img {
  max-height: 200px;
}
@media (max-width: 1000px) {
  .product-block__image img {
    max-height: unset;
  }
}
.product-block__name {
  margin: 0;
  font-weight: 700;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
@media (max-width: 1000px) {
  .product-block__name {
    margin-bottom: 20px;
  }
}
.product-block__description {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.product-block__item-info {
  margin-bottom: 28px;
}
.product-block__item-info p {
  margin: 0;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.product-block__all-inclusive {
  display: flex;
  align-items: center;
  margin: 28px 0;
}
.product-block__all-inclusive ul {
  padding-left: 32px;
  list-style-type: disc;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(20px, 1vw, 1vw);
}
.product-block__all-inclusive img {
  width: 60px;
  height: 60px;
}
.product-block__label-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: auto;
}
.product-block__label-wrapper p {
  display: block;
  margin: 0;
  margin-bottom: 12px;
  padding: 24px 20px;
  font-weight: 600;
  font-size: 44px;
  line-height: 24px;
  color: #fff;
  background: #e05f35;
  border-radius: 0px 22px 22px 22px;
}
.product-block__label-wrapper p small {
  font-size: 19px;
  line-height: 24px;
}

.product-list {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .product-list {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.product-list__container {
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .product-list__container {
    max-width: 768px;
  }
}
.product-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8%;
}
@media (max-width: 1000px) {
  .product-list__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.product-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 72px;
}
.product-list__item-info p {
  margin: 0;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.product-list__box {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .product-list__box {
    height: unset;
  }
}
.product-list__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
@media (max-width: 1000px) {
  .product-list__title {
    margin-bottom: 20px;
  }
}
.product-list__subtitle {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.product-list__all-inclusive {
  display: flex;
  align-items: center;
}
.product-list__all-inclusive ul {
  padding-left: 32px;
  list-style-type: disc;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(20px, 1vw, 1vw);
}
.product-list__all-inclusive img {
  width: 60px;
  height: 60px;
}
.product-list__price {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: auto;
}
.product-list__price p {
  display: block;
  margin: 0;
  margin-bottom: 12px;
  padding: 24px 16px 16px;
  font-weight: 700;
  font-size: 44px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #e05f35;
  border-radius: 0px 22px 22px 22px;
}
.product-list__price p span {
  font-size: 19px;
  line-height: 24px;
}

.promo-banner {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .promo-banner {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.promo-banner__container {
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .promo-banner__container {
    max-width: 768px;
  }
}
.promo-banner__title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
@media (max-width: 1000px) {
  .promo-banner__title {
    margin-bottom: 16px;
    padding: 0 24px;
    text-align: center;
  }
}
.promo-banner__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 16px 8%;
  width: 100%;
  min-height: 140px;
  background: #f9f9f9;
  border-radius: 32px;
}
@media (max-width: 1000px) {
  .promo-banner__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
}
.promo-banner__image {
  position: relative;
  margin-left: auto;
}
.promo-banner__image img {
  position: absolute;
  top: 50%;
  left: -410px;
  transform: translateY(-50%);
  min-width: 330px;
  max-width: 330px;
}
@media (max-width: 1000px) {
  .promo-banner__image img {
    position: relative;
    left: unset;
    transform: unset;
    margin-bottom: 16px;
    min-width: 100%;
    max-width: 100%;
  }
}
.promo-banner__label-blue {
  margin: 0;
  margin-bottom: 8px;
  padding: 6px 14px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  border-radius: 14px 14px 14px 0;
}
.promo-banner__label-red {
  margin: 0;
  margin-bottom: 16px;
  padding: 14px 32px 14px 14px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: clamp(28px, 1.4vw, 1.4vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  color: #fff;
  background: #e05f35;
  border-radius: 0 22px 22px 22px;
}
.promo-banner__content {
  padding-left: 75px;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
@media (max-width: 1000px) {
  .promo-banner__content {
    padding-left: 0;
  }
}
.promo-banner__content-title {
  font-weight: 600;
  line-height: 33px;
}
@media (max-width: 1000px) {
  .promo-banner__content-title {
    line-height: inherit;
  }
}
.promo-banner__content-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #273a60;
  border-bottom: 1px solid;
}

.section-hero {
  position: relative;
  height: 620px;
  color: #fff;
  background-image: url("/wp-content/themes/smart-garden/assets/img/hero-garden.jpeg");
  background-size: 115% 115%;
  background-repeat: no-repeat;
  background-position: bottom -40px left;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1000px) {
  .section-hero {
    height: 420px;
    background-image: url("/wp-content/themes/smart-garden/assets/img/hero-garden_mobile.webp");
    background-size: cover;
    background-position: unset;
  }
}
.section-hero:after {
  position: absolute;
  content: "";
  top: 89%;
  left: 50%;
  transform: translateX(-50%);
  width: 300%;
  height: 150%;
  background: #fff;
  border-radius: 50% 50% 0 0;
  z-index: 0;
}
@media (max-width: 1000px) {
  .section-hero:after {
    top: 85%;
  }
}
.section-hero__wrapper {
  padding: 10% 5%;
}
@media (max-width: 1000px) {
  .section-hero__wrapper {
    max-width: 768px;
    margin: 0 auto;
  }
}
.section-hero__title {
  margin: 0;
  max-width: 680px;
  font-weight: 700;
  font-size: 72px;
  line-height: 64px;
}
@media (max-width: 1000px) {
  .section-hero__title {
    font-size: 48px;
    line-height: 48px;
  }
}

.services {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .services {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.services__container {
  margin: 0 auto;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .services__container {
    max-width: 768px;
  }
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 56px;
}
@media (max-width: 1000px) {
  .services__list {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  padding: 42px 62px 32px 76px;
  background: #f9f9f9;
  border-radius: 32px;
}
@media (max-width: 1000px) {
  .services__item {
    align-items: flex-start;
    padding: 32px;
  }
}
.services__item-header {
  position: relative;
}
@media (max-width: 1000px) {
  .services__item-header {
    display: flex;
    align-items: center;
  }
}
.services__item-img {
  position: absolute;
  top: 2px;
  left: -40px;
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .services__item-img {
    position: unset;
    margin-right: 12px;
  }
}
.services__item-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 700;
  font-size: clamp(28px, 1.4vw, 1.4vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
  border-bottom: 2px solid;
}
@media (max-width: 1000px) {
  .services__item-title {
    white-space: nowrap;
  }
}
.services__item-text {
  margin-top: 16px;
  margin-bottom: 24px;
}
.services__item-cta {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: auto;
}
.services__item-cta:hover {
  background: #27487d;
}

.smart-app {
  width: 100vw;
}
.smart-app_background-lamps {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.smart-app button {
  cursor: pointer;
}
@media (min-width: 1000px) {
  .smart-app {
    margin-left: -24px;
  }
}
@media (min-width: 1376px) {
  .smart-app {
    margin-left: calc((100vw - 1376px) / 2 * -1 - 24px);
  }
}
.smart-app_wrapper {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .smart-app {
    scrollbar-width: thin;
    padding-bottom: 1rem;
    height: 80vh;
    overflow-x: auto;
  }
  .smart-app::-webkit-scrollbar-thumb {
    min-width: 80px;
    min-height: 80px;
    background: rgba(250, 250, 250, 0.15);
    background-clip: content-box;
    border-radius: 4px;
  }
  .smart-app::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
  .smart-app::-webkit-scrollbar-track {
    margin-left: 3rem;
    margin-right: 3rem;
    width: 4px;
    height: 4px;
    background-color: #515151;
    border-radius: 4px;
  }
}
@media (max-width: 768px) and (max-width: 1000px) {
  .smart-app::-webkit-scrollbar-track {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .smart-app::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .smart-app::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .smart-app img {
    height: 100%;
    min-width: 100%;
    width: auto;
    max-width: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.smart-app button {
  border: none;
  border-radius: 100%;
}
.smart-app button:hover {
  filter: brightness(1.2);
}
.smart-app_toggle {
  position: absolute;
  z-index: 5;
  top: 2rem;
  left: 2rem;
  color: #fff;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  font-weight: 700;
  display: flex;
  align-items: center;
}
.smart-app_toggle label {
  margin-left: 1rem;
  position: relative;
  display: inline-block;
  width: 43px;
  height: 22px;
  /* The slider */
}
@media (max-width: 1000px) {
  .smart-app_toggle label {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.smart-app_toggle label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.smart-app_toggle label span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  transition: 0.4s;
  opacity: 0.5;
}
.smart-app_toggle label span,
.smart-app_toggle label span:before {
  border-radius: 76px;
}
.smart-app_toggle label span:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #000;
  transition: 0.4s;
}
.smart-app_toggle label input:checked + span {
  background-color: #fff;
  opacity: 1;
}
.smart-app_toggle label input:focus + span {
  box-shadow: 0 0 1px #fff;
}
.smart-app_toggle label input:checked + span:before {
  transform: translateX(20px);
}
@media (max-width: 1000px) {
  .smart-app_toggle {
    flex-direction: column-reverse;
    left: 1rem;
    top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .smart-app_toggle:after {
    position: absolute;
    content: "";
    bottom: -2.5rem;
    left: 19px;
    width: 55px;
    height: 32px;
    background: url(/images/arrows-horizontal.svg?4dcce5deace075028d4e8d51373a5be2), url(/images/pointer.svg?a1b2a8562df8a53ab1ec7d6256d50c54);
    background-repeat: no-repeat;
    background-position: top left, right;
    background-size: 24px, 32px;
    opacity: 0.8;
  }
}
.smart-app_layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.smart-app_layer img {
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.smart-app_controls, .smart-app_open {
  z-index: 5;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out all;
}
.smart-app_controls--active, .smart-app_open--active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: initial;
}
.smart-app_yellow {
  background: #fff1a7;
}
.smart-app_lilac {
  background: #c771f0;
}
.smart-app_pink {
  background: #ee4c9a;
}
.smart-app_blue {
  background: #3e69d6;
}
.smart-app_color {
  height: 24px;
  width: 24px;
}
.smart-app_color--active {
  border: 3px solid #fff !important;
}
.smart-app_power {
  height: 24px;
  width: 24px;
  background: url(/images/power-button.svg?7faabf3374bd5b72c1dda79548948a05) no-repeat center;
  opacity: 0.5;
}
.smart-app_power--active {
  opacity: 1;
}
.smart-app_open {
  height: 54px;
  width: 54px;
  background: url(/images/hue-button.svg?bcdb4688ac7cc70a91c75b18fa6bf9f5) no-repeat center;
}
.smart-app_open:hover {
  animation: power-blink 2s infinite;
}
.smart-app_controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  background: url(/images/hue-background.svg?fc41b9cb2bc4281691be7863204e7dc7) no-repeat center;
}
.smart-app_controls--buttons {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}
.smart-app_controls input {
  width: 60%;
  margin-top: 1.5rem;
  position: relative;
}
.smart-app_controls input::before, .smart-app_controls input::after {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  top: -0.4rem;
}
.smart-app_controls input::before {
  content: "0";
  left: -0.8rem;
}
.smart-app_controls input::after {
  content: "100";
  right: -1.7rem;
}
.smart-app_controls input[type=range] {
  -webkit-appearance: none;
}
.smart-app_controls input[type=range]:focus {
  outline: none;
}
.smart-app_controls input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000;
  background: #ffffff;
  border-radius: 5px;
  border: 0px solid #ffffff;
}
.smart-app_controls input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 3px #000000;
  border: 2px solid #ffffff;
  height: 22px;
  width: 12px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10.5px;
}
.smart-app_controls input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.smart-app_controls input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000;
  background: #ffffff;
  border-radius: 5px;
  border: 0px solid #ffffff;
}
.smart-app_controls input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 3px #000000;
  border: 2px solid #ffffff;
  height: 22px;
  width: 12px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}
.smart-app_controls input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.smart-app_controls input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #000000;
}
.smart-app_controls input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 1px #000000;
}
.smart-app_controls input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 3px #000000;
  border: 2px solid #ffffff;
  height: 22px;
  width: 12px;
  border-radius: 0px;
  background: #000000;
  cursor: pointer;
}
.smart-app_controls input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.smart-app_controls input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

@keyframes power-blink {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.text-column {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background: #fff;
  color: #3d3d3c;
}
@media (max-width: 1000px) {
  .text-column {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.text-column__wrapper {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .text-column__wrapper {
    padding: 0 16px;
    max-width: 768px;
  }
}
.text-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 1000px) {
  .text-column ul {
    flex-wrap: wrap;
  }
}
.text-column li {
  flex: 1;
  margin-bottom: 16px;
  padding: 16px 60px 16px 20px;
  min-width: 382px;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}
.text-column li:last-of-type {
  padding-right: 20px;
}
.text-column h2 {
  font-weight: 600;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  letter-spacing: -0.02em;
}
.text-column p {
  margin-top: 16px;
  font-weight: 400;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(26px, 1.3vw, 1.3vw);
  opacity: 0.6;
}
.text-column--inverted {
  padding: 80px 0;
  background: #030d18;
  color: #fff;
}
@media (max-width: 1000px) {
  .text-column--inverted {
    padding: 40px 0;
  }
}
.text-column--inverted li {
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.texteditor {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
  background-color: #fff;
}
.texteditor p {
  margin: 24px 0;
}
.texteditor ul,
.texteditor ol {
  margin: 24px 0 24px 24px;
}
.texteditor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.texteditor ol {
  list-style: decimal;
}
.texteditor ul li {
  position: relative;
  padding-left: 40px;
}
.texteditor ul li:not(:last-child) {
  margin-bottom: 16px;
}
.texteditor ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.texteditor samp {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.texteditor blockquote {
  max-width: 80%;
  margin: 32px auto;
  padding-left: 24px;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.texteditor a {
  color: #273a60;
  transition: all 0.4s ease;
}
.texteditor a:hover {
  color: #365084;
}
.texteditor img {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .texteditor img {
    margin: 24px 0;
    margin-left: -16px;
    max-width: calc(100% + 32px);
  }
}
.texteditor .wp-video {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .texteditor .wp-video {
    margin: 24px 0;
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.texteditor h1,
.texteditor h2,
.texteditor h3,
.texteditor h4,
.texteditor h5,
.texteditor h6 {
  font-weight: 600;
  margin: 24px 0;
}
.texteditor h1 {
  font-size: 1.6em;
}
.texteditor h2 {
  font-size: 1.5em;
}
.texteditor h3 {
  font-size: 1.4em;
}
.texteditor h4 {
  font-size: 1.3em;
}
.texteditor h5 {
  font-size: 1.2em;
}
.texteditor h6 {
  font-size: 1.1em;
}
@media (max-width: 1000px) {
  .texteditor {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.texteditor__container {
  margin: 0 auto;
  max-width: 768px;
}

.video-block {
  padding: clamp(2.5rem, 2.7vw, 2.7vw) 0;
}
@media (max-width: 1000px) {
  .video-block {
    padding: clamp(2rem, 2.2vw, 2.2vw) 0;
  }
}
.video-block__container {
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 1.7vw, 1.7vw);
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .video-block__container {
    max-width: 768px;
  }
}
.video-block__title {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.1vw, 1.1vw);
  margin-bottom: clamp(1.5rem, 1.7vw, 1.7vw);
  max-width: 55vw;
}
@media (max-width: 1000px) {
  .video-block__title {
    max-width: 100%;
  }
}
.video-block__editor p {
  margin: 24px 0;
}
.video-block__editor ul,
.video-block__editor ol {
  margin: 24px 0 24px 24px;
}
.video-block__editor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-block__editor ol {
  list-style: decimal;
}
.video-block__editor ul li {
  position: relative;
  padding-left: 40px;
}
.video-block__editor ul li:not(:last-child) {
  margin-bottom: 16px;
}
.video-block__editor ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-right-red.svg?6f6d1e41835e361f05b594baab4a5e44) no-repeat center;
}
.video-block__editor samp {
  margin: 24px 0;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.video-block__editor blockquote {
  max-width: 80%;
  margin: 32px auto;
  padding-left: 24px;
  font-weight: 400;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  border-left: 4px solid #273a60;
}
.video-block__editor a {
  color: #273a60;
  transition: all 0.4s ease;
}
.video-block__editor a:hover {
  color: #365084;
}
.video-block__editor img {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .video-block__editor img {
    margin: 24px 0;
    margin-left: -16px;
    max-width: calc(100% + 32px);
  }
}
.video-block__editor .wp-video {
  margin: 64px 0;
  margin-left: -40px;
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
}
@media (max-width: 1000px) {
  .video-block__editor .wp-video {
    margin: 24px 0;
    margin-left: -16px;
    min-width: calc(100% + 32px);
    max-width: calc(100% + 32px);
  }
}
.video-block__editor h1,
.video-block__editor h2,
.video-block__editor h3,
.video-block__editor h4,
.video-block__editor h5,
.video-block__editor h6 {
  font-weight: 600;
  margin: 24px 0;
}
.video-block__editor h1 {
  font-size: 1.6em;
}
.video-block__editor h2 {
  font-size: 1.5em;
}
.video-block__editor h3 {
  font-size: 1.4em;
}
.video-block__editor h4 {
  font-size: 1.3em;
}
.video-block__editor h5 {
  font-size: 1.2em;
}
.video-block__editor h6 {
  font-size: 1.1em;
}
.video-block__editor img,
.video-block__editor .wp-video {
  margin: 0;
  max-width: 100%;
  min-width: 100%;
}
@media (max-width: 1000px) {
  .video-block__editor img,
  .video-block__editor .wp-video {
    margin: 0;
    max-width: 100%;
  }
}

.with-code .main-content__top {
  align-items: center;
}
.with-code .main-content__subtitle {
  margin-bottom: 32px;
}
.with-code .main-content__text--small {
  display: none;
}
.with-code .product__image {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.with-code .product__price {
  margin-top: 0;
}
.with-code .product__price-amount {
  min-width: unset;
}
.with-code .product__trimmer, .with-code .product__price-full, .with-code .product__price-small {
  display: none;
}
.with-code .form {
  margin-top: 0;
}
.with-code .form__small-text {
  display: none;
}

.tags__list {
  display: flex;
  flex-wrap: wrap;
}
.tags__item {
  margin: 8px;
  padding: 7px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #273a60;
  border: 1px solid #273a60;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.25s;
}
@media (max-width: 1000px) {
  .tags__item {
    margin: 4px;
    padding: 4px 10px;
    border-radius: 8px;
  }
}
.tags__item:hover {
  background-color: rgba(39, 58, 96, 0.08);
  box-shadow: inset 0 0 0 1px #273a60;
}
.tags__item.active {
  color: white;
  background: #273a60;
  border-color: #273a60;
}

.footer {
  padding: 40px 0 100px;
  color: white;
  background: #212740;
}
.footer__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .footer__wrapper {
    max-width: 100%;
    border-radius: 0;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 32px;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .footer__content {
    flex-direction: column;
    max-width: 768px;
  }
  .footer__content > div {
    margin-bottom: 32px;
  }
}
.footer__content a {
  color: #fff;
  transition: all 0.1s;
}
.footer__content a:hover {
  opacity: 0.7;
}
.footer__contact {
  min-width: 365px;
}
@media (max-width: 1000px) {
  .footer__contact {
    min-width: unset;
  }
}
.footer__contact h3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
}
.footer__contact h4 {
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
}
.footer__contact dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  margin-bottom: 8px;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: 40px;
}
@media (max-width: 1000px) {
  .footer__contact dl {
    max-width: 200px;
    margin-bottom: 16px;
  }
}
.footer__contact dl dt,
.footer__contact dl dd {
  margin: 0;
}
.footer__contact a {
  position: relative;
  padding-left: 40px;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: 40px;
  text-decoration: underline;
}
.footer__contact a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.footer__contact a.mail::first-letter {
  text-transform: capitalize;
}
.footer__contact a.mail:before {
  background: url(/images/mail-white.svg?590c1834ad0cfb68b51124766fbfdd37) no-repeat center;
}
.footer__contact a.phone:before {
  background: url(/images/phone-white.svg?2d438a13e527b7dff66fc8d408b97b00) no-repeat center;
}
.footer__nav {
  min-width: 365px;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav li:not(:last-child) {
  margin-bottom: 22px;
}
.footer__nav li a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer__nav li img {
  margin-right: 11px;
  width: 24px;
}
.footer__links {
  min-width: 365px;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}
.footer__links li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__links h4 {
  font-weight: 600;
  margin-bottom: 16px;
}
.footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__social li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__social a {
  display: flex;
}
.footer__social img {
  margin-right: 11px;
}
.footer__logo {
  width: 100px;
}
@media (max-width: 1000px) {
  .footer__logo {
    margin: 0 auto;
  }
}
.footer .map {
  margin-top: 32px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1000px) {
  .footer .map {
    width: 100%;
    margin-top: 16px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #3d3d3c;
  background: #fff;
  z-index: 100;
  transition: padding 0.3s;
}
@media (max-width: 1000px) {
  .header {
    width: 100%;
  }
}
.header img {
  transition: all 0.3s ease-in-out;
}
.header__container {
  padding: 24px 24px 16px;
}
@media (max-width: 1000px) {
  .header__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px;
    max-width: 768px;
  }
}
.header__wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
  width: 100%;
  max-width: 1376px;
}
@media (max-width: 1000px) {
  .header__wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .header__logo {
    display: none;
  }
}
.header__logo--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .header__logo--mobile {
    display: block;
    left: 40%;
    min-width: 121px;
    max-width: 121px;
    height: 34px;
    background-image: url("/wp-content/themes/smart-garden/assets/img/logo-horizontal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .header__logo--mobile a {
    height: 100%;
    opacity: 0;
  }
}
.header__logo img {
  width: 87px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1000px) {
  .header__nav {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .header__nav {
    width: 100%;
  }
  .header__nav--open {
    height: 100vh;
    opacity: 1;
  }
  .header__nav--open ul {
    display: flex;
  }
}
.header__nav-modal {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100vw;
  height: 100vh;
  color: #3d3d3c;
  transition: all 0.2s ease-in-out;
}
.header__nav-modal-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto 0 0;
  padding: 0;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}
.header__nav-modal-heading {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px 80px 16px;
  background: white;
  box-shadow: 0 6px 10px rgb(255, 255, 255);
  z-index: 1;
}
@media (max-width: 1000px) {
  .header__nav-modal-heading {
    padding: 16px 24px 8px;
  }
}
.header__nav-modal-heading h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.header__nav-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.header__nav-modal-close:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  -webkit-mask-image: url("/wp-content/themes/smart-garden/assets/img/close.svg");
          mask-image: url("/wp-content/themes/smart-garden/assets/img/close.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: black;
}
.header__nav-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header__nav-modal .map {
  display: none;
}
.header__nav-modal .footer__content {
  margin: 0;
  font-size: 20px;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .header__nav-modal .footer__content {
    margin-top: 0;
  }
}
.header__nav-modal .footer__content li {
  margin: 0 !important;
}
.header__nav-modal .footer__content a {
  display: flex;
  margin-left: -16px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3c !important;
  border-radius: 16px;
  transition: all 0s ease;
}
.header__nav-modal .footer__content a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
}
.header__nav-modal .footer__nav {
  width: 100%;
  margin: 0 !important;
  padding: 24px 80px;
  order: 1;
  margin-bottom: 40px;
  min-width: unset;
}
.header__nav-modal .footer__nav img {
  filter: invert(1);
}
@media (max-width: 1000px) {
  .header__nav-modal .footer__nav {
    padding: 24px;
  }
}
.header__nav-modal .footer__links {
  width: 100%;
  margin: 0 !important;
  padding: 24px 80px 48px;
  order: 2;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .header__nav-modal .footer__links {
    padding: 24px;
  }
}
.header__nav-modal .footer__links ul {
  margin: 0;
}
.header__nav-modal .footer__links h4 {
  margin-top: 40px;
}
.header__nav-modal .footer__contact {
  width: 100%;
  margin: 0 !important;
  padding: 48px 80px 0;
  order: 3;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 1000px) {
  .header__nav-modal .footer__contact {
    padding: 24px;
  }
}
.header__nav-modal .footer__contact .mail,
.header__nav-modal .footer__contact .phone {
  display: inline-block;
  padding-left: 48px;
}
.header__nav-modal .footer__contact .mail:before,
.header__nav-modal .footer__contact .phone:before {
  top: 12px;
  left: 16px;
  filter: invert(1);
}
.header__nav-modal .footer__social {
  width: 100%;
  margin: 0 !important;
  padding: 24px 80px 80px;
  order: 4;
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 1000px) {
  .header__nav-modal .footer__social {
    padding: 24px;
  }
}
.header__nav-modal .footer__social img {
  filter: invert(1);
}
.header__nav-modal .footer__social a {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header__nav-modal .header__nav-menu a {
  display: flex;
  align-items: center;
  margin-left: -16px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 30px;
  color: #3d3d3c !important;
  border-radius: 16px;
  transition: all 0s ease;
}
.header__nav-modal .header__nav-menu a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  opacity: 1;
}
.header__nav-modal .header__nav-menu--main.hidden {
  order: 2;
}
.header__nav-modal .header__nav-menu--main.hidden .footer__nav,
.header__nav-modal .header__nav-menu--main.hidden .footer__links {
  display: none;
}
.header__nav-modal .header__nav-menu--product {
  order: 1;
}
.header__nav-modal .header__nav-menu--product.hidden {
  display: none;
}
.header__nav-modal .header__nav-menu--product ul {
  width: 100%;
  padding: 24px 80px 48;
}
@media (max-width: 1000px) {
  .header__nav-modal .header__nav-menu--product ul {
    padding: 24px;
  }
}
.header__nav-modal .header__nav-menu--product ul li a {
  display: flex;
  gap: 24px;
}
.header__nav-modal .header__nav-menu--product ul li a img {
  min-width: 40px;
  max-width: 40px;
  height: auto;
}
.header__nav-modal--open {
  left: 0;
  z-index: 1;
}
.header__nav-modal--open.overlay:before {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  overflow: hidden;
}
.header__nav-modal--open .header__nav-modal-wrapper {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  position: relative;
  z-index: 299;
}
.header__nav-modal--open .header__nav-modal-wrapper::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.header__nav-modal--open .footer__content {
  flex-direction: column;
}
.header__nav-list {
  display: flex;
}
.header__nav-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4px;
  font-weight: 700;
  line-height: 20px;
  font-size: 111%;
}
@media screen and (max-width: 1200px) {
  .header__nav-list ul {
    font-size: 15px;
  }
}
.header__nav-list ul li:not(:last-child) {
  white-space: nowrap;
}
.header__nav-list a {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  color: #273a60;
  transition: all 0.1s ease;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .header__nav-list a {
    margin: 0 !important;
  }
}
.header__nav-list a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
}
.header__nav-list a img {
  margin-right: 10px;
  width: 24px;
  filter: grayscale(1) brightness(0.5);
}
@media (max-width: 1000px) {
  .header__nav-list a img {
    margin-right: 4px;
    filter: grayscale(1) brightness(5);
  }
}
@media (max-width: 1000px) {
  .header__nav-list--left .menu-huvudmeny-container {
    position: absolute;
    bottom: -40px;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .header__nav-list--left .menu-huvudmeny-container li a {
    padding: 0;
  }
  .header__nav-list--left .menu-huvudmeny-container li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.header__nav-list--right {
  align-items: center;
  font-size: 16px;
  line-height: 20px;
}
.header__nav-list--right li {
  font-weight: 600;
}
@media (max-width: 1000px) {
  .header__nav-list--right {
    padding-right: 50px;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-left: auto;
  }
  .header__nav-list--right li {
    display: none;
    font-size: 12px;
    line-height: 12px;
  }
  .header__nav-list--right a {
    padding: 0;
  }
  .header__nav-list--right img {
    margin: 0;
    widht: 16px;
    height: 16px;
    filter: unset !important;
  }
}
.header__nav-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .header__nav-mobile {
    align-items: center;
    margin: 0 auto;
    padding: 16px;
    width: 100%;
    max-width: 768px;
    overflow-x: auto;
    -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent);
            mask-image: linear-gradient(90deg, #000 90%, transparent);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__nav-mobile::-webkit-scrollbar {
    display: none;
  }
}
.header__nav-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.header__nav-mobile ul a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.02em;
}
.header__nav-mobile ul img {
  margin-right: 6px;
  width: 20px;
  filter: grayscale(1) brightness(0.5);
}
.header__nav-mobile ul span {
  width: 100%;
}
.header__nav-mobile li {
  white-space: nowrap;
  margin-right: 32px;
}
.header__cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  min-width: 30px;
  background: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.header__cta-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .header__cta-wrapper {
    position: absolute;
    top: 5px;
    right: 0;
    margin-right: 0;
  }
}
.header__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
  padding: 7px 4px;
  width: 24px;
  height: 25px;
  min-width: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.header__menu span {
  transition: all 0.2s;
}
.header__menu--open {
  /* span {
    background-color: white;
    opacity: 0;
  }
  span:first-child {
    opacity: 1;
    transform: translateY(5px) rotate(45deg);
  }
  span:last-child {
    opacity: 1;
    transform: translateY(-4px) rotate(-45deg);
  } */
}
@media (max-width: 1000px) {
  .header__menu--open .header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    padding-top: 122px;
    width: -moz-fit-content;
    width: fit-content;
    background: #212740;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .header__menu--open .header__nav-list li {
    margin-bottom: 38px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .header__menu--open .header__nav-list a {
    color: white;
  }
}
.header__menu-bar {
  background-color: #3d3d3c;
  width: 100%;
  height: 1px;
}
.header__new-store {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #273a60;
  transition: all 0.2s;
}
.header__new-store img {
  margin-right: 8px;
  width: 20px !important;
  filter: unset !important;
}
@media (max-width: 1000px) {
  .header__new-store img {
    width: 16px !important;
  }
}
@media (max-width: 1000px) {
  .header__new-store {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 12px;
    padding-right: 16px;
    font-size: 12px !important;
    line-height: 14px;
  }
  .header__new-store span {
    white-space: nowrap;
  }
}
.header--with-banner {
  padding-top: 52px;
}
@media (max-width: 1000px) {
  .header--with-banner {
    padding-top: 32px;
  }
}
.header--with-banner .header__container {
  padding: 0 24px;
  padding-bottom: 16px;
}
@media (max-width: 1000px) {
  .header--with-banner .header__container {
    padding: 16px;
    padding-bottom: 46px;
  }
}
.header--sticky .header__container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .header--sticky .header__container {
    padding: 8px 16px;
    align-items: center;
  }
}
.header--sticky .header__wrapper {
  flex-direction: row;
  align-items: center;
  padding: 4px 0 10px;
  width: 100%;
}
@media (max-width: 1000px) {
  .header--sticky .header__wrapper {
    padding: 0;
    align-items: center;
    width: 100%;
  }
}
.header--sticky .header__nav,
.header--sticky .header__new-store {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
@media (max-width: 1000px) {
  .header--sticky .header__nav,
  .header--sticky .header__new-store {
    margin: 0;
    padding-top: 0;
  }
}
.header--sticky .header__nav {
  flex-grow: 1;
}
.header--sticky .header__new-store {
  margin-left: 16px;
  padding-top: 0;
}
@media (max-width: 1000px) {
  .header--sticky .header__new-store {
    margin: 0;
  }
}
.header--sticky .header__new-store img {
  margin: 0;
}
.header--sticky .header__new-store span {
  font-size: 0;
  line-height: 0;
}
.header--sticky .header__nav-list {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1000px) {
  .header--sticky .header__nav-list--left ul {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header--sticky .header__nav-list--right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header--sticky .header__nav-list--right a span {
    display: none;
  }
}
.header--sticky .header__nav-mobile {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.header--sticky .header__nav-mobile ul {
  padding: 0 16px;
}
.header--sticky .header__nav-mobile ul li {
  max-width: 90px;
}
@media (max-width: 1000px) {
  .header--sticky .header__logo--mobile {
    min-width: 82px;
    max-width: 82px;
    height: 24px;
    left: 50%;
    background-size: 80px;
  }
}
.header--sticky .header__logo img {
  width: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1000px) {
  .header--sticky .header__logo img {
    width: 50px;
  }
}
@media (max-width: 1000px) {
  .header--sticky .header__cta-wrapper {
    align-self: unset;
    margin-bottom: 0;
  }
}
.header--sticky.header--with-banner {
  padding-top: 0;
}
@media (max-width: 1000px) {
  .header--sticky.header--with-banner {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .header--with-banner.header--sticky .header__container {
    padding: 8px 16px;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .header--with-banner.header--sticky .header__container {
    height: 52px;
  }
}
@media (max-width: 1000px) {
  .header--with-banner.header--sticky .header__nav {
    /* top: 82px; */
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .header--with-banner.header--sticky .header__cta-wrapper {
    margin-top: 0;
  }
}
.header--with-banner.header--sticky .header__new-store {
  margin-left: 16px;
  max-height: 18px;
}
@media (max-width: 1000px) {
  .header--with-banner.header--sticky .header__new-store {
    margin-top: -2px;
    margin-left: 8px;
  }
}
.header--with-banner.header--sticky .banner {
  height: 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .header--menu-open .header__nav-mobile {
    display: none;
  }
}
.header--campaign {
  color: #fff;
  background-color: #030d18;
}
@media (max-width: 1000px) {
  .header--campaign .header__wrapper {
    padding: 0;
  }
}
.header--campaign .header__logo {
  width: unset;
}
.header--campaign .header__logo--mobile {
  filter: invert(1) grayscale(1) contrast(2);
}
.header--campaign .header__nav-list a,
.header--campaign .header__logo a {
  color: #fff;
}
.header--campaign .header__nav-list a img,
.header--campaign .header__logo a img {
  filter: invert(1) grayscale(1) contrast(2);
}
.header--campaign .header__new-store {
  margin-top: 22px;
  color: #fff;
}
.header--campaign .header__menu span {
  background-color: #fff;
}
.header--campaign.header--with-banner {
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .header--campaign.header--with-banner {
    padding-top: 0px;
  }
}
.header--campaign.header--with-banner .header__wrapper {
  flex-wrap: wrap;
}
.header--campaign.header--with-banner .banner {
  display: none;
}
.header--campaign.header--with-banner .header__new-store {
  margin-top: 0;
}
.header--campaign.header--sticky .header__new-store {
  margin-top: 0;
}

#wpadminbar {
  display: none !important;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 104px;
  min-width: 320px;
  font-family: "Husqvarna Gothic", sans-serif;
  font-size: clamp(18px, 0.9vw, 0.9vw);
  line-height: clamp(30px, 1.5vw, 1.5vw);
  color: #3d3d3c;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1000px) {
  body {
    padding-top: 96px;
  }
}
body.with-banner {
  padding-top: 130px;
}
@media (max-width: 1000px) {
  body.with-banner {
    padding-top: 96px;
  }
}
body.invert {
  background-color: #030d18;
}
body.with-banner.invert {
  padding-top: 117px !important;
}
@media (max-width: 1000px) {
  body.with-banner.invert {
    padding-top: 82px !important;
  }
}
body.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
body.overlay:before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
body.overlay .header--menu-open {
  z-index: 200;
}
body.no-scroll {
  position: fixed;
  left: 0;
  right: 0;
}

.heading-large {
  font-weight: 600;
  font-size: clamp(54px, 2.7vw, 2.7vw);
  line-height: clamp(54px, 2.7vw, 2.7vw);
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .heading-large {
    font-size: 34px;
    line-height: 38px;
  }
}

.heading-medium {
  font-weight: 600;
  font-size: clamp(48px, 2.4vw, 2.4vw);
  line-height: clamp(48px, 2.4vw, 2.4vw);
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .heading-medium {
    font-size: 30px;
    line-height: 32px;
  }
}

.heading-small {
  font-weight: 600;
  font-size: clamp(32px, 1.6vw, 1.6vw);
  line-height: clamp(32px, 1.6vw, 1.6vw);
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .heading-small {
    font-size: 28px;
    line-height: 30px;
  }
}

.subheading {
  font-weight: 600;
  font-size: clamp(26px, 1.3vw, 1.3vw);
  line-height: clamp(26px, 1.3vw, 1.3vw);
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  .subheading {
    font-size: 22px;
    line-height: 22px;
  }
}

.ingress {
  font-size: clamp(22px, 1.1vw, 1.1vw);
  line-height: clamp(28px, 1.4vw, 1.4vw);
}
@media (max-width: 1000px) {
  .ingress {
    font-size: clamp(20px, 1vw, 1vw);
    line-height: clamp(26px, 1.3vw, 1.3vw);
  }
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@media (max-width: 1000px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
    max-width: 768px;
  }
}

.button {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  width: unset;
  display: inline-block;
}
.button:hover {
  background: #27487d;
}
@media (max-width: 1000px) {
  .button {
    display: block;
  }
}

.cf7-form span {
  display: block;
}
.cf7-form input[type=submit] {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 24px;
  min-width: 100%;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  letter-spacing: 0.1em;
  background-color: #e05f35;
}
.cf7-form input[type=submit]:hover {
  background: #27487d;
}
.cf7-form input[type=submit]:hover {
  background-color: #d64d21;
}
.cf7-form .file-upload {
  margin: 32px 0 16px;
}
.cf7-form .file-upload__button {
  display: block;
  padding: 11px 28px 13px;
  width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.7vw, 0.7vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1d365e;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  padding-left: 80px;
  cursor: pointer;
}
.cf7-form .file-upload__button:hover {
  background: #27487d;
}
.cf7-form .file-upload__button::after {
  -webkit-mask-image: url("/wp-content/themes/smart-garden/assets/img/video.svg");
          mask-image: url("/wp-content/themes/smart-garden/assets/img/video.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  -webkit-mask-position: left center;
          mask-position: left center;
  background-color: white;
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.cf7-form .file-upload__button .wpcf7-form-control-wrap[data-name=your-file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cf7-form .file-upload__button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cf7-form .file-upload__button .wpcf7-not-valid-tip {
  position: absolute !important;
  top: -24px;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.cf7-form .file-upload__text {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.cf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cf7-form .wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cf7-form .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  line-height: 20px;
  cursor: pointer;
}
.cf7-form .wpcf7-radio .wpcf7-list-item-label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #6b6a6b;
  border-radius: 50%;
}
.cf7-form .wpcf7-spinner {
  margin: 5px 0 !important;
  background-color: #959ca4 !important;
  width: 100% !important;
  height: 4px !important;
  border-radius: 4px !important;
}
.cf7-form .wpcf7-spinner:before {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  border-radius: 4px !important;
  transform-origin: 0 !important;
  animation-name: blink !important;
  animation-duration: 1000ms !important;
  animation-timing-function: ease-in-out !important;
}
.cf7-form form {
  display: flex;
  flex-direction: column;
}
.cf7-form p {
  order: 0;
}
.cf7-form p:last-of-type {
  order: 2;
}
.cf7-form .wpcf7-response-output {
  position: relative;
  margin: 0 !important;
  margin-top: 16px !important;
  padding: 12px 16px !important;
  padding-left: 60px !important;
  font-size: clamp(16px, 0.8vw, 0.8vw) !important;
  line-height: clamp(16px, 0.8vw, 0.8vw) !important;
  border-radius: 16px !important;
  order: 1;
}
.cf7-form .wpcf7-response-output:after {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  content: "!";
  width: 28px;
  height: 28px;
  font-weight: 600;
  font-size: clamp(20px, 1vw, 1vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
  color: #ffb900;
  text-align: center;
  border: 2px solid;
  border-color: inherit;
  border-radius: 50%;
}
.cf7-form .wpcf7 form.sent .wpcf7-response-output:after {
  content: "✓";
  color: #46b450;
}
.cf7-form .wpcf7-not-valid-tip {
  font-size: 14px !important;
  letter-spacing: 0 !important;
}
.cf7-field {
  position: relative;
  margin-bottom: 16px;
  min-height: 44px;
}
.cf7-field input,
.cf7-field textarea {
  padding: 20px 16px 6px;
  width: 100%;
  max-width: 100%;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(18px, 0.9vw, 0.9vw);
  background: #f4f4f4;
  border: 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #3d3d3c;
  resize: none;
  transition: background 0.2s;
}
.cf7-field input:hover, .cf7-field input:focus,
.cf7-field textarea:hover,
.cf7-field textarea:focus {
  background: #ececec;
}
.cf7-field .label-text {
  position: absolute;
  top: 12px;
  left: 16px;
  font-family: "Husqvarna Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 0.8vw, 0.8vw);
  line-height: clamp(18px, 0.9vw, 0.9vw);
  z-index: 1;
  transform-origin: left top;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cf7-field .label-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: clamp(24px, 1.2vw, 1.2vw);
  line-height: clamp(24px, 1.2vw, 1.2vw);
}
.cf7-field .active .label-text {
  font-size: 13px;
  color: #273a60;
  transform: translateY(-8px);
}
.cf7-field .active input,
.cf7-field .active textarea {
  border-color: #273a60;
}

.moove-gdpr-info-bar-content {
  align-items: flex-end !important;
  padding: 40px !important;
}
@media (max-width: 1000px) {
  .moove-gdpr-info-bar-content {
    padding: 0px !important;
  }
}

.moove-gdpr-cookie-notice h3 {
  margin-bottom: 8px !important;
  font-weight: 600;
  font-size: clamp(32px, 1.6vw, 1.6vw);
}
.moove-gdpr-cookie-notice p {
  font-size: clamp(18px, 0.9vw, 0.9vw) !important;
  line-height: clamp(24px, 1.2vw, 1.2vw) !important;
}
@media (max-width: 1000px) {
  .moove-gdpr-cookie-notice p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.moove-gdpr-button-holder {
  flex-direction: row-reverse !important;
}
@media (max-width: 1000px) {
  .moove-gdpr-button-holder {
    flex-wrap: nowrap !important;
    justify-content: center;
  }
}
.moove-gdpr-button-holder button {
  padding: 12px 28px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background-color: white !important;
  color: #3d3d3c !important;
  border: 0 !important;
  border-radius: 14px !important;
}
@media (max-width: 1000px) {
  .moove-gdpr-button-holder button {
    padding: 10px 20px !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }
}
.moove-gdpr-button-holder button:hover {
  color: #273a60 !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

input[type=radio] {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

input[type=radio] + .wpcf7-list-item-label,
input[type=radio] + .check-label {
  position: relative;
  line-height: 20px;
  cursor: pointer;
}
input[type=radio] + .wpcf7-list-item-label:before,
input[type=radio] + .check-label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #6b6a6b;
  border-radius: 50%;
}
input[type=radio] + .wpcf7-list-item-label:after,
input[type=radio] + .check-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-color: #e05f35;
  border-radius: 50%;
}

input[type=radio]:checked + .wpcf7-list-item-label:before,
input[type=radio]:checked + .check-label:before {
  border-color: #e05f35;
}
input[type=radio]:checked + .wpcf7-list-item-label:after,
input[type=radio]:checked + .check-label:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #e05f35;
  border-color: #e05f35;
  border-radius: 50%;
}

input[type=radio] + .check-label {
  padding-left: 2rem;
}
