:root {
  --cubic_bezier: cubic-bezier(0.1, 0.6, 0, 1);
  --container_padding: 50px;
  --container: 1348px;
  --container_small: 1135px;
  --font: "Nunito Sans", sans-serif;
  --text_color: #7F7F7F;
  --color_white: #ffffff;
  --color_gray: #7F7F7F;
  --color_gray_2: #C4C4C4;
  --color_gray_3: #D9D9D9;
  --color_gray_4: #F3F3F3;
  --color_gray_5: #DCDCDC;
  --color_primary: #EDBF3B;
  --color_primary_bg: #F5F1E4;
  --color_secondary: #111111;
  --color_error: #ff2020;
  --color_green: #147255;
  --color_green_bg: #DAEDE7;
  --color_green_bg_2: #D9EDE7;
  --color_brown: #231F20;
  --color_brown_2: #484848;
  --color_brown_3: #89797D;
  --color_black: #1E1E1E;
  --color_black_2: #111111;
  --header_height: 101px;
}
@media (max-width: 767px) {
  :root {
    --container_padding: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  :root {
    --container_padding: 50px;
    --container: 1140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --container_padding: 50px;
    --container: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1325px) {
  :root {
    --container_padding: 50px;
    --container: 1200px;
  }
}

body {
  background-color: var(--color_white);
  font-family: var(--font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--text_color);
  line-height: 1.3;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-x: hidden;
}
body.overflow-hidden, body.nav-active {
  overflow: hidden !important;
}
body.template-dark {
  background-color: var(--color_secondary);
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../images/select.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 36px !important;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

style + p:last-child {
  margin-top: 0;
}

a,
input,
select,
textarea,
button {
  outline: none !important;
  font-family: var(--font);
}

button {
  border: 0;
}

address {
  font-style: normal;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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;
}

fieldset {
  border: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease;
}
a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

p:first-child {
  margin-top: 0;
}

figure {
  line-height: 0 !important;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--container_padding);
  padding-right: var(--container_padding);
}

.container-small {
  max-width: var(--container_small);
  margin: 0 auto;
  padding-left: var(--container_padding);
  padding-right: var(--container_padding);
}

header {
  position: relative;
  z-index: 99;
  line-height: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 26px 0;
  transition: all 0.5s ease;
}
header.fixed {
  background: rgba(17, 17, 17, 0.9) !important;
  padding: 10px 0;
}
.admin-bar header {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar header {
    top: 46px;
  }
}
header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header .row {
    gap: 26px;
  }
}
@media (min-width: 1025px) {
  header .row .col-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  header .header-navigation {
    max-width: 848px;
    align-self: flex-end;
    flex: 1;
    width: 100%;
  }
}
header .site-branding {
  display: block;
  line-height: 0;
  position: relative;
}
.nav-active header .site-branding {
  z-index: 9999;
}
header .site-branding svg,
header .site-branding img {
  display: block;
  width: 100%;
  max-width: 140px;
}
@media (max-width: 1024px) {
  header .site-branding svg,
  header .site-branding img {
    max-width: 100px;
  }
}
header .site-branding a {
  display: block;
}
header .sub-menu {
  display: none !important;
}
@media (min-width: 1025px) {
  header .menu-secondary,
  header .menu-title {
    display: none !important;
  }
}
header .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  header .menu {
    align-items: center;
    gap: 27px;
  }
}
@media (max-width: 1024px) {
  header .menu {
    flex-direction: column;
    gap: 4px;
  }
  header .menu .menu-menu-kosmo-container {
    text-align: center;
    margin-top: 26px;
    padding-top: 26px;
    position: relative;
  }
  header .menu .menu-menu-kosmo-container::before {
    content: "";
    position: absolute;
    width: calc(100vw - 32px);
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    height: 1px;
    background-color: var(--color_gray_4);
  }
  .template-dark header .menu .menu-menu-kosmo-container::before {
    background-color: var(--color_brown);
  }
}
header .menu-footer {
  text-align: center;
}
header .menu-footer .title {
  color: #484848;
}
header .menu-footer .menu-social {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
header .menu-footer .menu-social .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  opacity: 1;
}
header .menu-footer .menu-social .social-icons a svg {
  height: 30px;
  width: auto;
}
header .menu-footer .menu-social .social-icons a svg path {
  fill: var(--color_primary);
  fill-opacity: 1;
  transition: all 0.3s ease;
}
header .menu-footer .menu-social .social-icons a:hover svg path {
  fill: var(--color_secondary);
}
.template-dark header .menu-footer .menu-social .social-icons a:hover svg path {
  fill: var(--color_white);
}
header .menu-footer a {
  color: var(--color_primary);
  text-decoration: none;
}
header .menu-footer a:hover {
  color: var(--color_secondary);
}
header .menu-footer .footer-phone,
header .menu-footer .footer-email {
  width: 100%;
}
header .menu-footer .footer-phone a,
header .menu-footer .footer-email a {
  font-size: 22px;
  font-weight: 900;
  color: var(--color_primary);
  text-align: center;
  display: block;
}
header .menu-footer .footer-phone a:hover,
header .menu-footer .footer-email a:hover {
  color: var(--color_secondary);
}
.template-dark header .menu-footer .footer-phone a:hover,
.template-dark header .menu-footer .footer-email a:hover {
  color: var(--color_white);
}
header .menu-footer address a {
  color: var(--color_brown_2);
  font-size: 14px;
}
.template-dark header .menu-footer address a:hover {
  color: var(--color_white);
}
@media (min-width: 1025px) {
  header .menu-footer {
    display: none !important;
  }
}
header .menu-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
@media (max-width: 1024px) {
  header .menu-secondary, header .menu-social, header .menu-contacts {
    margin-top: 26px;
    padding-top: 26px;
    position: relative;
  }
  header .menu-secondary:before, header .menu-social:before, header .menu-contacts:before {
    content: "";
    position: absolute;
    width: calc(100vw - 32px);
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    height: 1px;
    background-color: var(--color_gray_4);
  }
  .template-dark header .menu-secondary:before, .template-dark header .menu-social:before, .template-dark header .menu-contacts:before {
    background-color: var(--color_brown);
  }
}
@media (max-width: 1024px) {
  header .menu-footer, header .menu-primary, header .menu-secondary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 230px;
  }
}
@media (max-width: 1024px) {
  header .menu-primary, header .menu-secondary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
}
header .menu-primary {
  padding: 0;
}
@media (max-width: 1024px) {
  header .menu-inner {
    display: flex;
    flex-direction: column;
    padding: 0 30px 100px;
    overflow-x: auto;
    align-items: center;
    justify-content: flex-start;
    padding-top: var(--header_height);
    position: relative;
    height: 100vh;
  }
  .nav-active-after header .menu-inner::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    height: var(--header_height);
    left: 0;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
  }
  .template-dark.nav-active-after header .menu-inner::before {
    background-color: rgba(17, 17, 17, 0.8117647059);
  }
  .admin-bar header .menu-inner::before {
    top: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .admin-bar header .menu-inner::before {
    top: 46px;
  }
}
@media (max-width: 1024px) {
  header .menu-wrapper {
    display: flex;
    flex-direction: column;
    width: 100vw;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9998;
    top: 0;
    bottom: 0;
    right: -100%;
    transition: all 0.5s var(--cubic_bezier);
    will-change: right;
    opacity: 0;
    visibility: hidden;
    background-color: var(--color_white);
  }
  .template-dark header .menu-wrapper {
    background-color: var(--color_secondary);
  }
  .admin-bar header .menu-wrapper {
    top: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .admin-bar header .menu-wrapper {
    top: 46px !important;
  }
}
header .menu-toggle {
  position: relative;
  z-index: 9999;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color_secondary);
  font-weight: 900;
}
.header-fixed header .menu-toggle, .template-dark header .menu-toggle {
  color: var(--color_white);
}
@media (max-width: 320px) {
  header .menu-toggle {
    transform: scale(1.7);
    width: 20px;
    height: 20px;
  }
}
header .menu-toggle i {
  font-style: normal;
}
@media (max-width: 320px) {
  header .menu-toggle i {
    display: none;
  }
}
@media (min-width: 1025px) {
  header .menu-toggle {
    display: none !important;
  }
}
header .menu-toggle .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  transform: rotate(0);
}
header .menu-toggle .icon::before {
  display: block;
}
header .menu-toggle .icon-top, header .menu-toggle .icon-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
header .menu-toggle .icon-top:after, header .menu-toggle .icon-bottom:after {
  content: "";
  display: flex;
  width: 12px;
  height: 2px;
  background-color: var(--color_secondary);
}
.header-fixed header .menu-toggle .icon-top:after, .template-dark header .menu-toggle .icon-top:after, .header-fixed header .menu-toggle .icon-bottom:after, .template-dark header .menu-toggle .icon-bottom:after {
  background-color: var(--color_white);
}
header .menu-toggle-white {
  color: var(--color_white);
}
header .menu-toggle-white .icon-top::after, header .menu-toggle-white .icon-bottom::after {
  background-color: var(--color_white);
}
header .menu-toggle.active {
  color: var(--color_gray_2);
}
.template-dark header .menu-toggle.active {
  color: var(--color_white);
}
header .menu-toggle.active .icon {
  gap: 0;
}
header .menu-toggle.active .icon-top {
  transform: rotate(-45deg);
  top: 1px;
}
header .menu-toggle.active .icon-bottom {
  transform: rotate(45deg);
  top: -1px;
}
header .menu-toggle.active .icon-top::after, header .menu-toggle.active .icon-bottom::after {
  background-color: var(--color_gray_2);
}
.template-dark header .menu-toggle.active .icon-top::after, .template-dark header .menu-toggle.active .icon-bottom::after {
  background-color: var(--color_white);
}
header .menu-toggle.active + .menu-wrapper {
  opacity: 1;
  visibility: visible;
  right: 0;
}
header .menu > li a {
  display: inline-block;
  color: var(--color_secondary);
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  padding: 8px 0;
  position: relative;
}
.template-dark header .menu > li a {
  color: var(--color_white);
}
@media (max-width: 1024px) {
  header .menu > li a {
    font-style: normal;
    font-size: 24px;
    text-transform: none;
  }
}
@media (min-width: 1025px) {
  header .menu > li a {
    font-size: 14px;
    text-align: center;
  }
  header .menu > li a::after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
}
header .menu > li a[aria-current=page] {
  cursor: default;
  text-decoration: none;
  color: var(--color_primary) !important;
}
header .menu > li a[aria-current=page]::after {
  background-color: var(--color_primary);
}
header .menu > li a:hover {
  color: var(--color_primary);
}
header .menu > li:not(.current-menu-item) a[aria-current=page] {
  cursor: pointer;
}
header .menu > li.link-gray a {
  color: var(--color_gray);
}
header .menu > li.link-gray a:hover {
  color: var(--color_primary);
}
header.header-colored .logo-white {
  display: none !important;
}
header.fixed, header.header-white {
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.75), rgba(17, 17, 17, 0));
}
header.fixed .logo-colored, header.header-white .logo-colored {
  display: none !important;
}
header.fixed .logo-white, header.header-white .logo-white {
  display: block !important;
}
@media (min-width: 1025px) {
  header.fixed .menu > li:not(.link-gray) a, header.header-white .menu > li:not(.link-gray) a {
    color: var(--color_white);
  }
}
header.fixed .menu > li a:hover, header.header-white .menu > li a:hover {
  color: var(--color_primary);
}
@media (max-width: 1024px) {
  .nav-active header.header-colored .logo-white, .nav-active header.header-white .logo-white {
    display: none !important;
  }
  .nav-active header.header-colored .logo-colored, .nav-active header.header-white .logo-colored {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .template-dark.nav-active header.header-colored .logo-white, .template-dark.nav-active header.header-white .logo-white {
    display: block !important;
  }
  .template-dark.nav-active header.header-colored .logo-colored, .template-dark.nav-active header.header-white .logo-colored {
    display: none !important;
  }
}

footer {
  background-color: var(--color_secondary);
  color: var(--color_white);
  overflow: hidden;
  border: 0;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  color: var(--color_white);
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
  color: var(--color_primary);
}
footer .container {
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .container {
    flex-wrap: wrap;
  }
}
footer .container::after {
  content: url("../images/footer-bg.svg");
  position: absolute;
  right: -130px;
  top: -60px;
  z-index: 1;
}
@media (max-width: 1024px) {
  footer .container::after {
    right: auto;
    left: 50%;
    transform: translate(-45%, 0);
  }
}
@media (max-width: 1024px) {
  footer .container {
    padding-top: 64px;
    padding-bottom: 76px;
    align-items: unset;
    flex-direction: column;
    background-position: 30% top;
  }
}
footer .container > * {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .container > * {
    order: 1;
  }
}
@media (max-width: 1024px) {
  footer .container > * {
    order: 1;
    align-items: unset;
  }
}
footer .block-title {
  margin-bottom: 24px;
  display: block;
  color: var(--color_brown_2);
  margin-left: 32px;
}
@media (max-width: 1024px) {
  footer .block-title {
    display: none !important;
  }
}
footer .social-icons {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 1025px) {
  footer .social-icons {
    border-left: 1px solid var(--color_brown);
    padding-left: 32px;
  }
}
footer .social-icons a {
  font-size: 14px;
  font-weight: 500;
}
footer .social-icons a::before {
  content: attr(title);
}
footer .social-icons svg {
  display: none !important;
}
@media (max-width: 1024px) {
  footer .footer-social {
    display: none !important;
  }
}
footer .footer-address {
  display: block;
}
footer .footer-address a {
  color: var(--color_brown_2);
  font-weight: 400;
}
footer .footer-address a:hover {
  color: var(--color_primary);
}
footer .footer-address address {
  display: block;
}
footer .footer-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 1025px) {
  footer .footer-menu .menu {
    border-left: 1px solid var(--color_brown);
    padding-left: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu .menu {
    justify-content: center;
    align-items: center;
  }
}
footer .footer-menu .menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color_white);
}
footer .footer-menu .menu a:hover {
  color: var(--color_primary);
}
footer .footer-menu .menu a[aria-current=page] {
  color: var(--color_primary) !important;
}
@media (max-width: 1024px) {
  footer .footer-menu.footer-menu-angebot {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu {
    padding-bottom: 27px;
    max-width: 188px;
    align-self: center;
    margin: 0 auto;
  }
}
footer .footer-block {
  display: flex;
  flex-direction: column;
}
footer .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1200px) and (min-width: 1025px) {
  footer .footer-logo {
    order: 11;
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    width: 100% !important;
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  footer .footer-logo {
    order: 10;
    align-items: center;
    text-align: center;
    margin-top: 110px;
    align-self: center;
    flex: 1;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  footer .footer-logo .logo-link {
    align-self: flex-start;
  }
}
footer .footer-logo a {
  color: var(--color_blue_light);
}
footer .footer-logo a:hover {
  color: var(--color_white);
}
footer .footer-logo-info {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: var(--color_blue_light);
}
footer .footer-logo-info .block-title {
  margin-left: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .footer-logo-info {
    margin: 0 !important;
    flex: 1;
    flex-direction: row !important;
    align-items: center;
    gap: 40px;
    width: 100%;
    flex: 1;
  }
  footer .footer-logo-info * {
    margin: 0 !important;
  }
}
@media (min-width: 1025px) {
  footer .footer-logo-info {
    margin-left: 73px;
    margin-top: 47px;
    margin-left: 73px;
  }
}
@media (max-width: 1024px) {
  footer .footer-logo-info {
    display: flex;
    margin-top: 26px;
    width: 100%;
    flex: 1;
    flex-direction: column;
  }
  footer .footer-logo-info a {
    display: inline-block;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  footer .footer-logo-info a {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  footer .footer-logo-info a + a {
    margin: 0;
    margin-top: 18px;
  }
}
@media (max-width: 1024px) {
  footer .footer-logo-info .copyright {
    display: block;
    width: 100%;
  }
}
footer .footer-logo-info p {
  margin: 0;
}
footer .footer-logo-info a {
  color: var(--color_gray_2);
}
footer .footer-logo-info a:hover {
  color: var(--color_primary);
}
footer .footer-logo-info .pdf {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 1024px) {
  footer .footer-logo-info .pdf {
    flex-direction: unset;
    justify-content: center;
    gap: 29px;
  }
}
footer .footer-phone, footer .footer-email {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 11px;
}
footer .footer-phone a, footer .footer-email a {
  color: var(--color_green);
}
footer .footer-phone a:hover, footer .footer-email a:hover {
  color: var(--color_primary);
}
@media (min-width: 1200px) {
  footer .footer-contact {
    margin-left: 8%;
  }
}
footer .footer-contact .block-title {
  margin-left: 0;
}
@media (max-width: 1024px) {
  footer .footer-contact {
    text-align: center;
    border-top: 1px solid var(--color_brown_2);
    max-width: 188px;
    margin: 0 auto;
    align-self: center;
    padding-top: 27px;
  }
  footer .footer-contact * {
    font-weight: 900;
  }
}
footer .copyright {
  margin-top: 18px;
  color: var(--color_brown_2);
  font-size: 12px;
}

.logo-link[href="#"] {
  cursor: default !important;
}

#breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--color_gray);
}
#breadcrumbs svg path {
  transition: all 0.3s ease;
}
#breadcrumbs > span > span {
  display: inline-block;
  margin-right: 5px;
}
#breadcrumbs > span > span:first-child {
  line-height: 0;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#breadcrumbs > span > span:first-child:hover svg path {
  fill: var(--color_primary);
}
#breadcrumbs > span > span:first-child + .seperator {
  display: none;
}
#breadcrumbs a {
  color: var(--color_gray);
}
#breadcrumbs a:hover {
  color: var(--color_primary);
  text-decoration: none;
}
.section-package #breadcrumbs {
  text-align: center;
}
.section-hero #breadcrumbs {
  margin: 0 0 -20px;
}
.section-hero:not(.section-hero-mask) #breadcrumbs {
  color: var(--color_white);
}
.section-hero:not(.section-hero-mask) #breadcrumbs a {
  color: var(--color_white);
}
.section-hero:not(.section-hero-mask) #breadcrumbs a:hover {
  color: var(--color_primary);
  text-decoration: none;
}
.section-hero:not(.section-hero-mask):not(.section-package) #breadcrumbs > span > span:first-child svg path {
  fill: var(--color_white);
}
.section-hero:not(.section-hero-mask):not(.section-package) #breadcrumbs > span > span:first-child:hover svg path {
  fill: var(--color_primary);
}
@media (max-width: 767px) {
  #breadcrumbs {
    display: none !important;
  }
}

