.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E2A38;
  background: #F4F7FA;
  font: 18px/1 Inter, sans-serif;
  min-width: 320px;
  max-width: 100vw;
}

main {
  max-width: 100vw;
  overflow: hidden;
}

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

.gm-style img {
  max-width: none;
}
html,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

@font-face {
  font-family: Verdana;
  font-display: swap;
  src: url("../fonts/VERDANAI.TTF") format("ttf");
  font-weight: 400;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
}

h1, .h1 {
  font-size: 30px;
  letter-spacing: calc((30px * 0.06) * (-1));
}

h2, .h2 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: calc((24px * 0.04) * (-1));
}

h3, .h3 {
  font-size: 24px;
  letter-spacing: calc((24px * 0.05) * (-1));
}

h4, .h4 {
  font-size: 16px;
  letter-spacing: calc((16px * 0.04) * (-1));
}

h5, .h5 {
  font-size: 14px;
  letter-spacing: calc((14px * 0.04) * (-1));
}

h6, .h6 {
  font-size: 15px;
  letter-spacing: calc((15px * 0.04) * (-1));
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 36px;
    letter-spacing: calc((36px * 0.04) * (-1));
  }
  h3, .h3 {
    font-size: 32px;
    letter-spacing: calc((32px * 0.05) * (-1));
  }
  h4, .h4 {
    font-size: 20px;
    letter-spacing: calc((20px * 0.04) * (-1));
  }
  h5, .h5 {
    font-size: 17px;
    letter-spacing: calc((17px * 0.04) * (-1));
  }
  h6, .h6 {
    font-size: 15px;
    letter-spacing: calc((15px * 0.04) * (-1));
  }
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.subheading {
  color: #0C8F44;
  font-weight: 400;
}

body.overflow {
  overflow: hidden;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.container {
  width: 100%;
  padding: 0px 16px;
  margin: 0px auto;
}
@media (min-width: 1024px) {
  .container {
    padding: 0px 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px 80px;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  font-family: Inter, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

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 {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid #DC3545;
}
.form__group .form__error-text {
  color: #DC3545;
  opacity: 0;
  margin-top: 0;
}

.header {
  padding: 20px 0px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .header {
    padding: 50px 0px;
  }
}
@media (min-width: 1024px) {
  .header.active .logo {
    position: static;
    transform: unset;
  }
}
.header.active .container {
  align-items: flex-start;
}
.header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1024px) {
  .header .container {
    align-items: flex-start;
  }
}
.header .container nav {
  position: fixed;
  z-index: 11;
  top: -1000%;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 15px;
}
@media (min-width: 1024px) {
  .header .container nav {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    background-color: transparent;
    z-index: 0;
    flex-direction: row;
    height: auto;
    padding: 0 1.5px 0 3px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .header .container nav {
    padding: 0 3px 0 6px;
  }
}
.header .container nav.active {
  top: 0;
}
.header .container nav.active .nav-list {
  text-align: center;
}
.header .container nav .logo-active {
  display: block;
  margin-bottom: 40px;
  max-width: 150px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .header .container nav .logo-active {
    display: none;
  }
}
.header .container nav a {
  color: #1E2A38;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header .container nav a {
    color: #FFFFFF;
  }
}
.header .logo {
  max-width: 150px;
  width: 100%;
  z-index: 6;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: 190px;
  }
}
.header .logo img {
  width: 100%;
  object-fit: contain;
}
.header .nav-list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .header .nav-list {
    padding-left: unset;
    flex-direction: row;
    font-size: 18px;
    gap: 45px;
  }
}
.header .nav-list li {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .header .nav-list li {
    margin-bottom: 0;
  }
}
.header .nav-list a {
  position: relative;
}
.header .nav-list a:after {
  background-color: #FFFFFF;
  position: absolute;
  width: 80%;
  height: 2px;
  left: -50%;
  transform: translateX(-50%);
  bottom: -10px;
  transition: 0.5s all;
  content: "";
  opacity: 0;
}
.header .nav-list a:hover:after {
  opacity: 1;
  transition: 0.5s all;
  left: 50%;
}
.header .nav-list a.active {
  font-weight: 600;
}
.header .nav-list a.active:after {
  opacity: 1;
  left: 50%;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .header-right {
    gap: 50px;
    flex-direction: row;
  }
}
.header-right .button {
  flex-shrink: 0;
}
.header .burger {
  position: relative;
  z-index: 16;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .burger {
    display: none;
  }
}
.header .burger.active {
  margin-left: auto;
  margin-right: 3px;
}
.header .burger.active span {
  transition: 0.3s all;
  transform: rotate(45deg);
  margin-top: 8px;
  background-color: #1E2A38;
}
.header .burger.active span:before {
  transition: 0.3s all;
  transform: translateX(200px);
  opacity: 0;
  background-color: #1E2A38;
}
.header .burger.active span:after {
  transition: 0.3s all;
  transform: rotate(-90deg);
  opacity: 1;
  background-color: #1E2A38;
}
.header .burger span {
  background-color: #FFFFFF;
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  transform: translateY(8px);
  border-radius: 10px;
  transition: 0.3s all;
}
.header .burger span:before {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  transform: translateY(-8px);
  border-radius: 10px;
  transition: 0.3s all;
}
.header .burger span:after {
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  transform: translateY(8px);
  border-radius: 10px;
  transition: 0.3s all;
}
.header.alt {
  /* Styling for demonstration purposes */
}
.header.alt * {
  box-sizing: border-box;
}
.header.alt li {
  display: inline-block;
  cursor: pointer;
}
.header.alt .content {
  display: none;
}
.header.alt .content-active {
  display: block;
}
.header.alt ul {
  list-style: none;
  padding: 0;
  display: block;
  overflow: auto;
  margin-bottom: 10px;
}
.header.alt li {
  text-align: center;
  float: left;
  width: 20%;
}
.header.alt li + li {
  margin-left: 10px;
  width: calc(20% - 10px);
}
.header.alt li.tab-active {
  background-color: #eee;
}
.header.alt .content {
  padding: 10px;
}
.header.alt li,
.header.alt .content {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  .header.alt li,
  .header.alt li + li {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1024px) {
  body.product-template-default .header a {
    color: #1E2A38;
  }
  body.product-template-default .header a:after {
    background-color: #1E2A38;
  }
}
body.product-template-default .header .button {
  background-color: #1E2A38;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  body.product-template-default .header .button:hover {
    background-color: #0C8F44;
  }
}

.footer {
  padding: 40px 0px;
  background-color: white;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .footer {
    padding: 92px 0px;
  }
}
.footer-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer-body {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-left, .footer-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-link {
  font-size: 16px;
  font-weight: 500;
  color: #1E2A38;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .footer-link {
    font-size: 20px;
  }
  .footer-link:hover {
    color: #0C8F44;
  }
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-socials {
    justify-content: start;
  }
}
.footer-social {
  flex-shrink: 0;
  width: 26px;
  padding: 3px;
}
.footer-social svg path {
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .footer-social:hover svg path {
    fill: #0C8F44;
  }
}
.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-logo {
  width: 100%;
  max-width: 135px;
}
@media (min-width: 768px) {
  .footer-logo {
    max-width: 154px;
  }
}
.footer-copy {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: rgba(30, 42, 56, 0.8);
}
@media (min-width: 1024px) {
  .footer-copy {
    font-size: 20px;
  }
}
.footer-copy a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-style: normal;
}
@media (min-width: 1024px) {
  .footer-copy a:hover {
    color: #0C8F44;
  }
}
@media (min-width: 768px) {
  .footer-copy.mobile {
    display: none;
  }
}
.footer-copy.desktop {
  display: none;
}
@media (min-width: 768px) {
  .footer-copy.desktop {
    display: block;
  }
}
.footer-address {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer-address {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .footer-address {
    font-size: 20px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #EBEDF0;
  padding: 10px;
  border-radius: 8px;
  color: #1E2A38;
  font-weight: 600;
  transition: all 0.3s ease;
}
.button:hover {
  background-color: #0C8F44;
  color: #EBEDF0;
}

.faq-section {
  padding: 30px 0px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 62px 0px;
  }
}
.faq-section .container > h2, .faq-section .container > h4 {
  text-align: center;
}
@media (min-width: 1024px) {
  .faq-section .container > h2, .faq-section .container > h4 {
    text-align: left;
  }
}
.faq-section-body {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media (min-width: 768px) {
  .faq-section-body {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .faq-section-body {
    margin-top: 48px;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
}
.faq-section-item {
  box-shadow: -4px 4px 5px 0px rgba(30, 42, 56, 0.15);
  background-color: #FFFFFF;
  border-radius: 24px;
  border-top: 1px solid #0C8F44;
  border-right: 1px solid #0C8F44;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq-section-item:hover {
    box-shadow: -7px 7px 5px 0px rgba(30, 42, 56, 0.26);
  }
  .faq-section-item:hover .faq-section-icon {
    transform: rotate(45deg);
  }
}
.faq-section-item.active {
  box-shadow: -7px 7px 5px 0px rgba(30, 42, 56, 0.26);
}
.faq-section-item.active .faq-section-icon {
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.faq-section-toggle {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .faq-section-toggle {
    padding: 28px 22px 28px 32px;
  }
}
.faq-section-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #0C8F44;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.faq-section-icon svg {
  margin: 0px;
  display: block;
  width: 15px;
}
.faq-section-icon svg path {
  fill: #FFFFFF;
}
.faq-section-answer {
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 0px 22px 0px 32px;
}

.form-section {
  padding: 30px 0px;
  padding-bottom: 70px;
  overflow: hidden;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .form-section {
    padding: 62px 0px;
    padding-bottom: 200px;
  }
}
.form-section .container > h2, .form-section .container > h4 {
  text-align: center;
}
@media (min-width: 1024px) {
  .form-section .container > h2, .form-section .container > h4 {
    text-align: left;
  }
}
.form-section-body {
  margin-top: 36px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .form-section-body {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .form-section-body {
    margin-top: 48px;
  }
}
.form-section-body form {
  width: 100%;
}
.form-section-form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 16px;
  flex: 1 1 auto;
  background-color: #FFFFFF;
  border-top: 1px solid #0C8F44;
  border-right: 1px solid #0C8F44;
  box-shadow: -6px 6px 5px 0px rgba(30, 42, 56, 0.15);
  border-radius: 28px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .form-section-form {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1360px) {
  .form-section-form {
    padding: 56px 36px;
  }
}
.form-section-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .form-section-column {
    flex: 1 0;
  }
}
.form-section-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-section-field label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .form-section-field label {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .form-section-field label {
    font-size: 20px;
  }
}
.form-section-field-label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .form-section-field-label {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .form-section-field-label {
    font-size: 20px;
  }
}
.form-section-field-input {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #0C8F44;
  max-height: 110px;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .form-section-field-input {
    font-size: 18px;
  }
}
.form-section-field-input::placeholder {
  color: #8F959C;
}
.form-section-field label {
  cursor: pointer;
}
.form-section-field.form-section-field-textarea {
  margin-top: 43px;
}
.form-section-logo-wrapper {
  margin-left: -30px;
  border-radius: 32px;
  background-color: #1E2A38;
  border: 2px solid #0C8F44;
  width: 100%;
  max-width: 100px;
  max-height: calc(100% - 20px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 42px 20px 42px 70px;
  position: relative;
  transform: rotate(90deg);
  margin-top: -130px;
}
@media (min-width: 1024px) {
  .form-section-logo-wrapper {
    display: flex;
    margin: 0px;
    margin-left: -50px;
    transform: rotate(0);
    max-width: 250px;
  }
}
.form-section-logo {
  width: 100%;
  max-width: 80px;
}
.form-section-radios {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .form-section-radios {
    column-gap: 32px;
    row-gap: 20px;
  }
}
.form-section-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-section-radio input.form-section-radio-input {
  width: 22px;
  height: 22px;
  accent-color: #0C8F44;
  cursor: pointer;
}
.form-section-radio-label.form-section-radio-label-agree {
  max-width: 130px;
  font-size: 14px;
}
.form-section-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.form-section-button {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
.form-section-button span {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #0C8F44;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.form-section-button span svg {
  margin: 0px;
  display: block;
  width: 15px;
}
.form-section-button span svg path {
  fill: #FFFFFF;
}
.form-section-button:disabled {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .form-section-button:hover {
    color: #0C8F44;
  }
  .form-section-button:hover span {
    transform: rotate(45deg);
  }
}
.form-section .wpcf7-form-control-wrap {
  display: block;
}
.form-section .wpcf7-list-item {
  margin: 0px;
}
.form-section .wpcf7-list-item-label {
  font-family: "Verdana", sans-serif;
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input {
    column-gap: 32px;
    row-gap: 20px;
  }
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  position: relative;
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item input {
  width: 22px;
  height: 22px;
  accent-color: #0C8F44;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1440px) {
  .form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item-label {
    font-size: 18px;
  }
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #0C8F44;
  flex-shrink: 0;
}
.form-section .wpcf7-form-control.wpcf7-radio.form-section-radio-input .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0C8F44;
  opacity: 0;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.form-section .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-section .wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-section .wpcf7-acceptance .wpcf7-list-item-label {
    max-width: 180px;
  }
}
.form-section .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #0C8F44;
  flex-shrink: 0;
}
.form-section .wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url("https://myprinter.ee/wp-content/uploads/2025/07/Component-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.form-section .wpcf7-form-control.wpcf7-acceptance {
  display: block;
  max-width: fit-content;
}
.form-section .wpcf7-form-control.wpcf7-acceptance label {
  position: relative;
}
.form-section .wpcf7-form-control.wpcf7-acceptance input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-section .wpcf7-form-control.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.form-section .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.form-section [data-name=agree] {
  max-width: fit-content;
}
.form-section [data-name=agree] .wpcf7-list-item-label {
  display: block;
  max-width: 140px;
  font-size: 14px !important;
  cursor: pointer;
}
.form-section .wpcf7 {
  flex: 1 1 auto;
}
.form-section .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}
.form-section .wpcf7-response-output {
  display: none;
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
}
@media (min-width: 1600px) and (min-height: 900px) {
  .hero-section {
    min-height: 70vh;
  }
}
@media (min-width: 1600px) and (min-height: 1100px) {
  .hero-section {
    min-height: 60vh;
  }
}
@media (min-width: 1600px) and (min-height: 1300px) {
  .hero-section {
    min-height: 50vh;
  }
}
.hero-section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero-section-bg {
    height: 160%;
  }
}
@media (min-width: 1440px) {
  .hero-section-bg {
    height: 100%;
  }
}
.hero-section-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-content {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .hero-section-content {
    max-width: 803px;
  }
}
@media (min-width: 1600px) and (min-height: 900px) {
  .hero-section-content {
    min-height: 70vh;
  }
}
@media (min-width: 1600px) and (min-height: 1100px) {
  .hero-section-content {
    min-height: 60vh;
  }
}
@media (min-width: 1600px) and (min-height: 1300px) {
  .hero-section-content {
    min-height: 50vh;
  }
}
.hero-section-content h1 {
  margin: 0px;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}
@media (min-width: 768px) {
  .hero-section-content h1 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .hero-section-content h1 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .hero-section-content h1 {
    font-size: 64px;
  }
}
.hero-section-content h1 span {
  background-image: linear-gradient(180deg, #0C8F44 70%, #F35912 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 64px;
  word-wrap: break-word;
  line-height: 80%;
}
@media (min-width: 1024px) {
  .hero-section-content h1 span {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .hero-section-content h1 span {
    font-size: 96px;
  }
}
.hero-section-bottom {
  display: flex;
  align-items: end;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-section-text {
  margin-top: 24px;
  max-width: 500px;
}
.hero-section-text * {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 102%;
  font-family: "Verdana", sans-serif;
}
@media (min-width: 1024px) {
  .hero-section-text * {
    font-size: 18px;
  }
}
.hero-section-link {
  display: flex;
  max-width: fit-content;
  gap: 12px;
  color: #1E2A38;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .hero-section-link {
    font-size: 24px;
  }
  .hero-section-link:hover {
    color: #0C8F44;
  }
  .hero-section-link:hover svg {
    transform: rotate(45deg);
  }
  .hero-section-link:hover svg path {
    fill: #0C8F44;
  }
}
.hero-section-link svg {
  display: block;
  width: 20px;
  transition: all 0.3s ease;
}
.hero-section-link svg path {
  transition: all 0.3s ease;
}

.image-with-text {
  overflow: hidden;
  max-width: 100vw;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .image-with-text {
    padding-bottom: 50px;
  }
}
.image-with-text-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  .image-with-text-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .image-with-text-body.reverse .image-with-text-content {
    order: 1;
  }
  .image-with-text-body.reverse .image-with-text-image {
    order: 2;
  }
}
.image-with-text-image {
  display: none;
}
@media (min-width: 1024px) {
  .image-with-text-image {
    display: block;
  }
}
.image-with-text-image img {
  object-fit: contain;
  max-height: 650px;
}
.image-with-text-heading h2 {
  margin: 0px;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .image-with-text-heading h2 {
    padding-left: 67px;
    font-size: 48px;
  }
}
.image-with-text-heading h2 span {
  font-weight: 900;
  font-size: 64px;
}
@media (min-width: 1024px) {
  .image-with-text-heading h2 span {
    font-size: 96px;
  }
}
@media (min-width: 1360px) {
  .image-with-text-heading h2 span {
    font-size: 128px;
  }
}
.image-with-text-content h4 {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .image-with-text-content h4 {
    font-size: 20px;
    font-weight: 700;
  }
}
.image-with-text-content > * {
  text-align: center;
}
@media (min-width: 1024px) {
  .image-with-text-content > * {
    text-align: left;
  }
}
.image-with-text h2 span {
  background-image: linear-gradient(180deg, #0C8F44 70%, #1E2A38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.image-with-text-items {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .image-with-text-items {
    margin-top: 64px;
  }
}
.image-with-text-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.image-with-text-item:not(:first-child) {
  margin-top: 20px;
}
.image-with-text-item-icon {
  flex-shrink: 0;
  width: 102px;
}
.image-with-text-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .image-with-text-item-icon {
    display: none;
  }
}
.image-with-text-item-content {
  flex: 1 1 auto;
}
.image-with-text-item-top {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .image-with-text-item-top {
    gap: 28px;
    justify-content: start;
  }
}
.image-with-text-item-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0px;
  background-color: #0C8F44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EAF2F0;
  font-weight: 900;
  font-size: 14px;
}
@media (min-width: 768px) {
  .image-with-text-item-number {
    font-size: 24px;
    width: 44px;
    height: 44px;
  }
}
.image-with-text-item h3 {
  margin-top: 5px;
  font-weight: 800;
  font-size: 16px;
}
@media (min-width: 768px) {
  .image-with-text-item h3 {
    font-size: 24px;
  }
}
.image-with-text-item-text {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .image-with-text-item-text {
    padding-left: 72px;
  }
}
.image-with-text-item-text * {
  margin: 0px;
  font-size: 12px;
  line-height: 102%;
  font-family: "Verdana", sans-serif;
}
@media (min-width: 768px) {
  .image-with-text-item-text * {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .image-with-text-item-text * {
    font-size: 18px;
  }
}
.image-with-text-item.with-icon {
  text-align: left;
}
.image-with-text-item.with-icon .image-with-text-item-top {
  justify-content: start;
}

.hero-section + .image-with-text h2 {
  text-align: left;
}

.products-section {
  padding: 30px 0px;
  overflow: hidden;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .products-section {
    padding: 62px 0px;
  }
}
.products-section .container > h2, .products-section .container > h4 {
  text-align: center;
}
@media (min-width: 1024px) {
  .products-section .container > h2, .products-section .container > h4 {
    text-align: left;
  }
}
.products-section-body {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .products-section-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .products-section-body {
    margin-top: 70px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.products-section-card {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #0C8F44;
  border-right: 2px solid #0C8F44;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 6px rgba(30, 42, 56, 0.14), -6px 6px 6.9px rgba(30, 42, 56, 0.14);
  padding: 20px;
}
@media (min-width: 1024px) {
  .products-section-card {
    padding: 24px;
  }
}
.products-section-card-gallery {
  background-color: #F6F8FA;
  border-top: 2px solid #E1EFE9;
  border-right: 2px solid #E1EFE9;
  box-shadow: -1.75px 1.25px 4px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.products-section-card-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background-color: #0C8F44;
  border-radius: 100px;
  padding: 8px 14px;
  color: rgba(245, 247, 250, 0.95);
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  margin: 0px;
}
.products-section-card-image {
  padding: 20px 40px;
  box-sizing: border-box !important;
}
.products-section-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 220px;
}
.products-section-card-button-prev, .products-section-card-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #0C8F44;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(30, 42, 56, 0.25);
  cursor: pointer;
  z-index: 2;
}
.products-section-card-button-prev svg, .products-section-card-button-next svg {
  display: block;
  width: 12px;
}
.products-section-card-button-prev svg path, .products-section-card-button-next svg path {
  fill: #FFFFFF;
}
.products-section-card-button-prev.swiper-button-lock, .products-section-card-button-next.swiper-button-lock {
  display: none;
}
.products-section-card-button-prev {
  left: 16px;
}
.products-section-card-button-prev svg {
  transform: rotate(180deg);
}
.products-section-card-button-next {
  right: 16px;
}
.products-section-card-title {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
  gap: 10px;
}
.products-section-card-title h4 {
  max-width: 60%;
  font-weight: 800;
}
.products-section-card-text {
  margin-top: 20px;
}
.products-section-card-text * {
  margin: 0px;
  font-size: 14px;
  line-height: 140%;
  font-family: "Verdana", sans-serif;
}
@media (min-width: 1024px) {
  .products-section-card-text * {
    font-size: 18px;
  }
}
.products-section-card-text ul {
  list-style: disc;
  padding-left: 18px;
}
@media (min-width: 1024px) {
  .products-section-card-text {
    margin-top: 40px;
  }
}
.products-section-card-price {
  margin: 0px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}
.products-section-card-price span {
  color: #0C8F44;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .products-section-card-price {
    font-size: 40px;
    margin-top: 40px;
  }
}
.products-section-card-link {
  margin: 0px;
  margin-top: 10px;
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #1E2A38;
  transition: all 0.3s ease;
}
.products-section-card-link svg {
  display: block;
  width: 16px;
  transition: all 0.3s ease;
}
.products-section-card-link svg path {
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .products-section-card-link svg {
    width: 20px;
  }
}
@media (min-width: 1024px) {
  .products-section-card-link {
    font-size: 24px;
  }
  .products-section-card-link:hover {
    color: #0C8F44;
  }
  .products-section-card-link:hover svg {
    transform: rotate(45deg);
  }
  .products-section-card-link:hover svg path {
    fill: #0C8F44;
  }
}

.product-section {
  padding: 100px 0px 40px 0px;
}
@media (min-width: 1024px) {
  .product-section {
    padding-top: 200px;
  }
}
.product-section-body {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .product-section-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .product-section-body {
    gap: 40px;
  }
}
.product-section .products-section-card-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -4px 5px 4px 0px rgba(30, 42, 56, 0.1);
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 28px;
}
.product-section .products-section-card-gallery .swiper {
  min-width: 0;
  max-width: 100%;
}
.product-section .products-section-card-gallery button {
  background-color: #1E2A38;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .product-section .products-section-card-gallery button:hover {
    background-color: #0C8F44;
  }
}
.product-section .products-section-card-gallery img {
  max-height: 380px;
  object-fit: contain;
}
.product-section-thumbs {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.product-section-thumb-image {
  width: 40px !important;
  padding: 3px 8px !important;
  background-color: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
}
.product-section-thumb-image.swiper-slide-thumb-active {
  border-color: #0C8F44;
}
@media (min-width: 1024px) {
  .product-section-thumb-image:hover {
    background-color: #0C8F44;
  }
}
@media (min-width: 1024px) {
  .product-section-information {
    padding: 40px 0px;
  }
}
.product-section-information h4 {
  margin-top: 4px;
}
.product-section-title * {
  margin: 0px;
}
.product-section-text {
  margin-top: 26px;
}
.product-section-text * {
  font-size: 16px;
}
@media (min-width: 768px) {
  .product-section-text * {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .product-section-text * {
    font-size: 20px;
  }
}
.product-section-text *:not(:first-child) {
  margin-top: 16px;
}
.product-section-text ul {
  list-style: disc;
  padding-left: 20px;
}
.product-section-text li::marker {
  color: #0C8F44;
}
.product-section-files {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-section-files {
    margin-top: 18px;
    gap: 16px;
  }
}
.product-section-file {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: fit-content;
  color: #1E2A38;
  font-weight: 600;
  line-height: 100%;
  font-size: 16px;
  transition: all 0.3s ease;
}
.product-section-file svg path {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-section-file {
    gap: 8px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .product-section-file {
    font-size: 20px;
  }
  .product-section-file:hover {
    color: #0C8F44;
  }
  .product-section-file:hover svg path {
    stroke: #0C8F44;
  }
}
.product-section-file-icon {
  display: block;
  width: 22px;
  flex-shrink: 0;
}
.product-section-price {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 768px) {
  .product-section-price {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .product-section-price {
    font-size: 40px;
  }
}
.product-section-price span {
  color: #0C8F44;
  font-weight: 800;
}
.product-section-price-wrapper {
  margin-top: 24px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .product-section-price-wrapper {
    margin-top: 40px;
  }
}
.product-section-price-prefix {
  margin: 0px;
  line-height: 150%;
}
.product-section-link {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: fit-content;
  color: #1E2A38;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
}
.product-section-link svg {
  transition: all 0.3s ease;
}
.product-section-link svg path {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-section-link {
    margin-top: 12px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .product-section-link {
    font-size: 24px;
  }
}
.product-section-link:hover {
  color: #0C8F44;
  text-decoration: underline;
}
.product-section-link:hover svg {
  transform: rotate(45deg);
}
.product-section-link:hover svg path {
  fill: #0C8F44;
}

.table-section {
  padding: 35px 0px;
}
.table-section h2 span,
.table-section h4 span {
  color: #0C8F44;
}
.table-section h4 {
  font-weight: 400;
}
.table-section-top {
  display: flex;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .table-section-top {
    gap: 24px;
  }
}
.table-section-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .table-section-info {
    padding-bottom: 6px;
  }
}
.table-section-info-icon {
  margin: 0px;
  width: 24px;
  height: 24px;
}
.table-section-info-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.table-section-info-text {
  max-width: 306px;
  font-family: "Verdana", sans-serif;
}
.table-section-info-text * {
  margin: 0px;
  font-size: 14px;
}
.table-section-info-text a {
  text-decoration: underline;
  color: inherit;
}
@media (min-width: 1024px) {
  .table-section-info-text a:hover {
    color: #0C8F44;
  }
}
.table-section-table {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1024px) {
  .table-section-table {
    margin-top: 60px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.table-section-table.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .table-section-table.desktop {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .table-section-table.mobile {
    display: none;
  }
}
.table-section-item:not(:first-child) {
  margin-top: 8px;
}
.table-section-item:not(:first-child).with-label {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .table-section-item:first-child:not(.with-label) {
    padding-top: 32px;
  }
}
.table-section-item.hidden {
  display: none;
}
.table-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 110%;
  border-radius: 8px;
  background-color: rgba(12, 143, 68, 0.1);
  font-family: "Verdana", sans-serif;
}
@media (min-width: 768px) {
  .table-section-row {
    padding: 12px 24px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .table-section-row {
    font-size: 18px;
    padding: 20px 36px;
  }
}
.table-section-row svg {
  width: 14px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .table-section-row svg {
    width: 24px;
  }
}
.table-section-label {
  margin: 0px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  min-height: 24px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .table-section-label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .table-section-label {
    font-size: 18px;
  }
}
.table-section-icon {
  width: 16px;
  margin-right: 4px;
  flex-shrink: 0;
}
.table-section-icon:empty {
  display: none;
}
@media (min-width: 768px) {
  .table-section-icon {
    width: 20px;
    margin-right: 12px;
  }
}
.table-section-toggle {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: all 0.25s ease 0s;
}
.table-section-toggle svg {
  transition: all 0.25s ease 0s;
}
.table-section-toggle svg path {
  transition: all 0.25s ease 0s;
}
@media (min-width: 1024px) {
  .table-section-toggle {
    margin-top: 24px;
    font-size: 20px;
  }
  .table-section-toggle:hover {
    color: #0C8F44;
  }
  .table-section-toggle:hover svg {
    transform: rotate(90deg);
  }
  .table-section-toggle:hover svg path {
    stroke: #0C8F44;
  }
}
@media (min-width: 1024px) {
  .table-section-toggle.active:hover svg {
    transform: rotate(-90deg);
  }
}
/*# sourceMappingURL=styles.min.css.map */