section.section {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  scroll-snap-align: start;
}
section.section .section-title {
  font-size: 44px;
  color: var(--color_secondary);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  section.section .section-title {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.3;
  }
}
section.section .section-title span {
  display: block;
}
section.section .container {
  margin-top: 72px;
  margin-bottom: 72px;
}
section.section.section-hero {
  background-color: var(--color_secondary);
  color: var(--color_white);
  min-height: 500px;
  background-image: var(--hero-background-desktop);
  transition: padding 0.5s ease;
}
@media (max-width: 767px) {
  section.section.section-hero {
    background-image: var(--hero-background-mobile);
  }
}
.page-template-about section.section.section-hero {
  min-height: 100vh;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-template-about section.section.section-hero {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .page-template-about section.section.section-hero {
    min-height: 100svh;
  }
}
section.section.section-hero.section-hero-mask {
  min-height: 700px;
  background: none !important;
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask {
    justify-content: space-between;
  }
}
section.section.section-hero.section-hero-mask + .section-maintenance > .container {
  margin-top: 0;
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask + .section-maintenance > .container {
    margin-top: 20px;
  }
}
section.section.section-hero.section-hero-mask .container {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask .container {
    margin-top: 30px;
    margin-bottom: 30px;
    flex: 1;
  }
}
section.section.section-hero.section-hero-mask .container .hero-wrapper {
  align-self: flex-start;
  width: auto;
}
@media (min-width: 768px) {
  section.section.section-hero.section-hero-mask .container .hero-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask .container .hero-wrapper {
    flex: 1;
  }
}
section.section.section-hero.section-hero-mask .container .hero-wrapper .title {
  color: var(--color_secondary);
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask .container .hero-wrapper .title {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask .container .hero-wrapper .text {
    max-width: 60%;
    flex: 1;
  }
}
section.section.section-hero.section-hero-mask .container .hero-wrapper .hero-info h2,
section.section.section-hero.section-hero-mask .container .hero-wrapper .text {
  color: var(--color_gray);
}
section.section.section-hero.section-hero-mask .container .hero-wrapper .button-yellow {
  background-color: var(--color_primary);
  color: var(--color_secondary);
}
section.section.section-hero.section-hero-mask .container .hero-wrapper .button-yellow:hover {
  background-color: var(--color_green);
  border-color: var(--color_green);
  color: var(--color_white);
}
section.section.section-hero.section-hero-mask::before {
  background-color: var(--color_white);
  background-image: var(--hero-background-desktop);
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url("../images/hero-mask.svg");
          mask-image: url("../images/hero-mask.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.section.section-hero.section-hero-mask::before {
    background-image: var(--hero-background-mobile);
    -webkit-mask-image: url("../images/hero-mask-mobile.svg");
            mask-image: url("../images/hero-mask-mobile.svg");
    -webkit-mask-position: right bottom;
            mask-position: right bottom;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
.home section.section.section-hero {
  min-height: 100vh;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home section.section.section-hero {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .home section.section.section-hero {
    min-height: 100svh;
  }
}
@media (min-height: 1440px) {
  .home section.section.section-hero {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .home section.section.section-hero {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  section.section.section-hero {
    min-height: 640px;
  }
}
section.section.section-hero .container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.section.section-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section.section-hero .container .hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  section.section.section-hero .container .hero-wrapper {
    flex: 1;
    width: 100%;
    max-width: 848px;
    align-self: flex-end;
  }
}
section.section.section-hero .title,
section.section.section-hero .text {
  color: var(--color_white);
  margin: 0;
}
section.section.section-hero .title h1 {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
}
section.section.section-hero .title h1 span {
  color: var(--color_primary);
}
.home section.section.section-hero .title h1, .page-template-about section.section.section-hero .title h1 {
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .home section.section.section-hero .title h1, .page-template-about section.section.section-hero .title h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  section.section.section-hero .title h1 {
    font-size: 24px;
  }
}
.home section.section.section-hero .text, .page-template-about section.section.section-hero .text {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .home section.section.section-hero .text, .page-template-about section.section.section-hero .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  section.section.section-hero .text {
    font-size: 14px;
  }
  .home section.section.section-hero .text {
    display: none !important;
  }
}
@media (max-width: 767px) {
  section.section.section-hero {
    gap: 80px;
    padding-bottom: 30px;
    min-height: 640px;
    justify-content: flex-end;
  }
}
section.section.section-products-slider {
  min-height: 0;
  padding: 0;
}
section.section.section-products-slider .section-products-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.section.section-products-slider .category-buttons {
    order: 2;
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  section.section.section-products-slider .category-buttons .category-button {
    position: absolute;
    z-index: 10;
  }
  section.section.section-products-slider .category-buttons .category-button.category-button-14 {
    left: 54%;
    bottom: 43%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-14 {
    left: 40%;
    bottom: 39%;
  }
}
@media (min-width: 768px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-11 {
    left: 28%;
    top: 31%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-11 {
    left: 22%;
  }
}
@media (min-width: 768px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-10 {
    left: 52%;
    top: 18%;
  }
  section.section.section-products-slider .category-buttons .category-button.category-button-13 {
    right: 18%;
    top: 48%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-13 {
    right: 14%;
  }
}
@media (min-width: 768px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-12 {
    bottom: 25%;
    left: 37%;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .category-buttons .category-button.category-button-12 {
    left: 27%;
    bottom: 20%;
  }
}
section.section.section-products-slider .category-buttons .category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_white);
  color: var(--color_secondary);
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  gap: 5px;
  padding: 10px 27px;
  border-radius: 37px;
  line-height: 1;
}
@media (min-width: 768px) {
  section.section.section-products-slider .category-buttons .category-button::after {
    content: "+";
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
  }
}
section.section.section-products-slider .category-buttons .category-button.active {
  background-color: var(--color_primary);
}
@media (min-width: 768px) {
  section.section.section-products-slider .category-buttons .category-button.active::after {
    content: "-";
  }
}
@media (max-width: 767px) {
  section.section.section-products-slider .category-buttons .category-button {
    background-color: transparent;
    border: 2px solid var(--color_primary);
    color: var(--color_white);
  }
  section.section.section-products-slider .category-buttons .category-button:focus, section.section.section-products-slider .category-buttons .category-button:hover, section.section.section-products-slider .category-buttons .category-button.active {
    border-color: var(--color_brown);
    background-color: var(--color_brown);
    color: var(--color_primary);
  }
}
@media (max-width: 767px) {
  section.section.section-products-slider {
    background-color: var(--color_secondary);
  }
}
@media (min-width: 1200px) {
  .home section.section.section-products-slider .products {
    margin-top: -35px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .products {
    margin-top: var(--container_padding);
  }
}
@media (max-width: 767px) {
  section.section.section-products-slider .products {
    display: none !important;
  }
}
section.section.section-products-slider .container {
  margin: 0 auto;
}
section.section.section-products-slider .info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--color_gray_4);
  display: grid;
  align-items: center;
  grid-template-columns: 70% auto;
  gap: 30px;
}
@media (min-width: 768px) {
  section.section.section-products-slider .info {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  section.section.section-products-slider .info {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .info {
    margin-top: 30px;
    padding-bottom: var(--container_padding);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  section.section.section-products-slider .info {
    gap: 15px;
    padding-bottom: 35px;
    padding-top: 25px;
    margin-top: 25px;
    border-color: var(--color_brown);
  }
}
section.section.section-products-slider .info .section-text {
  font-weight: 300;
  font-size: 16px;
  color: var(--color_gray);
}
@media (max-width: 767px) {
  section.section.section-products-slider .info .section-text {
    font-size: 10px;
  }
}
section.section.section-products-slider .info .buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
section.section.section-products-slider .info .buttons .button {
  text-transform: uppercase;
}
section.section.section-products-slider .category-container {
  display: grid;
  grid-template-columns: 32% auto;
  gap: 55px;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .category-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
section.section.section-products-slider .category-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  section.section.section-products-slider .category-info {
    margin-top: 50px;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  section.section.section-products-slider .category-info {
    display: none !important;
  }
}
section.section.section-products-slider .category-info .category-title {
  font-size: 44px;
  font-weight: 900;
  color: var(--color_secondary);
  flex: 1;
}
section.section.section-products-slider .category-info .category-text {
  font-size: 16px;
  font-weight: 300;
}
section.section.section-products-slider .category-info .category-package {
  font-size: 16px;
  color: var(--color_primary);
  text-transform: uppercase;
  font-weight: 900;
}
section.section.section-products-slider .category-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  section.section.section-products-slider .category-products {
    display: flex;
    flex-wrap: wrap;
  }
}
section.section.section-products-slider .product-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 0;
  transition: all 0.3s ease;
}
section.section.section-products-slider .product-item .product-item-header {
  order: 2;
  text-align: center;
}
section.section.section-products-slider .product-item .product-item-header .product-item-kwp {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: var(--color_primary);
  text-decoration: underline;
  text-align: center;
  margin-bottom: 7px;
}
section.section.section-products-slider .product-item .product-item-image {
  margin-bottom: 20px;
}
section.section.section-products-slider .product-item .product-item-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 174px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.section.section-products-slider .product-item .product-item-title {
  font-size: 24px;
  color: var(--color_secondary);
  font-weight: 900;
  margin: 0;
  transition: all 0.3s ease;
}
section.section.section-products-slider .product-item .product-item-title a {
  display: flex;
  flex-direction: column;
  color: var(--color_black_2);
}
.home section.section.section-products-slider .product-item .product-item-title a {
  text-decoration: underline;
  color: var(--color_black_2);
  text-decoration-color: var(--color_black_2);
}
section.section.section-products-slider .product-item .product-item-title a:hover {
  color: var(--color_primary);
  text-decoration-color: var(--color_primary);
}
section.section.section-products-slider .product-item .product-item-for {
  text-align: center;
  text-transform: uppercase;
  order: 3;
  margin-top: 10px;
}
section.section.section-products-slider .category-item-service .category-products {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-slider .category-item-service .category-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-products-slider .category-item-service .category-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.section.section-products-slider .category-item-service .product-item {
  background-color: var(--color_gray_4);
  padding: 32px 20px;
  gap: 30px;
  border-radius: 14px;
}
section.section.section-products-slider .category-item-service .product-item a {
  color: var(--color_secondary);
  text-decoration: none !important;
}
section.section.section-products-slider .category-item-service .product-item .product-item-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.section.section-products-slider .category-item-service .product-item .product-item-header {
  order: 1;
}
section.section.section-products-slider .category-item-service .product-item .product-item-footer {
  order: 2;
}
section.section.section-products-slider .category-item-service .product-item .product-item-title {
  order: 1;
  font-size: 14px;
  color: var(--color_secondary);
}
section.section.section-products-slider .category-item-service .product-item .product-item-image {
  order: 2;
  position: relative;
  margin: 0 -20px;
  height: auto;
}
section.section.section-products-slider .category-item-service .product-item .product-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100px;
  display: block;
}
section.section.section-products-slider .category-item-service .product-item .product-item-content-footer,
section.section.section-products-slider .category-item-service .product-item .product-item-content {
  order: 3;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color_gray);
}
section.section.section-products-slider .category-item-service .product-item .product-item-content {
  display: none !important;
}
section.section.section-products-slider .category-item-service .product-item:hover .product-item-title {
  color: var(--color_green);
}
section.section.section-products-slider .video {
  position: relative;
}
@media (max-width: 767px) {
  section.section.section-products-slider .video {
    margin-bottom: 28px;
  }
  section.section.section-products-slider .video::before {
    content: url("../images/mobile-scroll.svg");
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 30px;
    margin-left: -28.5px;
    opacity: 0;
    animation: scaleOpacityAnimation 3s ease-out infinite;
  }
}
section.section.section-products-slider .video .video-content::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 767px) {
  section.section.section-products-slider .video .video-content {
    overflow: auto;
    height: 438px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    -webkit-overflow-scrolling: touch;
  }
}
section.section.section-products-slider .video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  section.section.section-products-slider .video video {
    height: 438px;
    width: auto;
    -o-object-fit: unset;
       object-fit: unset;
    aspect-ratio: 1440/574;
  }
}
section.section.section-quote {
  background-color: var(--color_secondary);
  display: grid;
}
section.section.section-quote .container {
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
  max-width: 1133px;
}
@media (max-width: 1024px) {
  section.section.section-quote .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
section.section.section-quote .quote-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
section.section.section-quote .quote-info img {
  width: 68px;
  max-width: 100%;
  display: block;
  height: auto;
  -webkit-mask-image: url("../images/portrait.svg");
          mask-image: url("../images/portrait.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1024px) {
  section.section.section-quote .quote-info {
    gap: 20px;
  }
}
section.section.section-quote .quote-np {
  color: var(--color_gray);
  font-size: 24px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
@media (max-width: 1024px) {
  section.section.section-quote .quote-np {
    font-size: 20px;
  }
}
section.section.section-quote .quote-np span {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
section.section.section-quote .quote-text {
  color: var(--color_primary);
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1025px) {
  section.section.section-quote .quote-text {
    border-left: 1px solid var(--color_brown_2);
    padding-left: 50px;
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  section.section.section-quote .quote-text {
    font-size: 18px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  section.section.section-quote .quote-text::before {
    content: "";
    height: 1px;
    background-color: var(--color_brown_2);
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;
  }
}
section.section.section-why-kosmobauer {
  background-color: var(--color_primary_bg);
}
@media (max-width: 767px) {
  section.section.section-why-kosmobauer {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  section.section.section-why-kosmobauer {
    background-image: url(../images/primary-bg.svg);
    background-repeat: no-repeat;
    background-position: -300px 80%;
    background-size: 655px;
  }
}
section.section.section-why-kosmobauer .section-title {
  font-size: 64px;
  color: var(--color_secondary);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  section.section.section-why-kosmobauer .section-title {
    font-size: 36px;
  }
}
section.section.section-why-kosmobauer .section-title span {
  display: block;
}
section.section.section-why-kosmobauer .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1200px) {
  section.section.section-why-kosmobauer .items {
    margin-left: 24.5%;
    margin-top: -110px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-why-kosmobauer .items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  section.section.section-why-kosmobauer .items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
section.section.section-why-kosmobauer .items .item {
  height: 100%;
  padding: 30px 17px;
  position: relative;
}
section.section.section-why-kosmobauer .items .item::after, section.section.section-why-kosmobauer .items .item::before {
  display: block;
  background-color: var(--color_white);
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-why-kosmobauer .items .item:not(:nth-child(-n+2)):not(:nth-child(3))::before {
    content: "";
    height: 1px;
    left: 15px;
    right: 15px;
    top: 0;
  }
  section.section.section-why-kosmobauer .items .item:not(:nth-child(2n))::after {
    content: "";
    width: 1px;
    top: 15px;
    bottom: 15px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  section.section.section-why-kosmobauer .items .item:not(:nth-child(-n+3)):not(:nth-child(4))::before {
    content: "";
    height: 1px;
    left: 15px;
    right: 15px;
    top: 0;
  }
  section.section.section-why-kosmobauer .items .item:not(:nth-child(3n))::after {
    content: "";
    width: 1px;
    top: 15px;
    bottom: 15px;
    right: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-why-kosmobauer .items .item {
    padding: 0;
    border-bottom: 1px solid var(--color_white);
  }
  section.section.section-why-kosmobauer .items .item:empty {
    display: none !important;
  }
}
section.section.section-why-kosmobauer .items .item.active .item-header::after {
  transform: rotate(180deg);
  border-top-color: var(--color_gray);
}
section.section.section-why-kosmobauer .items .item .item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.section.section-why-kosmobauer .items .item .item-header {
    align-items: center;
    cursor: pointer;
    padding: 17px 0;
    margin: 0;
  }
  section.section.section-why-kosmobauer .items .item .item-header::after {
    content: "";
    display: block;
    transition: all 0.5s ease;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid var(--color_primary);
    width: 16px;
    height: 12px;
  }
}
section.section.section-why-kosmobauer .items .item .item-header .item-title {
  flex: 1;
  color: var(--color_secondary);
  font-weight: 600;
  font-size: 18px;
}
section.section.section-why-kosmobauer .items .item .item-header .item-image {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
@media (max-width: 767px) {
  section.section.section-why-kosmobauer .items .item .item-header .item-image {
    margin-right: 15px;
  }
}
section.section.section-why-kosmobauer .items .item .item-header .item-image img,
section.section.section-why-kosmobauer .items .item .item-header .item-image svg {
  height: 53px;
}
section.section.section-why-kosmobauer .items .item .item-text {
  color: var(--color_brown_3);
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.section.section-why-kosmobauer .items .item .item-text {
    margin-bottom: 24px;
  }
}
section.section.section-video {
  background-color: var(--color_secondary);
  padding-bottom: 0;
  overflow: hidden;
}
section.section.section-video::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  content: "";
  background-image: url("../images/video-bg.svg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 70px;
}
@media (max-width: 1024px) {
  section.section.section-video::before {
    background-size: 45px;
    top: 60%;
  }
}
section.section.section-video .container {
  display: flex;
  flex-direction: column;
  gap: 65px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  section.section.section-video .container {
    margin-bottom: 113px;
  }
}
@media (max-width: 767px) {
  section.section.section-video .container {
    gap: 25px;
  }
}
section.section.section-video .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1034px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.section.section-video .section-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
section.section.section-video .section-title {
  color: var(--color_white);
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  section.section.section-video .section-title {
    border-bottom: 1px solid var(--color_brown_2);
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  section.section.section-video .section-title {
    border-right: 1px solid var(--color_brown_2);
    padding-right: 70px;
    margin-right: 70px;
  }
}
section.section.section-video .section-text {
  font-weight: 300;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 767px) {
  section.section.section-video .section-text {
    font-size: 12px;
    padding-left: 50px;
  }
}
section.section.section-video .video-wrapper {
  position: relative;
}
section.section.section-video .video-wrapper video {
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}
section.section.section-video .video-wrapper .play-pause-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
}
section.section.section-video .video-wrapper .play-pause-button:not(.active) {
  opacity: 0;
  visibility: hidden;
}
section.section.section-video .video-wrapper .play-pause-button::before {
  display: block;
  content: url("../images/play.svg");
  line-height: 0;
}
@media (max-width: 1024px) {
  .template-dark section.section.section-faq + .section-reviews {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .template-dark section.section.section-faq + .section-reviews > .container {
    margin-top: 0;
    margin-top: 40px;
  }
}
section.section.section-faq .accordion-item:not(.mobile-accordion-item) {
  border-top: 1px solid var(--color_gray_3);
}
section.section.section-faq .accordion-item:not(.mobile-accordion-item) .accordion-content {
  display: none;
}
section.section.section-faq .accordion-items {
  counter-reset: item-counter;
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) {
  border-top: 1px solid var(--color_gray_3);
  counter-increment: item-counter;
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  cursor: pointer;
  position: relative;
  padding-left: 23.4%;
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header::before {
  content: counter(item-counter);
  color: var(--color_gray_3);
  font-size: 24px;
  font-family: var(--font);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header::before {
    font-size: 16px;
  }
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header:after {
  display: inline-block;
  content: url("../images/plus.svg");
  margin-left: 23px;
  line-height: 0;
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header .item-title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  flex: 1;
  color: var(--color_secondary);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header .item-title {
    font-size: 14px;
  }
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .accordion-content {
  display: none;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-left: 23.4%;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .accordion-content {
    font-size: 12px;
    margin-top: 0;
  }
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header {
  cursor: default;
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header::before {
  color: var(--color_green);
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header:after {
  content: url("../images/minus.svg");
}
section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header .item-title {
  color: var(--color_green);
}
section.section.section-faq + .section-contact > .container {
  margin-top: 0;
}
section.section.section-reviews {
  background-color: var(--color_white);
  min-height: 0;
}
@media (max-width: 1024px) {
  section.section.section-reviews {
    background-size: 50%;
  }
}
.template-dark section.section.section-reviews {
  padding-bottom: 72px;
}
section.section.section-reviews .scrollbar-thumb {
  background-color: var(--color_gray);
}
.template-dark section.section.section-reviews .scrollbar-thumb {
  border-color: transparent;
  background-color: var(--color_gray_3);
}
section.section.section-reviews .scrollbar {
  margin: 0 auto;
  background-color: var(--color_gray_4);
}
.template-dark section.section.section-reviews .scrollbar {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
section.section.section-reviews .section-title {
  border-top: 1px solid var(--color_gray_4);
  padding-top: 30px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  section.section.section-reviews .section-title {
    font-size: 16px;
  }
}
section.section.section-reviews .section-title a {
  color: var(--color_secondary);
}
section.section.section-reviews .section-title a:visited {
  color: var(--color_secondary);
}
.template-dark section.section.section-reviews .section-title {
  border-color: var(--color_brown_2);
}
.template-dark section.section.section-reviews .section-title a {
  color: var(--color_white);
}
.template-dark section.section.section-reviews .section-title a:visited {
  color: var(--color_white);
}
section.section.section-reviews > .container {
  margin-bottom: 0;
}
.template-dark section.section.section-reviews {
  background-color: var(--color_brown);
}
section.section.section-reviews .wp-gr {
  margin: 0 0 100px;
  color: var(--color_secondary);
}
@media (max-width: 1024px) {
  section.section.section-reviews .wp-gr {
    margin: 0 0 40px;
  }
}
section.section.section-reviews .wp-gr .wp-google-content-inner {
  margin: 0;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-url {
  display: none !important;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 32px;
  margin: 0 !important;
  transition: all 1s var(--cubic_bezier);
  overflow-x: auto;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 1025px) {
  section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews {
    padding-left: 19.5vw;
    padding-right: var(--container_padding);
  }
}
@media (max-width: 1024px) {
  section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews {
    margin: 0 calc(var(--container_padding) * -1);
    padding: 0 var(--container_padding);
  }
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review {
  margin: 0;
  background-color: var(--color_gray_4);
  border-radius: 14px;
  padding: 40px 48px;
  display: flex;
  gap: 20px;
  overflow: hidden;
  transition: all 1s ease;
  max-height: 400px;
}
@media (max-width: 1024px) {
  section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review {
    padding: 23px;
  }
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-feedback,
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right {
  display: flex;
  flex-direction: column;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-left,
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .grw-review-avatar {
  width: 60px;
  min-width: 60px;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .grw-review-avatar {
  position: relative;
  top: 8px;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-name {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: var(--color_secondary);
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-text {
  margin-top: 16px;
  margin-left: -80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-stars {
  display: flex;
  line-height: 0;
  gap: 5px;
  align-items: center;
  margin-top: 6px;
}
section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review .wp-stars .wp-star {
  line-height: 0;
}
@media (min-width: 1025px) {
  section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review {
    min-width: 500px;
  }
}
@media (max-width: 1024px) {
  section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review {
    width: 40vw;
    min-width: 40vw;
  }
}
@media (max-width: 767px) {
  section.section.section-reviews .wp-gr .wp-google-content-inner .wp-google-reviews .wp-google-review {
    width: 80vw;
    min-width: 80vw;
  }
}
section.section.section-reviews .wp-gr .ti-load-more-reviews-container {
  display: none !important;
}
section.section.section-contact + .section-package-extended .container {
  margin-top: 0;
}
section.section.section-contact .gform_heading,
section.section.section-contact .link-privacy-policy {
  display: none !important;
}
section.section.section-contact .section-title {
  margin-bottom: 25px;
}
section.section.section-contact .section-title span {
  color: var(--color_green);
  display: unset;
}
section.section.section-contact .form {
  max-width: 394px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-contact .form {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.section.section-contact .form {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.section.section-contact .form .gform_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
section.section.section-contact .contact-form {
  background-color: var(--color_green_bg_2);
  border-radius: 14px;
  padding: 65px 110px;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 50px;
}
@media (min-width: 1025px) {
  section.section.section-contact .contact-form {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-contact .contact-form {
    padding: 44px;
    gap: 26px;
    grid-template-columns: 60% 1fr;
  }
}
@media (max-width: 767px) {
  section.section.section-contact .contact-form {
    display: flex;
    padding: 44px 25px;
    flex-direction: column;
    gap: 26px;
  }
}
section.section.section-contact .contact-form .text {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  section.section.section-contact .contact-form .text {
    font-size: 14px;
  }
}
section.section.section-contact .contact-form .text a {
  color: var(--color_secondary);
}
section.section.section-contact .contact-form .text a:visited {
  color: var(--color_secondary);
}
section.section.section-contact .contact-form .text a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  section.section.section-contact.section-confirm .form {
    margin: 0;
  }
}
section.section.section-contact.section-confirm .gform_confirmation_message {
  font-weight: 900;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--color_secondary);
  text-align: left;
}
section.section.section-contact.section-confirm .gform_confirmation_message br {
  display: none;
}
section.section.section-contact.section-confirm .gform_confirmation_message h2, section.section.section-contact.section-confirm .gform_confirmation_message h3, section.section.section-contact.section-confirm .gform_confirmation_message h4, section.section.section-contact.section-confirm .gform_confirmation_message h5, section.section.section-contact.section-confirm .gform_confirmation_message h6 {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  color: var(--color_green);
}
@media (max-width: 767px) {
  section.section.section-contact.section-confirm .gform_confirmation_message h2, section.section.section-contact.section-confirm .gform_confirmation_message h3, section.section.section-contact.section-confirm .gform_confirmation_message h4, section.section.section-contact.section-confirm .gform_confirmation_message h5, section.section.section-contact.section-confirm .gform_confirmation_message h6 {
    font-size: 24px;
  }
}
section.section.section-contact.section-confirm .gform_confirmation_message em {
  display: block;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
}
section.section.section-contacts h1, section.section.section-contacts h2, section.section.section-contacts h3, section.section.section-contacts h4, section.section.section-contacts h5, section.section.section-contacts h6 {
  font-size: 44px;
  color: var(--color_secondary);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  section.section.section-contacts h1, section.section.section-contacts h2, section.section.section-contacts h3, section.section.section-contacts h4, section.section.section-contacts h5, section.section.section-contacts h6 {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.3;
  }
}
section.section.section-contacts .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media (max-width: 1024px) {
  section.section.section-contacts .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
section.section.section-contacts .container .info {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  section.section.section-contacts .container .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
section.section.section-contacts .container .info .label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: var(--color_gray);
  margin-bottom: 10px;
}
section.section.section-contacts .container .info .item {
  font-size: 20px;
  color: var(--color_primary);
  font-weight: 900;
}
section.section.section-contacts .container .info .item *:not(.route-button) {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
section.section.section-contacts .container .info .col:first-child {
  grid-column: span 2;
}
section.section.section-contacts .container .info .col address {
  border-bottom: 1px solid var(--color_gray_3);
  padding-bottom: 30px;
}
section.section.section-contacts .container .info .col address a {
  color: var(--color_secondary);
  font-weight: 900;
}
section.section.section-contacts .container .info a {
  text-decoration: none;
  font-weight: 900;
}
section.section.section-contacts .container .info a:hover {
  text-decoration: underline;
}
section.section.section-content > .container {
  margin-top: 0;
}
section.section.section-page + .section-contact .container, section.section.section-single + .section-contact .container, section.section.section-content + .section-contact .container {
  margin-top: 0;
}
section.section.section-page h1, section.section.section-page h2, section.section.section-page h3, section.section.section-page h4, section.section.section-page h5, section.section.section-page h6, section.section.section-single h1, section.section.section-single h2, section.section.section-single h3, section.section.section-single h4, section.section.section-single h5, section.section.section-single h6, section.section.section-content h1, section.section.section-content h2, section.section.section-content h3, section.section.section-content h4, section.section.section-content h5, section.section.section-content h6 {
  font-size: 44px;
  color: var(--color_secondary);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  section.section.section-page h1, section.section.section-page h2, section.section.section-page h3, section.section.section-page h4, section.section.section-page h5, section.section.section-page h6, section.section.section-single h1, section.section.section-single h2, section.section.section-single h3, section.section.section-single h4, section.section.section-single h5, section.section.section-single h6, section.section.section-content h1, section.section.section-content h2, section.section.section-content h3, section.section.section-content h4, section.section.section-content h5, section.section.section-content h6 {
    font-size: 24px;
    margin-bottom: 32px;
    line-height: 1.3;
  }
}
section.section.section-image-bg {
  background-color: var(--color_secondary);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 630px;
  justify-content: space-between;
}
section.section.section-image-bg .container {
  color: #fff;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.section.section-image-bg .section-title {
  color: #fff;
  font-size: clamp(48px, 8vw, 128px);
  text-align: center;
}
section.section.section-image-bg .section-text {
  max-width: 700px;
  margin: 0 auto;
}
section.section.section-multi-step {
  background-color: var(--color_green_bg_2);
  min-height: 413px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
section.section.section-multi-step .gform-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color_green_bg_2);
  opacity: 0.3;
  border: 0;
  animation: unset;
  border-radius: 0;
  width: auto;
  height: auto;
}
section.section.section-multi-step .gform-loader::after, section.section.section-multi-step .gform-loader::before {
  display: none !important;
}
@media (max-width: 767px) {
  section.section.section-multi-step {
    min-height: 100svh;
  }
}
@media (min-width: 1025px) {
  section.section.section-multi-step .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
section.section.section-multi-step.section-confirm {
  background-color: var(--color_primary);
  background-image: url("../images/confirmation-bg-left.svg"), url("../images/confirmation-bg-right.svg");
  background-position: left center, right center;
  background-size: auto, auto;
}
@media (max-width: 767px) {
  section.section.section-multi-step.section-confirm {
    background-image: none;
  }
}
section.section.section-multi-step.section-confirm * {
  color: var(--color_secondary);
}
section.section.section-multi-step.section-confirm .gform_confirmation_message {
  font-size: 36px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  section.section.section-multi-step.section-confirm .gform_confirmation_message {
    font-size: 24px;
  }
  section.section.section-multi-step.section-confirm .gform_confirmation_message::before {
    content: url("../images/confirm-logo.svg");
  }
}
section.section.section-multi-step.section-confirm .gform_confirmation_message br {
  display: none;
}
section.section.section-multi-step.section-confirm .gform_confirmation_message h2, section.section.section-multi-step.section-confirm .gform_confirmation_message h3, section.section.section-multi-step.section-confirm .gform_confirmation_message h4, section.section.section-multi-step.section-confirm .gform_confirmation_message h5, section.section.section-multi-step.section-confirm .gform_confirmation_message h6 {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
}
@media (max-width: 767px) {
  section.section.section-multi-step.section-confirm .gform_confirmation_message h2, section.section.section-multi-step.section-confirm .gform_confirmation_message h3, section.section.section-multi-step.section-confirm .gform_confirmation_message h4, section.section.section-multi-step.section-confirm .gform_confirmation_message h5, section.section.section-multi-step.section-confirm .gform_confirmation_message h6 {
    font-size: 24px;
  }
}
section.section.section-multi-step.section-confirm .gform_confirmation_message em {
  display: block;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
}
@media (max-width: 767px) {
  section.section.section-products-list .section-title {
    font-size: 40px;
  }
}
section.section.section-products-list .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-products-list .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-service section.section.section-products-list .products-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-template-service section.section.section-products-list .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-template-service section.section.section-products-list .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.section.section-products-list .products-grid .product-item {
  border: 1px solid var(--color_gray_4);
  padding: 37px;
  background-color: var(--color_gray_4);
  border-radius: 14px;
  overflow: hidden;
  background-image: url("../images/product-item-bg.svg");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  section.section.section-products-list .products-grid .product-item {
    display: flex;
    flex-direction: column;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-for {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: var(--color_gray);
  margin-bottom: 20px;
}
section.section.section-products-list .products-grid .product-item .product-item-kwp {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: var(--color_gray);
  margin-bottom: 10px;
}
.page-template-service section.section.section-products-list .products-grid .product-item {
  background-image: none;
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .page-template-service section.section.section-products-list .products-grid .product-item {
    padding: 0;
  }
}
section.section.section-products-list .products-grid .product-item a {
  text-decoration: none;
}
@media (min-width: 768px) {
  section.section.section-products-list .products-grid .product-item .product-item-footer {
    flex: 1;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-footer-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.section.section-products-list .products-grid .product-item .product-item-footer-inner {
    height: 100%;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.page-template-service section.section.section-products-list .products-grid .product-item .product-item-price-wrapper {
  margin-bottom: 0;
}
section.section.section-products-list .products-grid .product-item .product-item-price-wrapper .product-item-price {
  font-size: 32px;
  font-weight: 900;
  color: var(--color_white);
  background-color: var(--color_green);
  text-align: center;
  align-self: center;
  border-radius: 8px;
  padding: 11px 25px;
}
.page-template-wallbox section.section.section-products-list .products-grid .product-item .product-item-price-wrapper .product-item-price {
  text-align: left;
  color: var(--color_primary);
  align-self: flex-start;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item .product-item-price-wrapper .product-item-price {
    font-size: 24px;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-price-wrapper .product-item-price-label {
  font-size: 16px;
  font-weight: 300;
  color: var(--color_primary);
  text-transform: uppercase;
  color: var(--color_brown_3);
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item .product-item-price-wrapper .product-item-price-label {
    font-size: 16px;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-image {
  text-align: center;
}
@media (min-width: 768px) {
  section.section.section-products-list .products-grid .product-item .product-item-image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.page-template-service section.section.section-products-list .products-grid .product-item .product-item-image {
  margin-left: -28px;
  margin-right: -28px;
  display: block;
}
@media (max-width: 767px) {
  .page-template-service section.section.section-products-list .products-grid .product-item .product-item-image {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.page-template-service section.section.section-products-list .products-grid .product-item .product-item-image img {
  width: 100%;
  display: block;
}
section.section.section-products-list .products-grid .product-item .product-item-image a {
  display: block;
}
section.section.section-products-list .products-grid .product-item.product-item-397 .image {
  position: relative;
  margin-top: -10%;
  margin-bottom: -25%;
  margin-right: -100%;
}
section.section.section-products-list .products-grid .product-item.product-item-397 .product-item-logo img {
  height: 40px;
}
section.section.section-products-list .products-grid .product-item.product-item-396 .image {
  position: relative;
  margin-top: -10%;
  margin-bottom: -22%;
  margin-right: -96%;
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item.product-item-396 .image {
    margin-right: -93%;
  }
}
section.section.section-products-list .products-grid .product-item.product-item-391 .image {
  position: relative;
  margin-top: -10%;
  margin-bottom: -42%;
  margin-right: -115%;
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item.product-item-391 .image {
    margin-right: -100%;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-more {
  width: 70%;
  margin: 30px auto 0;
}
section.section.section-products-list .products-grid .product-item .product-item-more .button {
  width: 100%;
  display: flex;
}
section.section.section-products-list .products-grid .product-item .product-item-details {
  order: 20;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
section.section.section-products-list .products-grid .product-item .product-item-details .button {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.template-dark section.section.section-products-list .products-grid .product-item {
  background-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background-image: url("../images/product-item-bg-b.svg");
  border-color: transparent;
}
.template-dark section.section.section-products-list .products-grid .product-item::before {
  content: "";
  background: linear-gradient(to bottom, var(--color_brown) 0%, var(--color_secondary) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-title {
  color: var(--color_white);
  font-size: 36px;
  text-align: left;
}
@media (min-width: 768px) {
  .template-dark section.section.section-products-list .products-grid .product-item .product-item-title {
    border-bottom: 1px solid var(--color_brown_2);
    padding: 0 0 35px;
    margin: 0 0 30px;
  }
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-title::after {
  border-top-color: var(--color_primary);
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-title a {
  color: var(--color_white);
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-title a:visited {
  color: var(--color_white);
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-title a:hover {
  color: var(--color_primary);
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-content {
  color: var(--color_gray);
  order: 1;
  text-align: left;
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-footer {
  border-color: var(--color_brown_2);
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-image {
  order: 3;
  z-index: 3;
  position: relative;
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-logos,
.template-dark section.section.section-products-list .products-grid .product-item .product-item-price-wrapper {
  z-index: 4;
  position: relative;
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-logos {
  order: 2;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  gap: 15px;
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-logos .product-item-logo {
  flex: unset;
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-logos .product-item-logo img {
  filter: invert(100%) brightness(4) grayscale(1);
}
.template-dark section.section.section-products-list .products-grid .product-item .product-item-price-wrapper {
  order: 10;
}
section.section.section-products-list .products-grid .product-item:focus, section.section.section-products-list .products-grid .product-item:hover {
  text-decoration: none;
  border-color: var(--color_primary);
}
@media (min-width: 768px) {
  section.section.section-products-list .products-grid .product-item:focus, section.section.section-products-list .products-grid .product-item:hover {
    background-size: 110%;
  }
}
section.section.section-products-list .products-grid .product-item .product-item-title {
  margin: 0;
  font-size: 36px;
  color: var(--color_secondary);
  line-height: 1.1;
  font-weight: 900;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item .product-item-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  section.section.section-products-list .products-grid .product-item .product-item-title {
    font-size: 43px;
  }
}
.page-template-service section.section.section-products-list .products-grid .product-item .product-item-title {
  font-size: 24px;
  text-align: left;
}
section.section.section-products-list .products-grid .product-item .product-item-title a {
  text-decoration: none;
  color: var(--color_secondary);
}
section.section.section-products-list .products-grid .product-item .product-item-title a:hover {
  color: var(--color_primary);
}
section.section.section-products-list .products-grid .product-item .product-item-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-top: 30px;
}
section.section.section-products-list .products-grid .product-item .product-item-logos .product-item-logo {
  text-align: center;
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
section.section.section-products-list .products-grid .product-item .product-item-logos img {
  width: auto;
  max-width: 100%;
  height: 30px;
  display: inline-block;
}
section.section.section-products-list .products-grid .product-item .product-item-package {
  font-size: 18px;
  color: var(--color_primary);
  text-transform: uppercase;
  font-weight: 900;
  order: 1;
  margin-bottom: 20px;
}
section.section.section-products-list .products-grid .product-item .product-item-content-footer,
section.section.section-products-list .products-grid .product-item .product-item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
section.section.section-products-list .products-grid .product-item .product-item-content-footer ul,
section.section.section-products-list .products-grid .product-item .product-item-content ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.page-template-service section.section.section-products-list .products-grid .product-item .product-item-content-footer,
.page-template-service section.section.section-products-list .products-grid .product-item .product-item-content {
  font-size: 14px;
}
section.section.section-products-list .products-grid .product-item .product-item-content-footer {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.section.section-products-list .products-grid .product-item.active {
    border-color: var(--color_primary);
  }
  section.section.section-products-list .products-grid .product-item.active .product-item-title::after {
    transform: rotate(180deg);
    border-top-color: var(--color_primary);
  }
}
section.section.section-all-inclusive {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.section.section-all-inclusive::before {
  content: "";
  background-color: color-mix(in srgb, var(--color_black_2) 65%, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.section.section-all-inclusive > .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
section.section.section-all-inclusive .section-title {
  font-size: 44px;
  font-weight: 900;
  color: var(--color_white);
  margin: 0;
}
@media (max-width: 1024px) {
  section.section.section-all-inclusive .section-title {
    font-size: 36px;
    margin-right: 10%;
  }
  section.section.section-all-inclusive .section-title span {
    font-size: 24px;
  }
}
section.section.section-all-inclusive .section-content-row {
  display: grid;
  grid-template-columns: 41% auto;
  gap: 10%;
}
@media (max-width: 1024px) {
  section.section.section-all-inclusive .section-content-row {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }
}
section.section.section-all-inclusive .section-content-row .section-content {
  color: var(--color_white);
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  section.section.section-all-inclusive .section-content-row .section-content {
    font-size: 14px;
  }
}
section.section.section-all-inclusive .section-content-row .section-content h2, section.section.section-all-inclusive .section-content-row .section-content h3, section.section.section-all-inclusive .section-content-row .section-content h4, section.section.section-all-inclusive .section-content-row .section-content h5, section.section.section-all-inclusive .section-content-row .section-content h6 {
  font-size: 24px;
  font-weight: 900;
  color: var(--color_primary);
}
section.section.section-all-inclusive .section-content-row .section-content h2:first-child, section.section.section-all-inclusive .section-content-row .section-content h3:first-child, section.section.section-all-inclusive .section-content-row .section-content h4:first-child, section.section.section-all-inclusive .section-content-row .section-content h5:first-child, section.section.section-all-inclusive .section-content-row .section-content h6:first-child {
  margin-top: 0;
}
section.section.section-all-inclusive .section-content-row .section-content h2:last-child, section.section.section-all-inclusive .section-content-row .section-content h3:last-child, section.section.section-all-inclusive .section-content-row .section-content h4:last-child, section.section.section-all-inclusive .section-content-row .section-content h5:last-child, section.section.section-all-inclusive .section-content-row .section-content h6:last-child {
  margin-bottom: 0;
}
section.section.section-all-inclusive .section-content-row .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  section.section.section-all-inclusive .section-content-row .items {
    display: flex;
    flex-direction: column;
    margin-right: 10%;
  }
}
section.section.section-all-inclusive .section-content-row .items .item {
  border-left: 1px solid var(--color_primary);
  padding: 16px 16px 0 16px;
  font-size: 18px;
  font-weight: 400;
  color: var(--color_white);
}
section.section.section-all-inclusive .section-content-row .items .item .item-text {
  border-bottom: 1px solid var(--color_primary);
  padding-bottom: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.section.section-all-inclusive .section-footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
section.section.section-all-inclusive .section-footer-text .text {
  font-size: 18px;
  font-weight: 900;
  color: var(--color_primary);
}
@media (max-width: 767px) {
  section.section.section-all-inclusive .section-footer-text .text {
    font-size: 14px;
  }
}
section.section.section-pay-when-electricity {
  background-color: var(--color_gray_4);
}
@media (max-width: 1199px) {
  section.section.section-pay-when-electricity .section-title {
    font-size: 36px;
  }
}
section.section.section-pay-when-electricity .section-subtitle {
  color: var(--color_black_2);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}
section.section.section-pay-when-electricity .section-content-row {
  display: grid;
  grid-template-columns: 35% auto;
  gap: 0 3%;
}
@media (max-width: 1024px) {
  section.section.section-pay-when-electricity .section-content-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.section.section-pay-when-electricity .section-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section.section-pay-when-electricity .item-first {
  margin-bottom: 32px;
}
section.section.section-pay-when-electricity .item-first::before {
  content: "01";
}
@media (max-width: 1024px) {
  section.section.section-pay-when-electricity .item-first {
    display: none !important;
  }
}
section.section.section-pay-when-electricity .items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column: span 2;
  gap: 32px;
  counter-reset: item-counter 1;
}
@media (max-width: 1024px) {
  section.section.section-pay-when-electricity .items-grid {
    display: flex;
    flex-direction: column;
    counter-reset: item-counter;
    gap: 0;
  }
}
@media (min-width: 1025px) {
  section.section.section-pay-when-electricity .items-grid .item:first-child {
    display: none !important;
  }
}
section.section.section-pay-when-electricity .item-first,
section.section.section-pay-when-electricity .item {
  counter-increment: item-counter;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  section.section.section-pay-when-electricity .item-first,
  section.section.section-pay-when-electricity .item {
    border-bottom: 1px solid var(--color_white);
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  section.section.section-pay-when-electricity .item-first:last-child,
  section.section.section-pay-when-electricity .item:last-child {
    margin-bottom: 0;
  }
}
section.section.section-pay-when-electricity .item-first .item-title,
section.section.section-pay-when-electricity .item .item-title {
  font-weight: 900;
  font-size: 24px;
  color: var(--color_black_2);
}
section.section.section-pay-when-electricity .item-first .item-text,
section.section.section-pay-when-electricity .item .item-text {
  margin-top: 20px;
  color: var(--color_gray);
  font-size: 16px;
  font-weight: 300;
}
section.section.section-pay-when-electricity .item-first::before,
section.section.section-pay-when-electricity .item::before {
  content: "0" counter(item-counter);
  display: block;
  margin-bottom: 10px;
}
section.section.section-our-projects .container {
  display: grid;
  grid-template-columns: auto 80%;
}
@media (max-width: 1024px) {
  section.section.section-our-projects .container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  section.section.section-our-projects .section-title br {
    display: none !important;
  }
}
section.section.section-our-projects .project-item .project-image img {
  width: 100%;
  display: block;
}
section.section.section-our-projects .project-item .project-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--color_black_2);
  margin: 30px 0 0;
}
section.section.section-smart-payment {
  background-color: var(--color_green_bg_2);
  background-image: url("../images/smart-payment.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  section.section.section-smart-payment {
    background-color: var(--color_gray_5);
    background-image: url("../images/smart-payment-mobile.svg");
    background-size: 200%;
    background-position: 35% 190px;
  }
}
section.section.section-smart-payment .section-title {
  color: var(--color_green);
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  section.section.section-smart-payment .section-title {
    font-size: 36px;
    margin-bottom: 85px;
  }
  section.section.section-smart-payment .section-title br {
    display: none !important;
  }
}
section.section.section-smart-payment .section-title::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 4px;
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%;
  display: block;
  background-image: repeating-linear-gradient(to right, var(--color_primary) 0, var(--color_primary) 18px, transparent 18px, transparent 40px);
  background-size: 40px 4px;
  background-repeat: repeat-x;
  background-position: top;
  border: none;
  margin-top: 38px;
}
section.section.section-smart-payment .section-subtitle {
  font-size: 24px;
  font-weight: 900;
  color: var(--color_black_2);
}
section.section.section-smart-payment .section-content-row {
  display: grid;
  grid-template-columns: 21% auto;
  gap: 50px;
}
@media (max-width: 1024px) {
  section.section.section-smart-payment .section-content-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
section.section.section-smart-payment .items {
  counter-reset: item-counter;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 1024px) {
  section.section.section-smart-payment .items {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.section.section-smart-payment .items .item {
  counter-increment: item-counter;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  section.section.section-smart-payment .items .item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--color_white);
  }
}
section.section.section-smart-payment .items .item::before {
  content: "0" counter(item-counter);
  margin-bottom: 30px;
  display: block;
  color: var(--color_black_2);
  font-size: 16px;
}
@media (max-width: 1024px) {
  section.section.section-smart-payment .items .item::before {
    margin-bottom: 20px;
  }
}
section.section.section-smart-payment .items .item .item-title {
  color: var(--color_black_2);
  font-size: 16px;
  font-weight: bold;
}
section.section.section-smart-payment .items .item .item-text {
  color: var(--color_black_2);
  font-size: 16px;
  font-weight: 300;
}
section.section.section-installation .section-title {
  font-size: 44px;
  font-weight: 900;
}
@media (max-width: 767px) {
  section.section.section-installation .section-title {
    font-size: 36px;
  }
}
.template-dark section.section.section-installation .section-title {
  color: var(--color_gray);
}
section.section.section-installation .section-text {
  font-size: 24px;
  font-weight: 900;
  margin-top: 40px;
  color: var(--color_primary);
}
.single-product section.section.section-installation .section-text {
  color: var(--color_gray);
}
@media (max-width: 767px) {
  section.section.section-installation .section-text {
    border-bottom: 1px solid var(--color_gray_4);
  }
}
.template-dark section.section.section-installation .section-text {
  border-color: var(--color_brown);
}
section.section.section-installation .installation-row {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 32px;
}
@media (min-width: 768px) {
  section.section.section-installation .installation-row {
    border-top: 1px solid var(--color_gray_4);
    padding-top: 60px;
  }
  .template-dark section.section.section-installation .installation-row {
    border-color: var(--color_brown);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-installation .installation-row {
    display: flex;
    flex-direction: column;
    border: 0;
    padding-top: 0;
    gap: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-installation .installation-row {
    display: flex;
    flex-direction: column;
    border: 0;
    gap: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-installation .installation-items {
    overflow-x: auto;
    margin: 0 calc(var(--container_padding) * -1);
    padding: 0 var(--container_padding);
  }
  section.section.section-installation .installation-items::-webkit-scrollbar {
    display: none !important;
  }
}
section.section.section-installation .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: item-counter;
}
@media (max-width: 767px) {
  section.section.section-installation .items {
    display: flex;
    gap: 22px;
  }
}
section.section.section-installation .items .item {
  display: flex;
  flex-direction: column;
  gap: 26px;
  counter-increment: item-counter;
}
section.section.section-installation .items .item::before {
  content: "0" counter(item-counter);
  color: var(--color_green);
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  section.section.section-installation .items .item {
    width: 80vw;
    min-width: 80vw;
  }
  section.section.section-installation .items .item:last-child {
    padding-right: var(--container_padding);
  }
}
section.section.section-installation .items .item .item-title {
  font-size: 26px;
  color: var(--color_secondary);
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-installation .items .item .item-title {
    font-size: 20px;
  }
}
.template-dark section.section.section-installation .items .item .item-title {
  color: var(--color_white);
}
section.section.section-installation .items .item .item-text {
  font-size: 16px;
  font-weight: 300;
  font-size: 16px;
  color: var(--color_gray);
}
.template-dark section.section.section-installation .items .item .item-text {
  color: var(--color_brown_3);
}
section.section.section-installation .items .item .item-image img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
section.section.section-benefits {
  background-color: var(--color_secondary);
  background-size: cover;
  background-position: center center;
  background-image: var(--benefits-background-desktop);
}
@media (max-width: 767px) {
  section.section.section-benefits {
    background-image: var(--benefits-background-mobile);
  }
}
section.section.section-benefits .section-title {
  color: var(--color_white);
}
@media (min-width: 1200px) {
  section.section.section-benefits .section-title {
    margin-bottom: 12%;
  }
}
section.section.section-benefits .benefits-row {
  display: flex;
  flex-direction: column;
}
section.section.section-benefits .benefits-info {
  flex: 1;
}
section.section.section-benefits .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  counter-reset: item-counter;
}
@media (max-width: 1024px) {
  section.section.section-benefits .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.section.section-benefits .items .item {
  display: flex;
  flex-direction: column;
  gap: 34px;
  counter-increment: item-counter;
}
@media (max-width: 1024px) {
  section.section.section-benefits .items .item {
    gap: 30px;
  }
  section.section.section-benefits .items .item:not(:last-child) {
    border-bottom: 1px solid var(--color_brown_2);
    padding-bottom: 32px;
  }
}
section.section.section-benefits .items .item .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 1024px) {
  section.section.section-benefits .items .item .item-wrapper {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  section.section.section-benefits .items .item .item-wrapper {
    position: relative;
  }
  section.section.section-benefits .items .item .item-wrapper::before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: var(--color_brown_2);
    left: -20px;
    top: 0;
    bottom: 0;
  }
}
section.section.section-benefits .items .item:first-child .item-wrapper::before {
  display: none;
}
section.section.section-benefits .items .item::before {
  content: "0" counter(item-counter);
  color: var(--color_primary);
  font-size: 16px;
  font-weight: 300;
}
section.section.section-benefits .items .item .item-title {
  font-size: 24px;
  color: var(--color_primary);
  font-weight: 900;
}
section.section.section-benefits .items .item .item-text {
  font-size: 16px;
  font-weight: 300;
  font-size: 16px;
  color: var(--color_white);
}
section.section.section-roadmap {
  background-color: var(--color_secondary);
  background-image: url("../images/roadmap-bg-t.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100vh;
  padding-top: 72px;
  min-height: 0;
}
@media (max-width: 1024px) {
  section.section.section-roadmap {
    background-position: 330% top;
    background-size: 80%;
  }
}
@media (min-height: 1440px) {
  section.section.section-roadmap {
    min-height: 0;
  }
}
section.section.section-roadmap .container {
  margin-top: 0;
  margin-bottom: 0;
}
section.section.section-roadmap .section-title {
  margin: 0;
  color: var(--color_white);
}
section.section.section-roadmap .roadmap-items-wrapper {
  position: relative;
  margin: 100px 0;
}
@media (max-width: 767px) {
  section.section.section-roadmap .roadmap-items-wrapper {
    margin: 60px 0 40px;
  }
}
section.section.section-roadmap .roadmap-items-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 112.5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--color_green);
}
section.section.section-roadmap .roadmap-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  transition: all 1s var(--cubic_bezier);
  padding-left: 22vw;
  padding-right: var(--container_padding);
  counter-reset: item-counter;
  overflow-x: auto;
}
section.section.section-roadmap .roadmap-items::-webkit-scrollbar {
  display: none !important;
}
section.section.section-roadmap .roadmap-items .item {
  position: relative;
  min-width: 400px;
  counter-increment: item-counter;
}
@media (max-width: 767px) {
  section.section.section-roadmap .roadmap-items .item {
    min-width: 70vw;
  }
}
section.section.section-roadmap .roadmap-items .item:hover .item-wrapper::after {
  transform: scale(1);
  top: -40%;
  right: -40%;
}
section.section.section-roadmap .roadmap-items .item .item-wrapper {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 14px;
  background-color: var(--color_brown);
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.section.section-roadmap .roadmap-items .item .item-wrapper::after {
  width: 100%;
  height: 100%;
  background-color: var(--color_green);
  border-radius: 100%;
  position: absolute;
  content: "";
  top: -100%;
  right: -100%;
  z-index: 5;
  transition: all 1s var(--cubic_bezier);
  transform: scale(0);
  filter: blur(50px);
}
@media (max-width: 767px) {
  section.section.section-roadmap .roadmap-items .item .item-wrapper {
    padding: 40px;
  }
}
section.section.section-roadmap .roadmap-items .item .item-wrapper::before {
  content: "0" counter(item-counter);
  color: var(--color_white);
  font-size: 16px;
  font-weight: 300;
  z-index: 10;
}
section.section.section-roadmap .roadmap-items .item::after {
  content: "";
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 30px;
  line-height: 0;
  display: block;
  position: absolute;
  left: -15px;
  top: 100px;
  background-color: var(--color_green);
}
section.section.section-roadmap .roadmap-items .item .item-title,
section.section.section-roadmap .roadmap-items .item .item-text {
  position: relative;
  z-index: 10;
}
section.section.section-roadmap .roadmap-items .item .item-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color_white);
}
@media (max-width: 767px) {
  section.section.section-roadmap .roadmap-items .item .item-title {
    font-size: 16px;
  }
}
section.section.section-roadmap .roadmap-items .item .item-text {
  font-size: 16px;
  font-weight: 300;
  color: var(--color_gray);
}
@media (max-width: 767px) {
  section.section.section-roadmap .roadmap-items .item .item-text {
    font-size: 14px;
  }
}
section.section.section-roadmap.section-roadmap-few-items {
  min-height: 0;
}
@media (min-width: 1025px) {
  section.section.section-roadmap.section-roadmap-few-items .scrollbar {
    display: none !important;
  }
  section.section.section-roadmap.section-roadmap-few-items .roadmap-items {
    max-width: var(--container);
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  section.section.section-roadmap.section-roadmap-few-items .roadmap-items .item {
    min-width: 0;
    flex: 1;
  }
}
section.section.section-installation-checklist > .container {
  display: grid;
  grid-template-columns: 30% calc(70% - 100px);
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-installation-checklist > .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-installation-checklist > .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-installation-checklist .installation-checklist-wrapper {
    margin-left: calc(var(--container_padding) * -1);
    margin-right: calc(var(--container_padding) * -1);
  }
}
section.section.section-installation-checklist .installation-checklist-items {
  counter-reset: item-counter;
}
section.section.section-installation-checklist .installation-checklist-items .item {
  counter-increment: item-counter;
  display: grid;
  grid-template-columns: 30% auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 767px) {
  section.section.section-installation-checklist .installation-checklist-items .item {
    grid-template-columns: 45% auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
  }
}
section.section.section-installation-checklist .installation-checklist-items .item .item-image {
  grid-row-start: 1;
  grid-row-end: 4;
}
@media (max-width: 767px) {
  section.section.section-installation-checklist .installation-checklist-items .item .item-image {
    grid-row-end: 2;
  }
}
section.section.section-installation-checklist .installation-checklist-items .item .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  section.section.section-installation-checklist .installation-checklist-items .item .item-image img {
    border-radius: 14px;
  }
}
section.section.section-installation-checklist .installation-checklist-items .item .item-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.section.section-installation-checklist .installation-checklist-items .item .item-title {
  color: var(--color_secondary);
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 767px) {
  section.section.section-installation-checklist .installation-checklist-items .item .item-title {
    font-size: 24px;
  }
}
section.section.section-installation-checklist .installation-checklist-items .item .item-text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
@media (max-width: 767px) {
  section.section.section-installation-checklist .installation-checklist-items .item .item-text {
    grid-column: span 2;
    font-size: 14px;
  }
}
section.section.section-installation-checklist .installation-checklist-items .item .item-count span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color_gray_3);
  border-bottom: 1px solid var(--color_gray_3);
  padding-bottom: 5px;
}
section.section.section-installation-checklist .installation-checklist-items .item .item-count span::after {
  content: "0" counter(item-counter);
}
section.section.section-404 a {
  color: var(--color_secondary);
}
section.section.section-404 a:visited {
  color: var(--color_secondary);
}
section.section.section-package {
  padding-bottom: 0 !important;
}
section.section.section-package .container {
  margin-bottom: 0 !important;
}
section.section.section-package .section-title {
  text-align: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-package .section-title {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  section.section.section-package .section-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.section.section-package .section-title i {
  font-style: normal;
  color: var(--color_primary);
}
section.section.section-package .section-package-row {
  display: grid;
  grid-template-columns: 35% auto;
  gap: 0 7%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  section.section.section-package .section-package-row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.section.section-package .section-package-row .package-images img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  section.section.section-package .section-package-row .package-images {
    order: 2;
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.section.section-package .section-package-row .package-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-top: 15px;
}
section.section.section-package .section-package-row .package-logos .package-logo {
  text-align: center;
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
section.section.section-package .section-package-row .package-logos img {
  width: auto;
  max-width: 100%;
  height: 30px;
  display: inline-block;
}
section.section.section-package .section-package-row .package-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  section.section.section-package .section-package-row .package-info-header {
    flex-direction: column;
    text-align: center;
    order: 1;
  }
}
section.section.section-package .section-package-row .package-info-header-info {
  flex: 1;
}
section.section.section-package .section-package-row .package-title {
  margin: 0;
  font-size: 44px;
  color: var(--color_black_2);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1024px) {
  section.section.section-package .section-package-row .package-title {
    font-size: 36px;
  }
}
section.section.section-package .section-package-row .package-kwp {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  color: var(--color_gray);
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  section.section.section-package .section-package-row .package-kwp {
    font-size: 18px;
  }
}
section.section.section-package .section-package-row .package-for {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  color: var(--color_black_2);
  margin-top: 20px;
}
@media (max-width: 1024px) {
  section.section.section-package .section-package-row .package-for {
    font-size: 14px;
  }
}
section.section.section-package .section-package-row .package-for br {
  display: none !important;
}
section.section.section-package .section-package-row .package-price {
  font-size: 32px;
  font-weight: 900;
  color: var(--color_white);
  background-color: var(--color_green);
  text-align: center;
  align-self: center;
  border-radius: 8px;
  padding: 11px 25px;
}
.page-template-wallbox section.section.section-package .section-package-row .package-price {
  text-align: left;
  color: var(--color_primary);
  align-self: flex-start;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  section.section.section-package .section-package-row .package-price {
    font-size: 24px;
  }
}
section.section.section-package .section-package-row .package-description {
  margin-top: 35px;
  order: 10;
}
@media (max-width: 767px) {
  section.section.section-package .section-package-row .package-description {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  section.section.section-package .section-package-row .package-description.package-description-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  section.section.section-package .section-package-row .package-description.package-description-mobile {
    display: none !important;
  }
}
section.section.section-package .section-package-row .package-description .description-title {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
section.section.section-package .section-package-row .package-description img {
  margin: 1.5em 0;
}
section.section.section-package .section-package-row .package-description img:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-package .section-package-row .package-description {
    padding: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-package .section-package-row .package-description {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
  }
}
section.section.section-package .section-package-row .package-description p:first-child {
  margin-top: 0;
}
section.section.section-package .section-package-row .package-description p:last-child {
  margin-bottom: 0;
}
section.section.section-package .section-package-row .package-description ul {
  padding-left: 15px;
  margin: 0;
}
section.section.section-package .section-package-row .package-description ul b, section.section.section-package .section-package-row .package-description ul strong {
  color: var(--color_black_2);
}
section.section.section-package .section-package-row .package-description ul li::marker {
  color: var(--color_black_2);
}
section.section.section-package .section-package-row .package-description ul li + li {
  margin-top: 30px;
}
section.section.section-package-extended .package-items .package-item {
  border-top: 1px solid var(--color_gray_3);
  padding: 72px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
section.section.section-package-extended .package-items .package-item > .package-name {
  width: 100%;
}
@media (min-width: 768px) {
  section.section.section-package-extended .package-items .package-item > .package-name {
    display: none !important;
  }
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item {
    flex-direction: column !important;
    gap: 32px;
    padding: 55px 0;
  }
  section.section.section-package-extended .package-items .package-item:last-child {
    padding-bottom: 0;
  }
}
section.section.section-package-extended .package-items .package-item .package-name {
  font-size: 44px;
  font-weight: 900;
  color: var(--color_secondary);
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-name {
    font-size: 36px;
  }
}
section.section.section-package-extended .package-items .package-item .package-name span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: var(--color_gray);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-name span {
    font-size: 16px;
  }
}
section.section.section-package-extended .package-items .package-item .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}
section.section.section-package-extended .package-items .package-item .col.col-info {
  gap: 30px;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .col.col-info {
    gap: 40px;
    order: 2;
  }
  section.section.section-package-extended .package-items .package-item .col.col-info .package-name {
    display: none !important;
  }
}
section.section.section-package-extended .package-items .package-item .col.col-image {
  gap: 30px;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .col.col-image {
    gap: 40px;
    order: 1;
  }
}
section.section.section-package-extended .package-items .package-item:nth-child(even) {
  flex-direction: row-reverse;
}
section.section.section-package-extended .package-items .package-item .package-image {
  background-image: url("../images/package-image-bg.svg");
  background-size: 100% 90%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.section.section-package-extended .package-items .package-item .package-image img {
  max-height: 380px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-image img {
    max-width: 70%;
  }
}
section.section.section-package-extended .package-items .package-item .package-item-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section.section.section-package-extended .package-items .package-item .package-item-logo img {
  width: 144px;
}
section.section.section-package-extended .package-items .package-item .package-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-info {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
section.section.section-package-extended .package-items .package-item .package-info .package-item-info {
  flex: 1;
}
section.section.section-package-extended .package-items .package-item .package-info .package-item-info b, section.section.section-package-extended .package-items .package-item .package-info .package-item-info strong {
  color: var(--color_black_2);
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-info .package-item-info {
    font-size: 14px;
  }
}
section.section.section-package-extended .package-items .package-item .package-description {
  padding-left: 100px;
}
section.section.section-package-extended .package-items .package-item .package-description .description-title {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
section.section.section-package-extended .package-items .package-item .package-description img {
  margin: 1.5em 0;
}
section.section.section-package-extended .package-items .package-item .package-description img:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-package-extended .package-items .package-item .package-description {
    padding: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-description {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
  }
}
section.section.section-package-extended .package-items .package-item .package-description p:first-child {
  margin-top: 0;
}
section.section.section-package-extended .package-items .package-item .package-description p:last-child {
  margin-bottom: 0;
}
section.section.section-package-extended .package-items .package-item .package-description ul {
  padding-left: 15px;
  margin: 0;
}
section.section.section-package-extended .package-items .package-item .package-description ul b, section.section.section-package-extended .package-items .package-item .package-description ul strong {
  color: var(--color_black_2);
}
section.section.section-package-extended .package-items .package-item .package-description ul li::marker {
  color: var(--color_black_2);
}
section.section.section-package-extended .package-items .package-item .package-description ul li + li {
  margin-top: 20px;
}
section.section.section-package-extended .package-items .package-item .package-file {
  border-top: 1px solid var(--color_gray_3);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  section.section.section-package-extended .package-items .package-item .package-file.package-file-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-file.package-file-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-package-extended .package-items .package-item .package-file {
    line-height: 1.2;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-file {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
section.section.section-package-extended .package-items .package-item .package-file .button {
  background-color: transparent;
}
section.section.section-package-extended .package-items .package-item .package-file .button:hover {
  background-color: var(--color_primary);
  color: var(--color_secondary);
  border-color: var(--color_primary);
}
section.section.section-package-extended .package-items .package-item .package-file > span {
  font-size: 20px;
  font-weight: 900;
  color: var(--color_gray);
  display: block;
  flex: 1;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-file > span {
    font-size: 16px;
  }
}
section.section.section-package-extended .package-items .package-item .package-file > span > span {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
@media (max-width: 767px) {
  section.section.section-package-extended .package-items .package-item .package-file > span > span {
    font-size: 14px;
  }
}
section.section.section-price-packet > .container {
  border-top: 1px solid var(--color_gray_4);
  margin-top: 0;
  padding-top: 45px;
}
@media (max-width: 767px) {
  section.section.section-price-packet > .container {
    font-size: 14px;
    margin-top: 32px;
    padding-top: 32px;
  }
}
.single-product section.section.section-price-packet > .container {
  margin-bottom: 0;
}
section.section.section-price-packet .section-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  section.section.section-price-packet .section-title {
    font-size: 16px;
  }
}
section.section.section-price-packet .section-title b {
  color: var(--color_gray);
  font-weight: 600;
}
section.section.section-price-packet .section-title i {
  color: var(--color_primary);
}
section.section.section-price-packet .price-packet-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-price-packet .price-packet-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-price-packet .price-packet-items {
    display: flex;
    flex-direction: column;
  }
}
section.section.section-price-packet .price-packet-items .price-packet-item {
  border: 2px solid var(--color_primary_bg);
  border-radius: 14px;
  padding: 50px;
  background: linear-gradient(to bottom, var(--color_primary_bg), var(--color_white));
}
@media (max-width: 767px) {
  section.section.section-price-packet .price-packet-items .price-packet-item {
    padding: 0;
  }
}
@media (min-width: 768px) {
  section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-wrapper {
    align-self: center;
    margin: 0 auto;
  }
}
section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-name {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--color_secondary);
  text-align: center;
}
@media (max-width: 767px) {
  section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-name {
    padding: 32px;
    cursor: pointer;
  }
}
section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-name span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 767px) {
  section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-name span {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }
  section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-name span::after {
    content: "";
    display: block;
    transition: all 0.5s ease;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid var(--color_primary);
    width: 16px;
    height: 12px;
    position: absolute;
    right: 0;
  }
}
section.section.section-price-packet .price-packet-items .price-packet-item.active .price-packet-name span::after {
  transform: rotate(180deg);
  border-top-color: var(--color_gray);
}
@media (min-width: 768px) {
  section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-content {
    display: block !important;
  }
}
@media (max-width: 767px) {
  section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-content {
    display: none;
    padding: 0 32px 32px;
    margin-top: -32px;
  }
}
section.section.section-price-packet .price-packet-items .price-packet-item .price-packet {
  font-size: 32px;
  font-weight: 900;
  color: var(--color_secondary);
  text-align: center;
  border-top: 1px solid var(--color_gray_3);
  border-bottom: 1px solid var(--color_gray_3);
  padding: 10px 0;
  margin: 20px 0 0;
}
section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 32px;
}
section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-info .item {
  display: flex;
  align-items: center;
  gap: 22px;
}
section.section.section-price-packet .price-packet-items .price-packet-item .price-packet-info .item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
  font-size: 36px;
  line-height: 0;
  font-weight: 600;
  color: var(--color_primary);
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
}
section.section.section-price-packet .price-packet-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}
section.section.section-price-packet .price-packet-buttons .button {
  background-color: transparent;
  min-width: 180px;
}
section.section.section-price-packet .price-packet-buttons .button:hover {
  background-color: var(--color_primary);
  color: var(--color_secondary);
  border-color: var(--color_primary);
}
@media (max-width: 767px) {
  section.section.section-price-packet .price-packet-buttons {
    flex-direction: column;
    gap: 26px;
  }
}
section.section.section-maintenance .section-title span {
  color: var(--color_green);
  display: inline-block;
}
section.section.section-maintenance .maintenance-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-maintenance .maintenance-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-maintenance .maintenance-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
section.section.section-maintenance .maintenance-items .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 14px;
  padding: 25px 40px;
  transition: all 0.5s ease;
  background-color: var(--color_primary_bg);
}
@media (max-width: 767px) {
  section.section.section-maintenance .maintenance-items .item {
    padding: 25px 17px;
  }
}
section.section.section-maintenance .maintenance-items .item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: var(--color_white) !important;
}
section.section.section-maintenance .maintenance-items .item .item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  align-self: flex-start;
}
section.section.section-maintenance .maintenance-items .item .item-image svg,
section.section.section-maintenance .maintenance-items .item .item-image img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
section.section.section-maintenance .maintenance-items .item .item-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color_secondary);
}
@media (max-width: 767px) {
  section.section.section-maintenance .maintenance-items .item .item-title {
    font-size: 14px;
  }
}
section.section.section-maintenance .maintenance-items .item .item-text {
  font-size: 18px;
  font-weight: 300;
  color: var(--color_gray);
}
@media (max-width: 767px) {
  section.section.section-maintenance .maintenance-items .item .item-text {
    font-size: 12px;
  }
}
section.section.section-installation-process {
  background-color: var(--color_white);
}
section.section.section-installation-process .installation-process-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-installation-process .installation-process-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-installation-process .installation-process-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
section.section.section-installation-process .installation-process-items .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 14px;
  padding: 25px 40px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  section.section.section-installation-process .installation-process-items .item {
    padding: 25px 17px;
  }
}
section.section.section-installation-process .installation-process-items .item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: var(--color_white) !important;
}
section.section.section-installation-process .installation-process-items .item .item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  align-self: flex-start;
}
section.section.section-installation-process .installation-process-items .item .item-image svg,
section.section.section-installation-process .installation-process-items .item .item-image img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
section.section.section-installation-process .installation-process-items .item .item-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color_secondary);
}
@media (max-width: 767px) {
  section.section.section-installation-process .installation-process-items .item .item-title {
    font-size: 14px;
  }
}
section.section.section-installation-process .installation-process-items .item .item-text {
  font-size: 18px;
  font-weight: 300;
  color: var(--color_gray);
}
@media (max-width: 767px) {
  section.section.section-installation-process .installation-process-items .item .item-text {
    font-size: 12px;
  }
}
section.section.section-advantages {
  background-color: var(--color_gray_4);
  background-image: url("../images/advantages-bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
@media (max-width: 767px) {
  section.section.section-advantages {
    background-image: none;
  }
}
section.section.section-advantages .section-advantages-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1200px) {
  section.section.section-advantages .section-advantages-items {
    padding-left: 5%;
  }
}
@media (max-width: 1024px) {
  section.section.section-advantages .section-advantages-items {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 40px;
  }
}
section.section.section-advantages .section-advantages-items .item {
  height: 100%;
  padding: 32px;
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
section.section.section-advantages .section-advantages-items .item::after, section.section.section-advantages .section-advantages-items .item::before {
  display: block;
  background-color: var(--color_gray_3);
  position: absolute;
}
@media (min-width: 1200px) {
  section.section.section-advantages .section-advantages-items .item:not(:nth-child(-n+2))::before {
    content: "";
    height: 1px;
    left: 32px;
    right: 32px;
    top: 0;
  }
  section.section.section-advantages .section-advantages-items .item:not(:nth-child(2n))::after {
    content: "";
    width: 1px;
    top: 32px;
    bottom: 32px;
    right: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-advantages .section-advantages-items .item {
    padding: 20px 0;
    border-bottom: 1px solid var(--color_gray_3);
  }
  section.section.section-advantages .section-advantages-items .item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  section.section.section-advantages .section-advantages-items .item:first-child {
    padding-top: 0;
  }
}
section.section.section-advantages .section-advantages-items .item .item-title {
  color: var(--color_secondary);
  font-weight: 600;
  font-size: 32px;
  position: relative;
  display: flex;
  gap: 20px;
}
section.section.section-advantages .section-advantages-items .item .item-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  content: "+";
  font-size: 48px;
  line-height: 0;
  font-weight: 600;
  color: var(--color_primary);
  height: 28.8px;
  width: 28.8px;
  top: 3px;
}
@media (max-width: 767px) {
  section.section.section-advantages .section-advantages-items .item .item-title {
    font-size: 24px;
  }
}
section.section.section-advantages .section-advantages-items .item .item-text {
  color: var(--color_secondary);
  font-weight: 300;
  font-size: 18px;
  padding-left: 48.8px;
}
@media (max-width: 767px) {
  section.section.section-advantages .section-advantages-items .item .item-text {
    font-size: 14px;
  }
}
section.section.section-team {
  background-color: var(--color_secondary);
}
section.section.section-team .section-title {
  font-size: 64px;
  color: var(--color_gray);
  font-weight: 900;
}
@media (max-width: 1024px) {
  section.section.section-team .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1025px) {
  section.section.section-team .section-title {
    margin-bottom: 0;
  }
}
section.section.section-team .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1200px) {
  section.section.section-team .items {
    margin-left: 24.5%;
  }
}
@media (max-width: 767px) {
  section.section.section-team .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.section.section-team .items .item {
  height: 100%;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  section.section.section-team .items .item {
    padding: 16px;
  }
}
section.section.section-team .items .item::after, section.section.section-team .items .item::before {
  display: block;
  background-color: var(--color_black);
  position: absolute;
}
@media (min-width: 768px) {
  section.section.section-team .items .item:not(:nth-child(-n+3))::before {
    content: "";
    height: 1px;
    left: 30px;
    right: 30px;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  section.section.section-team .items .item:not(:nth-child(-n+3))::before {
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  section.section.section-team .items .item:not(:nth-child(3n))::after {
    content: "";
    width: 1px;
    top: 30px;
    bottom: 30px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  section.section.section-team .items .item:not(:nth-child(3n))::after {
    bottom: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  section.section.section-team .items .item:not(:nth-child(-n+2))::before {
    content: "";
    height: 1px;
    left: 15px;
    right: 15px;
    top: 0;
  }
  section.section.section-team .items .item:not(:nth-child(2n))::after {
    content: "";
    width: 1px;
    top: 15px;
    bottom: 15px;
    right: 0;
  }
}
section.section.section-team .items .item .item-image {
  align-self: flex-start;
}
section.section.section-team .items .item .item-image img {
  -webkit-mask-image: url("../images/portrait.svg");
          mask-image: url("../images/portrait.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  height: 115px;
  width: 90px;
}
@media (max-width: 767px) {
  section.section.section-team .items .item .item-image img {
    height: 90px;
    width: 70px;
  }
}
section.section.section-team .items .item .item-name {
  color: var(--color_white);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  section.section.section-team .items .item .item-name {
    font-size: 18px;
  }
}
section.section.section-team .items .item .item-position {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color_gray);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.section.section-team .items .item .item-position {
    font-size: 14px;
  }
}
section.section.section-team .items .item .item-phone {
  margin-bottom: 5px;
}
section.section.section-team .items .item .item-phone a,
section.section.section-team .items .item .item-email a {
  font-size: 16px;
  font-weight: 300;
  color: var(--color_white);
  display: inline-block;
}
section.section.section-team .items .item .item-phone a:hover,
section.section.section-team .items .item .item-email a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  section.section.section-team .items .item .item-phone a,
  section.section.section-team .items .item .item-email a {
    font-size: 14px;
    word-break: break-all;
  }
}
section.section.section-who-are .section-title {
  color: var(--color_white);
}
@media (min-width: 1200px) {
  section.section.section-who-are .section-title {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  section.section.section-who-are .section-title {
    font-size: 36px;
  }
}
section.section.section-who-are .section-title span {
  color: var(--color_primary);
}
@media (min-width: 1200px) {
  section.section.section-who-are .container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
section.section.section-who-are .items {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (min-width: 1200px) {
  section.section.section-who-are .items {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  section.section.section-who-are .items {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 20vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-who-are .items {
    margin-left: 20vw;
  }
}
section.section.section-who-are .items .item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  color: var(--color_gray_4);
  font-weight: 300;
  font-size: 16px;
}
section.section.section-who-are .items .item h2, section.section.section-who-are .items .item h3, section.section.section-who-are .items .item h4, section.section.section-who-are .items .item h5, section.section.section-who-are .items .item h6 {
  font-size: 24px;
  color: var(--color_white);
}
section.section.section-who-are .items .item h2:first-child, section.section.section-who-are .items .item h3:first-child, section.section.section-who-are .items .item h4:first-child, section.section.section-who-are .items .item h5:first-child, section.section.section-who-are .items .item h6:first-child {
  margin-top: 0;
}
section.section.section-who-are .items .item .item-image img {
  width: 100%;
  display: block;
}
section.section.section-principles {
  background-color: var(--color_green_bg_2);
}
@media (min-width: 1200px) {
  section.section.section-principles .section-title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  section.section.section-principles .section-title {
    font-size: 36px;
  }
}
section.section.section-principles .items {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-principles .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-principles .items {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 20vw;
  }
}
section.section.section-principles .items .item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  section.section.section-principles .items .item {
    padding: 0 20px;
  }
}
section.section.section-principles .items .item:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  section.section.section-principles .items .item:not(:first-child) {
    border-left: 1px solid var(--color_white);
  }
}
section.section.section-principles .items .item .item-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--color_secondary);
}
@media (max-width: 767px) {
  section.section.section-principles .items .item:not(:last-child) {
    border-bottom: 1px solid var(--color_white);
    padding-bottom: 32px;
  }
}
section.section.section-partners {
  border-bottom: 1px solid var(--color_gray_3);
}
@media (min-width: 768px) {
  section.section.section-partners .section-title {
    margin: 0;
  }
}
section.section.section-partners .container {
  display: grid;
  grid-template-columns: 20% 80%;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 767px) {
  section.section.section-partners .container {
    display: block;
    margin-bottom: 0;
  }
}
section.section.section-partners .items {
  display: grid;
  gap: 40px 20px;
}
@media (min-width: 768px) {
  section.section.section-partners .items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-partners .items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  section.section.section-partners .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.section.section-partners .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
section.section.section-partners .items .item img {
  width: 100%;
  max-width: 150px;
}
section.section.section-certificate > .container {
  display: grid;
  grid-template-columns: 40% calc(60% - 100px);
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  section.section.section-certificate > .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-certificate > .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  section.section.section-certificate .certificate-wrapper {
    margin-left: calc(var(--container_padding) * -1);
    margin-right: calc(var(--container_padding) * -1);
  }
}
@media (max-width: 1024px) {
  section.section.section-certificate .certificate-items {
    margin-top: 32px;
  }
}
section.section.section-certificate .certificate-items .item {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  section.section.section-certificate .certificate-items .item {
    grid-template-columns: 45% auto;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
  }
}
section.section.section-certificate .certificate-items .item .item-image {
  flex: 1;
}
section.section.section-certificate .certificate-items .item .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}

@keyframes scaleOpacityAnimation {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.07);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
  }
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color_secondary);
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.3s ease;
  font-size: 14px;
}
.owl-carousel .owl-nav .owl-next::before,
.owl-carousel .owl-nav .owl-prev::before {
  line-height: 0;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
}
.owl-carousel .owl-nav .owl-next.disabled:hover,
.owl-carousel .owl-nav .owl-prev.disabled:hover {
  opacity: 0.3;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: url("../images/next.svg");
  transform: rotate(180deg);
}
.owl-carousel .owl-nav .owl-next::after {
  content: url("../images/next.svg");
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  width: 60%;
  margin: -15px auto 0;
}
@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    margin: 30px 0 0;
    width: auto;
    padding-left: var(--container_padding);
    padding-right: var(--container_padding);
  }
}
.owl-carousel .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background-color: var(--color_gray_4);
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots button.owl-dot:hover {
  background-color: var(--color_green);
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: var(--color_primary);
  cursor: default;
}

.about-us-after-team-image {
  width: 100%;
  display: block;
}

.block-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  max-width: 922px;
  margin: 45px auto 0;
}
@media (min-width: 1200px) {
  .home .block-info {
    display: grid;
    grid-template-columns: auto 35%;
    gap: 35px;
    max-width: 100%;
    border-top: 1px solid var(--color_gray_4);
    padding: 24px 0;
  }
}
@media (max-width: 1199px) {
  .home .block-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .block-info {
    gap: 20px;
    margin-top: 40px;
  }
}
.block-info .section-text {
  font-weight: 300;
  font-size: 16px;
  color: var(--color_gray);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home .block-info .section-text {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .home .block-info .section-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block-info .section-text {
    font-size: 12px;
    padding: 0 50px;
  }
}
.block-info .buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.block-info .buttons .button {
  text-transform: uppercase;
}

[data-scroll-trigger] {
  overflow: hidden;
}

.site-main > section.section:first-child {
  padding: var(--header_height) var(--container_padding) var(--container_padding);
}
.site-main > section.section:first-child.section-roadmap, .site-main > section.section:first-child.section-reviews {
  padding: var(--header_height) 0 var(--container_padding);
}

.hero-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-info h2 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .hero-info h2 {
    font-size: 16px;
    text-align: center;
  }
}
.hero-info .hero-buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.hero-info a {
  text-decoration: none;
}
.hero-info a:visited {
  color: var(--color_white);
}
.hero-info a:hover {
  text-decoration: none;
}
.hero-info.hero-info-home .hero-buttons {
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 14px;
  position: relative;
}
@media (min-width: 1200px) {
  .hero-info.hero-info-home .hero-buttons {
    max-width: 700px;
    margin: 0 0 0 -28px;
  }
}
@media (max-width: 767px) {
  .hero-info.hero-info-home .hero-buttons {
    display: grid;
    flex-wrap: unset;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
  }
  .hero-info.hero-info-home .hero-buttons::before, .hero-info.hero-info-home .hero-buttons::after {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
  }
  .hero-info.hero-info-home .hero-buttons::before {
    width: 1px;
    left: 50%;
    top: 30px;
    bottom: 30px;
  }
  .hero-info.hero-info-home .hero-buttons::after {
    height: 1px;
    top: 50%;
    left: 30px;
    right: 30px;
  }
}
.hero-info.hero-info-home .hero-buttons .hero-button {
  line-height: 1;
  padding: 33px 28px;
  flex: 1 1 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .hero-info.hero-info-home .hero-buttons .hero-button:not(:last-child)::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 1px;
    right: 0;
    top: 35px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .hero-info.hero-info-home .hero-buttons .hero-button {
    padding: 23px;
    height: auto;
  }
}
.hero-info.hero-info-home .hero-buttons .hero-button svg {
  height: 40px;
  width: auto;
}
@media (max-width: 1024px) {
  .hero-info.hero-info-home .hero-buttons .hero-button svg {
    height: 36px;
  }
}
.hero-info.hero-info-home .hero-buttons .hero-button svg path {
  transition: all 0.5s ease;
}
.hero-info.hero-info-home .hero-buttons .hero-button > span,
.hero-info.hero-info-home .hero-buttons .hero-button > a {
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.hero-info.hero-info-home .hero-buttons .hero-button > span span,
.hero-info.hero-info-home .hero-buttons .hero-button > a span {
  color: var(--color_white);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .hero-info.hero-info-home .hero-buttons .hero-button > span,
  .hero-info.hero-info-home .hero-buttons .hero-button > a {
    gap: 14px;
    font-size: 12px;
  }
}
.hero-info.hero-info-home .hero-buttons .hero-button > span.button-yellow,
.hero-info.hero-info-home .hero-buttons .hero-button > a.button-yellow {
  color: var(--color_primary) !important;
}
.hero-info.hero-info-home .hero-buttons .hero-button > span.button-yellow span,
.hero-info.hero-info-home .hero-buttons .hero-button > a.button-yellow span {
  color: var(--color_primary) !important;
}
.hero-info.hero-info-home .hero-buttons .hero-button > span.button-yellow:visited,
.hero-info.hero-info-home .hero-buttons .hero-button > a.button-yellow:visited {
  color: var(--color_primary);
}
.hero-info.hero-info-home .hero-buttons .hero-button > span.button-yellow svg path,
.hero-info.hero-info-home .hero-buttons .hero-button > a.button-yellow svg path {
  fill: var(--color_primary);
}
.hero-info.hero-info-home .hero-buttons .hero-button > a:hover {
  color: var(--color_primary) !important;
}
.hero-info.hero-info-home .hero-buttons .hero-button > a:hover span {
  color: var(--color_primary) !important;
}
.hero-info.hero-info-home .hero-buttons .hero-button > a:hover svg path {
  fill: var(--color_primary);
}
.hero-info:not(.hero-info-home) .hero-buttons {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a,
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 30px;
  line-height: 1.3;
  min-width: 148px;
  text-align: center;
  padding: 12px 34px;
  transition: all 0.3s ease;
  gap: 10px;
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a svg,
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span svg {
  height: 22px;
  width: auto;
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-white,
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span.button-white {
  border-color: var(--color_white);
  color: var(--color_white);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-white svg path[stroke],
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span.button-white svg path[stroke] {
  stroke: var(--color_white);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-white svg path[fill],
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span.button-white svg path[fill] {
  fill: var(--color_white);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-yellow,
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span.button-yellow {
  border-color: var(--color_primary);
  color: var(--color_primary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-yellow svg path[stroke],
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span.button-yellow svg path[stroke] {
  stroke: var(--color_primary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-yellow svg path[fill],
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > span.button-yellow svg path[fill] {
  fill: var(--color_primary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-white:hover {
  background-color: var(--color_white);
  color: var(--color_secondary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-white:hover svg path[stroke] {
  stroke: var(--color_secondary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-white:hover svg path[fill] {
  fill: var(--color_secondary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-yellow:hover {
  background-color: var(--color_primary);
  color: var(--color_secondary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-yellow:hover svg path[stroke] {
  stroke: var(--color_secondary);
}
.hero-info:not(.hero-info-home) .hero-buttons .hero-button > a.button-yellow:hover svg path[fill] {
  fill: var(--color_secondary);
}

@media (min-width: 768px) {
  .mobile-accordion-item .mobile-accordion-content {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .mobile-accordion-item .mobile-accordion-content {
    display: none;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=color],
input[type=file],
select,
textarea {
  border-radius: 14px;
  height: 46px;
  padding: 0 19px;
  color: var(--text_color);
  background-color: var(--color_white);
  border: 1px solid var(--color_white);
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-family: var(--font);
  font-weight: 600;
  transition: all 0.3s ease;
  color: var(--color_secondary);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--text_color);
  font-size: 16px;
  font-family: var(--font);
  font-weight: 600;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=color]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--text_color);
  font-size: 16px;
  font-family: var(--font);
  font-weight: 600;
}
input[type=text][aria-invalid=true],
input[type=email][aria-invalid=true],
input[type=password][aria-invalid=true],
input[type=number][aria-invalid=true],
input[type=tel][aria-invalid=true],
input[type=url][aria-invalid=true],
input[type=search][aria-invalid=true],
input[type=date][aria-invalid=true],
input[type=time][aria-invalid=true],
input[type=datetime-local][aria-invalid=true],
input[type=month][aria-invalid=true],
input[type=week][aria-invalid=true],
input[type=color][aria-invalid=true],
input[type=file][aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  border-color: var(--color_error);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=color]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: var(--color_primary);
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=search],
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month],
  input[type=week],
  input[type=color],
  input[type=file],
  select,
  textarea {
    display: block;
    width: 100%;
  }
}

textarea {
  height: 100px;
  resize: vertical;
  padding: 19px;
}

a.button,
.button,
button[type=submit],
input[type=submit] {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font);
  font-weight: 600;
  color: var(--color_secondary);
  height: auto;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s ease;
  padding: 12px 35px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
a.button:hover, a.button:active,
.button:hover,
.button:active,
button[type=submit]:hover,
button[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: var(--color_green);
  border-color: var(--color_green);
  color: var(--color_white);
}
a.button[disabled],
.button[disabled],
button[type=submit][disabled],
input[type=submit][disabled] {
  background-color: var(--color_gray);
  border-color: var(--color_gray);
  color: var(--color_white);
}
@media (max-width: 767px) {
  a.button,
  .button,
  button[type=submit],
  input[type=submit] {
    height: auto;
    padding: 12px 35px;
  }
}

a.button,
.button {
  display: inline-flex;
}

input[type=text][aria-invalid=true]::-moz-placeholder, input[type=email][aria-invalid=true]::-moz-placeholder, input[type=password][aria-invalid=true]::-moz-placeholder, input[type=number][aria-invalid=true]::-moz-placeholder, input[type=tel][aria-invalid=true]::-moz-placeholder, input[type=url][aria-invalid=true]::-moz-placeholder, input[type=search][aria-invalid=true]::-moz-placeholder, input[type=date][aria-invalid=true]::-moz-placeholder, input[type=time][aria-invalid=true]::-moz-placeholder, input[type=datetime-local][aria-invalid=true]::-moz-placeholder, input[type=month][aria-invalid=true]::-moz-placeholder, input[type=week][aria-invalid=true]::-moz-placeholder, input[type=color][aria-invalid=true]::-moz-placeholder, input[type=file][aria-invalid=true]::-moz-placeholder, select[aria-invalid=true]::-moz-placeholder, textarea[aria-invalid=true]::-moz-placeholder {
  color: var(--color_error);
}

input[type=text][aria-invalid=true]::placeholder,
input[type=email][aria-invalid=true]::placeholder,
input[type=password][aria-invalid=true]::placeholder,
input[type=number][aria-invalid=true]::placeholder,
input[type=tel][aria-invalid=true]::placeholder,
input[type=url][aria-invalid=true]::placeholder,
input[type=search][aria-invalid=true]::placeholder,
input[type=date][aria-invalid=true]::placeholder,
input[type=time][aria-invalid=true]::placeholder,
input[type=datetime-local][aria-invalid=true]::placeholder,
input[type=month][aria-invalid=true]::placeholder,
input[type=week][aria-invalid=true]::placeholder,
input[type=color][aria-invalid=true]::placeholder,
input[type=file][aria-invalid=true]::placeholder,
select[aria-invalid=true]::placeholder,
textarea[aria-invalid=true]::placeholder {
  color: var(--color_error);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 767px) {
  .form-row .form-col.form-col-submit {
    align-self: center;
  }
}

.google-map-wrapper {
  background-color: var(--color_secondary);
}
@media (max-width: 767px) {
  .google-map-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-template-contacts .google-map-wrapper {
    display: block;
  }
}
.google-map-wrapper .google-map {
  height: 400px;
}
.page-template-contacts .google-map-wrapper .google-map {
  height: 620px;
}
@media (max-width: 767px) {
  .page-template-contacts .google-map-wrapper .google-map {
    height: 640px;
  }
}

.google-map-window {
  display: flex;
  gap: 26px;
  max-width: 400px;
  padding: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .google-map-window {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .google-map-window {
    flex-direction: column;
    gap: 18px;
    max-width: 50vw;
  }
}
.google-map-window h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  color: var(--color_secondary);
}
.google-map-window h3 a {
  color: var(--color_secondary);
}
.google-map-window h3 a:visited {
  color: var(--color_secondary);
}
.google-map-window span {
  flex: 1;
  height: 100%;
  font-size: 14px;
  display: flex;
  font-weight: 300;
  justify-content: flex-end;
  flex-direction: column;
}
.google-map-window .google-map-photo img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.google-map-window .google-map-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .google-map-window .google-map-content {
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }
}

.gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow: unset !important;
  line-height: 0;
}
.gm-style .gm-style-iw {
  padding: 0;
  border-radius: 14px;
}
.gm-style .gm-style-iw-tc {
  filter: none;
}
.gm-style .gm-style-iw-chr {
  display: none !important;
}

@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}
.gform_wrapper {
  max-width: 1034px;
  margin: 0 auto;
}
.gform_wrapper .gform-loader {
  position: fixed;
  z-index: 9999;
  left: 30px;
  bottom: 30px;
  border-radius: 50%;
  border: 5px solid;
  width: 30px;
  height: 30px;
  border-color: var(--color_primary);
  border-right-color: var(--color_green);
  animation: spinner 1s infinite linear;
}
@media (min-width: 1200px) {
  .gform_wrapper .gform_heading,
  .gform_wrapper .gf_progressbar_wrapper,
  .gform_wrapper .gform_page_footer {
    margin-left: 301px;
  }
}
.gform_wrapper .gf_progressbar_title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color_green);
}
.gform_wrapper .gf_progressbar_title .gf_step_page_count {
  color: var(--color_gray_2);
}
.gform_wrapper .gf_progressbar_title .gf_step_current_page::before,
.gform_wrapper .gf_progressbar_title .gf_step_page_count::before {
  content: "0";
}
.gform_wrapper .gform_description:empty {
  display: none !important;
}
.gform_wrapper .gform_confirmation_message {
  color: var(--color_green);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.gform_wrapper form {
  display: flex;
  flex-direction: column;
}
.gform_wrapper form > * {
  order: 2;
}
.gform_wrapper form .gform_body {
  order: 1;
}
.gform_wrapper form fieldset {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_heading {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}
.gform_wrapper .gform_heading p:empty,
.gform_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.gform_wrapper .hidden_label legend.gfield_label {
  display: none !important;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select {
  display: block;
  width: 100%;
}
.gform_wrapper .gform-grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 30px;
}
.gform_wrapper .gform-grid-row > span {
  flex: 1;
}
.gform_wrapper .gfield {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gform_wrapper .gfield.hidden_label > label, .gform_wrapper .gfield:empty {
  display: none !important;
}
.gform_wrapper .gfield .validation_message {
  font-size: 14px;
}
.gform_wrapper .gfield.gfield_error .validation_message {
  color: var(--color_error);
}
.gform_wrapper .gfield.gfield_html {
  font-size: 14px;
  text-align: center;
}
.gform_wrapper .gfield.gfield_html p {
  text-align: left;
}
.gform_wrapper .gfield.gfield_html h2, .gform_wrapper .gfield.gfield_html h3, .gform_wrapper .gfield.gfield_html h4 {
  margin: 0;
  font-size: 36px;
  color: var(--color_secondary);
  font-weight: 900;
  text-align: left;
}
@media (max-width: 1024px) {
  .gform_wrapper .gfield.gfield_html h2, .gform_wrapper .gfield.gfield_html h3, .gform_wrapper .gfield.gfield_html h4 {
    font-size: 24px;
  }
  .gform_wrapper .gfield.gfield_html h2 br, .gform_wrapper .gfield.gfield_html h3 br, .gform_wrapper .gfield.gfield_html h4 br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gform_wrapper .gfield.gfield_html h2, .gform_wrapper .gfield.gfield_html h3, .gform_wrapper .gfield.gfield_html h4 {
    text-align: center;
  }
  .gform_wrapper .gfield.gfield_html h2 br, .gform_wrapper .gfield.gfield_html h3 br, .gform_wrapper .gfield.gfield_html h4 br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gform_wrapper .gfield.gfield_html h2, .gform_wrapper .gfield.gfield_html h3, .gform_wrapper .gfield.gfield_html h4 {
    text-align: center;
  }
  .gform_wrapper .gfield.gfield_html h2 br, .gform_wrapper .gfield.gfield_html h3 br, .gform_wrapper .gfield.gfield_html h4 br {
    display: none;
  }
}
.gform_wrapper .gform_footer {
  margin-top: 28px;
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 26px;
  display: none !important;
}
.gform_wrapper .gform_validation_errors h2, .gform_wrapper .gform_validation_errors h3, .gform_wrapper .gform_validation_errors h4, .gform_wrapper .gform_validation_errors h5, .gform_wrapper .gform_validation_errors h6 {
  font-size: 16px;
  color: var(--color_primary);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 45px;
  margin: 0;
}
.gform_wrapper .gf_progressbar_wrapper {
  margin-top: 25px;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  display: none !important;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  height: 6px;
  min-height: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--color_white);
  display: flex;
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  height: 6px;
  min-height: 6px;
  border-radius: 6px;
  background-color: var(--color_green);
  transition: all 0.1s var(--cubic_bezier);
}
.gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none !important;
}
.gform_wrapper .gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page_footer {
    gap: 18px;
    margin-top: 0;
  }
  .gform_wrapper .gform_page_footer .gform_previous_button {
    align-self: flex-start;
  }
}
.gform_wrapper .gform_page_footer .link-privacy-policy {
  color: #172F56;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page_footer .link-privacy-policy {
    order: 1;
  }
}
.gform_wrapper .gform_page_footer .link-privacy-policy:hover {
  text-decoration: underline;
}
.gform_wrapper .gform_page_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_next_button {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 8px;
  transition: all 0.3s ease;
}
.gform_wrapper .gform_page_footer .gform_previous_button.hidden,
.gform_wrapper .gform_page_footer .gform_next_button.hidden {
  opacity: 0.1;
  cursor: default;
}
.gform_wrapper .gform_page_footer .gform_previous_button:hover,
.gform_wrapper .gform_page_footer .gform_next_button:hover {
  color: var(--color_green);
}
.gform_wrapper .gform_page_footer .gform_previous_button::before, .gform_wrapper .gform_page_footer .gform_previous_button::after,
.gform_wrapper .gform_page_footer .gform_next_button::before,
.gform_wrapper .gform_page_footer .gform_next_button::after {
  line-height: 0;
  display: inline-block;
}
.gform_wrapper .gform_page_footer .gform_previous_button::before {
  content: url("../images/prev.svg");
}
.gform_wrapper .gform_page_footer .gform_next_button::after {
  content: url("../images/next.svg");
}
@media (min-width: 1200px) {
  .gform_wrapper .gform_page {
    display: grid;
    grid-template-columns: 273px auto;
    gap: 0 28px;
  }
}
@media (max-width: 1199px) {
  .gform_wrapper .gform_page {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.gform_wrapper .gform_page.gform-penultimate-page .gform_page_fields {
  min-height: 150px;
}
.gform_wrapper .gform_page.gform-penultimate-page.animate .gform_page_fields {
  background: center center url("../images/form-animation.svg") no-repeat;
  background-size: contain;
}
.gform_wrapper .gform_page.gform-penultimate-page.animate .gform_page_fields * {
  opacity: 0 !important;
  visibility: none !important;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page:last-child .gform_page_footer {
    flex-direction: column-reverse;
  }
}
.gform_wrapper .gform_page:last-child .gform_step_content h2, .gform_wrapper .gform_page:last-child .gform_step_content h3, .gform_wrapper .gform_page:last-child .gform_step_content h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page:last-child .gform_step_content h2, .gform_wrapper .gform_page:last-child .gform_step_content h3, .gform_wrapper .gform_page:last-child .gform_step_content h4 {
    font-size: 20px;
  }
}
.gform_wrapper .gform_page#gform_page_4_3 .gform_step_content h2, .gform_wrapper .gform_page#gform_page_4_3 .gform_step_content h3, .gform_wrapper .gform_page#gform_page_4_3 .gform_step_content h4 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page#gform_page_4_3 .gform_step_content h2, .gform_wrapper .gform_page#gform_page_4_3 .gform_step_content h3, .gform_wrapper .gform_page#gform_page_4_3 .gform_step_content h4 {
    font-size: 24px;
  }
}
.gform_wrapper .gform_page .gform_page_fields .gform_fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield--width-quarter {
  grid-column: span 1;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield--width-quarter {
    grid-column: span 2;
  }
}
.gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield--width-half {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield--width-half {
    grid-column: span 4;
  }
}
.gform_wrapper .gform_page .gform_page_fields .gform_fields .gfield--width-full {
  grid-column: span 4;
}
.gform_wrapper #gform_page_1_1 .gform_page_footer,
.gform_wrapper #gform_page_4_1 .gform_page_footer,
.gform_wrapper #gform_page_5_1 .gform_page_footer,
.gform_wrapper #gform_page_6_1 .gform_page_footer {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .gform_wrapper #gform_page_1_5 .gform_fields,
  .gform_wrapper #gform_page_1_3 .gform_fields,
  .gform_wrapper #gform_page_4_4 .gform_fields,
  .gform_wrapper #gform_page_4_6 .gform_fields,
  .gform_wrapper #gform_page_5_5 .gform_fields,
  .gform_wrapper #gform_page_6_5 .gform_fields,
  .gform_wrapper #gform_page_6_3 .gform_fields {
    max-width: 342px;
    margin: 0 auto;
  }
}
.gform_wrapper #gform_page_1_1,
.gform_wrapper #gform_page_1_2,
.gform_wrapper #gform_page_1_3,
.gform_wrapper #gform_page_4_1,
.gform_wrapper #gform_page_4_2,
.gform_wrapper #gform_page_4_3,
.gform_wrapper #gform_page_5_1,
.gform_wrapper #gform_page_5_2,
.gform_wrapper #gform_page_5_3,
.gform_wrapper #gform_page_6_1,
.gform_wrapper #gform_page_6_2,
.gform_wrapper #gform_page_6_3 {
  margin-top: -20px;
}
.gform_wrapper #gform_page_1_1 .gform_page_fields,
.gform_wrapper #gform_page_1_2 .gform_page_fields,
.gform_wrapper #gform_page_1_3 .gform_page_fields,
.gform_wrapper #gform_page_1_4 .gform_page_fields,
.gform_wrapper #gform_page_1_5 .gform_page_fields,
.gform_wrapper #gform_page_4_1 .gform_page_fields,
.gform_wrapper #gform_page_4_2 .gform_page_fields,
.gform_wrapper #gform_page_4_3 .gform_page_fields,
.gform_wrapper #gform_page_4_4 .gform_page_fields,
.gform_wrapper #gform_page_4_5 .gform_page_fields,
.gform_wrapper #gform_page_4_6 .gform_page_fields,
.gform_wrapper #gform_page_5_1 .gform_page_fields,
.gform_wrapper #gform_page_5_2 .gform_page_fields,
.gform_wrapper #gform_page_5_3 .gform_page_fields,
.gform_wrapper #gform_page_5_4 .gform_page_fields,
.gform_wrapper #gform_page_5_5 .gform_page_fields,
.gform_wrapper #gform_page_6_1 .gform_page_fields,
.gform_wrapper #gform_page_6_2 .gform_page_fields,
.gform_wrapper #gform_page_6_3 .gform_page_fields,
.gform_wrapper #gform_page_6_4 .gform_page_fields,
.gform_wrapper #gform_page_6_5 .gform_page_fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .gform_wrapper #gform_page_1_1 .gform_fields,
  .gform_wrapper #gform_page_1_2 .gform_fields,
  .gform_wrapper #gform_page_1_3 .gform_fields,
  .gform_wrapper #gform_page_1_4 .gform_fields,
  .gform_wrapper #gform_page_1_5 .gform_fields,
  .gform_wrapper #gform_page_4_1 .gform_fields,
  .gform_wrapper #gform_page_4_2 .gform_fields,
  .gform_wrapper #gform_page_4_3 .gform_fields,
  .gform_wrapper #gform_page_4_4 .gform_fields,
  .gform_wrapper #gform_page_4_5 .gform_fields,
  .gform_wrapper #gform_page_4_6 .gform_fields,
  .gform_wrapper #gform_page_5_1 .gform_fields,
  .gform_wrapper #gform_page_5_2 .gform_fields,
  .gform_wrapper #gform_page_5_3 .gform_fields,
  .gform_wrapper #gform_page_5_4 .gform_fields,
  .gform_wrapper #gform_page_5_5 .gform_fields,
  .gform_wrapper #gform_page_6_1 .gform_fields,
  .gform_wrapper #gform_page_6_2 .gform_fields,
  .gform_wrapper #gform_page_6_3 .gform_fields,
  .gform_wrapper #gform_page_6_4 .gform_fields,
  .gform_wrapper #gform_page_6_5 .gform_fields {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield {
    justify-content: space-between;
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .validation_message,
.gform_wrapper #gform_page_1_2 .gform_fields .validation_message,
.gform_wrapper #gform_page_1_3 .gform_fields .validation_message,
.gform_wrapper #gform_page_1_4 .gform_fields .validation_message,
.gform_wrapper #gform_page_1_5 .gform_fields .validation_message,
.gform_wrapper #gform_page_4_1 .gform_fields .validation_message,
.gform_wrapper #gform_page_4_2 .gform_fields .validation_message,
.gform_wrapper #gform_page_4_3 .gform_fields .validation_message,
.gform_wrapper #gform_page_4_4 .gform_fields .validation_message,
.gform_wrapper #gform_page_4_5 .gform_fields .validation_message,
.gform_wrapper #gform_page_4_6 .gform_fields .validation_message,
.gform_wrapper #gform_page_5_1 .gform_fields .validation_message,
.gform_wrapper #gform_page_5_2 .gform_fields .validation_message,
.gform_wrapper #gform_page_5_3 .gform_fields .validation_message,
.gform_wrapper #gform_page_5_4 .gform_fields .validation_message,
.gform_wrapper #gform_page_5_5 .gform_fields .validation_message,
.gform_wrapper #gform_page_6_1 .gform_fields .validation_message,
.gform_wrapper #gform_page_6_2 .gform_fields .validation_message,
.gform_wrapper #gform_page_6_3 .gform_fields .validation_message,
.gform_wrapper #gform_page_6_4 .gform_fields .validation_message,
.gform_wrapper #gform_page_6_5 .gform_fields .validation_message {
  text-align: center;
  margin-top: 10px;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (min-width: 768px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio {
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 .gchoice label {
  aspect-ratio: unset;
  height: auto;
  font-size: 24px;
  flex-direction: row;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 .gchoice label .svg-icon {
  flex: 1;
  height: 100%;
  display: block;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45 .gchoice label svg,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 .gchoice label img,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 .gchoice label svg {
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 .gchoice label {
    padding: 14px 34px;
    height: 63px;
  }
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_1_45 .gchoice label,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_1_45 .gchoice label {
    font-size: 20px;
    height: 74px;
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_4_52, .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_5_55,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_4_52,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_5_55 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_4_52 label, .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_5_55 label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_5_55 label {
  height: auto;
  aspect-ratio: unset;
  min-height: 94px;
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_4_52, .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_5_55,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_4_52,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_5_55 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_4_52 label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_4_52 label {
  flex-direction: row;
  min-height: 64px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_4_52 label,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_4_52 label {
    font-size: 16px;
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio#input_4_52 label svg,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio#input_4_52 label svg {
  height: 30px;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice input,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice input {
  display: none !important;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label {
  border-color: var(--color_green);
  color: var(--color_green);
  box-shadow: 0 0 30px rgba(20, 114, 85, 0.3);
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[fill]:not([fill-opacity]) {
  fill: var(--color_green);
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice input[checked=checked] + label svg path[stroke]:not([fill-opacity]) {
  stroke: var(--color_green);
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  height: 160px;
  max-width: 100%;
  aspect-ratio: 1;
  background-color: var(--color_white);
  border-radius: 12px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--color_secondary);
  transition: all 0.3s ease;
  text-align: center;
  padding: 15px;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label,
  .gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label {
    width: 100%;
    height: auto;
  }
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label .svg-icon,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label .svg-icon {
  line-height: 0;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label img,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label svg,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label img {
  max-width: 100%;
  height: 78px;
  transition: all 0.3s ease;
  line-height: 1;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice label img path,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label svg path,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice label img path {
  transition: all 0.3s ease;
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice:hover label,
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice:hover label {
  box-shadow: 0 0 30px rgba(20, 114, 85, 0.3);
  color: var(--color_green);
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]),
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice:hover svg path[fill]:not([fill-opacity]) {
  fill: var(--color_green);
}
.gform_wrapper #gform_page_1_1 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_3 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_4 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_1_5 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_1 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_2 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_3 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_4 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_5 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_4_6 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_1 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_2 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_3 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_4 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_5_5 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_2 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_3 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_4 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]),
.gform_wrapper #gform_page_6_5 .gform_fields .gfield_radio .gchoice:hover svg path[stroke]:not([fill-opacity]) {
  stroke: var(--color_green);
}
.gform_wrapper #gform_page_1_1 .gfield_label,
.gform_wrapper #gform_page_1_2 .gfield_label,
.gform_wrapper #gform_page_1_3 .gfield_label,
.gform_wrapper #gform_page_1_4 .gfield_label,
.gform_wrapper #gform_page_1_5 .gfield_label,
.gform_wrapper #gform_page_4_1 .gfield_label,
.gform_wrapper #gform_page_4_2 .gfield_label,
.gform_wrapper #gform_page_4_3 .gfield_label,
.gform_wrapper #gform_page_4_4 .gfield_label,
.gform_wrapper #gform_page_4_5 .gfield_label,
.gform_wrapper #gform_page_4_6 .gfield_label,
.gform_wrapper #gform_page_5_1 .gfield_label,
.gform_wrapper #gform_page_5_2 .gfield_label,
.gform_wrapper #gform_page_5_3 .gfield_label,
.gform_wrapper #gform_page_5_4 .gfield_label,
.gform_wrapper #gform_page_5_5 .gfield_label,
.gform_wrapper #gform_page_6_1 .gfield_label,
.gform_wrapper #gform_page_6_2 .gfield_label,
.gform_wrapper #gform_page_6_3 .gfield_label,
.gform_wrapper #gform_page_6_4 .gfield_label,
.gform_wrapper #gform_page_6_5 .gfield_label {
  display: none !important;
}
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gform_wrapper #gform_page_6_1 .gform_fields .gfield_radio .gchoice label {
  height: auto;
  aspect-ratio: unset;
}
.gform_wrapper #gform_page_6_2 #input_6_50 {
  height: 170px;
}
.gform_wrapper #gform_page_6_4 h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_6_4 h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .gform_wrapper #gform_page_1_5 .gform_page_fields,
  .gform_wrapper #gform_page_4_5 .gform_page_fields,
  .gform_wrapper #gform_page_5_5 .gform_page_fields,
  .gform_wrapper #gform_page_6_5 .gform_page_fields {
    min-height: 130px;
  }
}
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio {
  justify-content: center;
}
.gform_wrapper #gform_page_1_2 .gform_fields .gfield_radio .gchoice label {
  font-size: 32px;
}

.scrollbar {
  background-color: transparent;
  border: 0;
  height: 8px;
  border-radius: 8px;
  width: 50vw;
  margin: 0 auto;
  display: block;
  margin-top: 16px;
  width: 100%;
  max-width: 220px;
}
.template-dark .scrollbar {
  background-color: var(--color_black);
}
.scrollbar .scrollbar-thumb {
  height: 8px;
  border-radius: 6px;
  background-color: var(--color_gray_2);
  position: relative;
  display: block;
  width: 0;
  cursor: pointer;
  transition: all 0.3s var(--cubic_bezier);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.scrollbar .scrollbar-thumb.dragging {
  background-color: var(--color_primary);
  height: 20px;
  border-radius: 20px;
  cursor: grabbing;
}
.template-dark .scrollbar .scrollbar-thumb {
  background-color: var(--color_gray_2);
}
.template-dark .scrollbar .scrollbar-thumb.dragging {
  background-color: var(--color_primary);
}

[data-conditional-logic=hidden] {
  display: none !important;
}

.template-dark .site-main a:not(.button),
.template-dark .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header .item-title,
.template-dark section.section .section-title,
.template-dark section.section.section-why-kosmobauer .items .item .item-header .item-title,
.template-dark section.section.section-why-kosmobauer .section-title,
.template-dark section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) .item-header .item-title {
  color: var(--color_white);
}
.template-dark .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header::before,
.template-dark .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header .item-title,
.template-dark section.section.section-why-kosmobauer .section-title span:last-child,
.template-dark section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header .item-title,
.template-dark section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item).active .item-header::before {
  color: var(--color_primary);
}
.template-dark section.section.section-why-kosmobauer .items .item .item-header .item-image svg path[stroke] {
  stroke: var(--color_primary);
}
.template-dark section.section.section-why-kosmobauer .items .item .item-header .item-image svg path[fill] {
  fill: var(--color_primary);
}
.template-dark .accordion-item:not(.mobile-accordion-item) {
  border-color: var(--text_color);
}
.template-dark section.section.section-faq .accordion-items .accordion-item:not(.mobile-accordion-item) {
  border-color: var(--color_gray);
}
.template-dark section.section.section-why-kosmobauer .items .item::before,
.template-dark section.section.section-why-kosmobauer .items .item::after {
  background-color: var(--color_black);
}
@media (max-width: 1024px) {
  .template-dark section.section.section-why-kosmobauer .items .item {
    border-color: var(--color_black);
  }
}
.template-dark section.section.section-why-kosmobauer {
  background-color: var(--color_secondary);
}
.template-dark section.section.section-why-kosmobauer {
  background-image: url("../images/primary-bg-black.svg");
}

.cky-modal,
.cky-consent-container {
  border-radius: 15px;
  background: transparent !important;
}
.cky-modal *,
.cky-consent-container * {
  font-family: var(--font) !important;
}
.cky-modal .cky-always-active,
.cky-modal .cky-show-desc-btn,
.cky-consent-container .cky-always-active,
.cky-consent-container .cky-show-desc-btn {
  color: #edbf3b !important;
}
.cky-modal .cky-consent-bar,
.cky-modal .cky-preference-center,
.cky-consent-container .cky-consent-bar,
.cky-consent-container .cky-preference-center {
  border-radius: 15px !important;
}
.cky-modal [data-cky-tag=detail-powered-by],
.cky-consent-container [data-cky-tag=detail-powered-by] {
  display: none !important;
}
.cky-modal .cky-btn-close,
.cky-consent-container .cky-btn-close {
  transform: scale(1.4);
}
.cky-modal .cky-btn,
.cky-consent-container .cky-btn {
  border-radius: 46px;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 600;
  color: var(--color_secondary);
  border-width: 1px;
}

.cky-revisit-bottom-left::before {
  background: #111 !important;
}

.cky-revisit-bottom-left::after {
  border-right-color: #111 !important;
}/*# sourceMappingURL=style.css.map */